@charset "UTF-8";
/* CSS Document */
.bold{
	font-weight:bold !important;}

.font_w{
	color:#FFF !important;}
	
.font_blue{
	color:rgba(35,89,189,1.00) !important;}
	
.font_o{
	color:#F60 !important;}
	
.font_g{
	color:#3C6!important;}
	
.font_b{
	color:#39F !important;}	


.font_red{
	color:#FF0004;}
	
.font_center{
	text-align:center !important;}
.font_left{
	text-align:left !important;
}
	
.bold{
	font-weight:bold !important;}	
	
.bg_w{
	background-color:#FFF !important;}	
	
.bg_p{
	background-color:#FF3957 !important;}
	
.bg_o{
	background-color:#F60 !important;}	
	
.bg_g{
	background-color:#F5F5F5 !important;}	
	
.bg_m{
	background-color:#3C6 !important }	
	
.bg_b{
	background-color:#39F !important;}	
	

.font_14{
	font-size:14px !important;}

.font_20{
	font-size:20px !important;}
	
.padding_b20{
	padding-bottom:20px !important;}
.padding_b30{
	padding-bottom:30px !important;}
.padding_b40{
	padding-bottom:40px !important;}
.padding_b50{
	padding-bottom:50px !important;}
.padding_b80{
	padding-bottom:80px !important;}
.padding_b100{
	padding-bottom:100px !important;}

.padding_b150{
	padding-bottom:150px !important;}

.font_main{
			color: #FF1154!important;
}


p {line-height: 1.5 !important;}

.non{
	display: none!important;
	
	
	
}


.grecaptcha-badge{
	display: none;
}

.name a img{
	width: 18px;
	margin-left: 10px;
}


.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
	
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
	
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.entry-title{
	display: none;
}
.post-edit-link{
	display: none;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 751px){
	
/*共通部分*/

body {
	width:100%;
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 500;
	background-position-x:50%;
	background-color:#FFFFFF;
	line-height: 1.5;
	color: #444444;
	font-size: 13px;}
	
	#container{
		padding-top: 60px;
	}	
	
#responsive-menu-button{
	display: none!important;
	
	}
	#sidebar{
		display: none;
	}	
	
	
#site-description{
		display: none;}
	
.sp{
	display:none;}	
	
#sp{
	display:none;}	

	/* メニュー部分 */
	
#menu_w	{
	width: 100%;
	background-color: aqua;
	position: fixed;
    top: 0;
    z-index: 1000;
	height: 60px;
	background-color: rgba(255,255,255,0.80);
	}
	
#menu_box{
	width: 1300px;
	margin: auto;
	overflow: hidden;
	}	
	
#logo_box{
		width: 200px;
		float: left;
	padding-left: 10px;
	padding-top: 10px;
	}	

	#menu{
		overflow: hidden;
		width: 1100px;
		float: left;
		padding-left: 330px;
		padding-top: 20px;
	}	
	
	#menu li{
		float: left;
		padding: 5px 20px;
		font-size: 12px;
		border-right: 1px solid #444444;
	}
	
	#menu li:last-child{
		border-right: none;
	}
	
	#menu li a{
		text-decoration: none;
		display: inline-block;
		color: #444444;
	}
	
	#menu li a:hover{
		color: rgba(48,125,226,1.00);
		transition-duration: 0.5s;
	}
	
	#logo_box h1 img{
		width: 55px;
		vertical-align: -1em;
		padding-right: 10px;
	}
	
	#logo_box h1{
		vertical-align: middle;
		font-size: 16px;
	}
	
	#logo_box h1 p{
		display: inline-block;
		padding-top: 15px;
	}
	
	#logo_box h1 a{
		color: #444444;
	}
	
	
	/* フッター */
	
	
	#footer_w{
		background-color: #222222;
		width: 100%;
		padding: 50px 0px 100px 0px;
	}
	
	#footer_box{
		width: 1300px;
		margin: auto;
	}
	
	#copyright{
		text-align: center;
		color: #999999;
		font-size: 14px;
		font-weight: 300;
	}
	
	
	.footer_box{
		width: 1200px;
		overflow: hidden;
	}
	
	#footer_box ul{
		width: 785px;
		margin: auto;
		overflow: hidden;
		padding-bottom: 50px;
	}
	
	#footer_box li{
		float: left;
		padding: 0px 20px;
		border-right: 1px solid #999999;
	}
	
	#footer_box li:last-child{
		border-right: none;
	}
	
	#footer_box li a{
		font-size: 12px;
		color: #999999;
	}
	
	
	.footer_list{
		width: 1200px;
		margin: auto;
		overflow: hidden;
		padding-bottom: 50px;
	}
	
	.footer_list01{
		float: left;
		vertical-align: middle;
		width: 800px;
	}
	
	.footer_logo img{
		width: 35px;
    vertical-align: -0.4em;
		padding-right: 5px;
	}
	
	.footer_logo{
		vertical-align: middle;
		font-size: 18px;
		color: #999999;
	}
	
	.footer_zip{
		font-size: 12px;
		color: #999999;
		padding-left: 5px;
		font-weight: 300;
		padding-top: 2px;
	}
	
	.footer_tel{
		font-size: 24px;
		color: #999999;
		padding-left: 5px;
		font-weight: 700;
	}
		.footer_list02{
		width: 400px;
		float: left;
	}
	
	.footer_cont_bt a{
		width: 300px;
		display: inline-block;
		color: #FFFFFF;
		background-color:rgba(35,89,189,1.00);
		padding: 15px 0px;
		text-align: center;
		font-size: 14px;
		border-radius: 30px;
	}
	
	.footer_cont_bt a:hover{
		width: 350px;
		display: inline-block;
		color: #FFFFFF;
		background-color: rgba(0,170,197,1.00);
		padding: 15px 0px;
		text-align: center;
		font-size: 14px;
		border-radius: 30px;
		transition-duration: 0.5s;
	}
	
	.footer_cont_bt {
		text-align: center;
		padding-top: 30px;
	}
	.footer_cont_bt_2 a{
		width: 300px;
		display: inline-block;
		color: #FFFFFF;
		background-color: #2DD700!important;
		padding: 15px 0px;
		text-align: center;
		font-size: 14px;
		border-radius: 30px;
	}
	
	.footer_cont_bt_2 a:hover{
		width: 350px;
		display: inline-block;
		color: #FFFFFF;
		background-color: rgba(0,170,197,1.00)!important;
		padding: 15px 0px;
		text-align: center;
		font-size: 14px;
		border-radius: 30px;
		transition-duration: 0.5s;
	}
	
	.footer_cont_bt_2 {
		text-align: center;
		padding-top: 30px;
	}
	
	.footer_obi{
		width: 100%;
		padding: 120px 0px 50px 0px;
	}
	
	
	.footer_obi_line{
		background-image: linear-gradient(35deg, #829ff7, #22d3ee);
		height: 10px;
		width: 100%;
	}
		/* TOPページ */
	
	.top_slider{
		width:1300px;
		position: relative;
		height: 500px;
		text-align: center!important;
	}
	
	.top_slider_img{
		text-align: center;
		margin: auto;
	}
	
	.top_slider{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	.top_slider li{
		text-align: center!important;
		margin: auto;
	}
	
	.top_slider_logo{
		position: relative;
		width: 1300px;
		margin: auto;
		
	}
	
	.top_slider_text{
		position: relative;
		z-index: 500;
		width: 800px;
		margin: auto;
	}
	
	.top_slider_text img{
		position: absolute;
		width: 510px;
        top: 15px;
        left: 140px;
	}
	.slick-slide img,
	.slick-slide{
		margin: auto;
		text-align: center;
	}
	
	.page_img_box{
		width: 1300px;
	}
	
	.page_title{
		width: 1300px;
		margin: auto;
		padding: 70px 0px;
		text-align: center;
	}
	
	.page_title h2{
		text-align: center;
		font-size: 26px;
		font-weight: 700;
	}
	
	.h2_line{
		border-bottom: 4px solid rgba(35,89,189,1.00);
		width: 50px;
		margin: auto;
		height: 10px;
		margin-top: 10px;
	}
	
	.h2_rubi{
		text-align: center;
		font-size: 12px;
		font-weight: 300;
		color: rgba(0,170,197,1.00);
		padding-top: 10px;
	}
	
	.cont_01_w{
		width: 100%;
		background-color:#DBE9F7;
		padding: 50px 0px;
	}
	
	.cont_01_box{
		width: 1300px;
		margin: auto;
		
	}
	
	.cont_01_box h3{
		text-align: center;
		font-size: 22px;
		padding: 20px 0px 50px 0px;
	}
	
	.cont_h3_line{
		color: rgba(35,89,189,1.00);
	}
	
	.h3_rubi{
		font-size: 12px;
		font-weight: 300;
		color: rgba(0,170,197,1.00);
	}
	
	.cont_01{
		width: 1300px;
		margin: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.cont_01_img{
		float: left;
		width: 500px;
		text-align:center; 
	}
	
	.cont_01_text_box{
		float: left;
		width: 800px;
		padding: 20px 50px 50px 50px;
	}
	
	.cont_01_text_box h4{
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		padding-bottom: 30px;
		padding-right: 50px;
		color:rgba(25,64,137,1.00);
	}
	
	.top_cont_text{
		font-size: 14px;
		padding: 0px 50px 0px 0px;
	}
	
	
	
	
	
	.cont_bt a{
		display: inline-block;
		color: #FFFFFF;
		background-color:rgba(35,89,189,1.00);
		padding: 15px 90px;
		text-align: center;
		font-size: 14px;
		border-radius: 30px;
	}
	
	.cont_bt a:hover{
		display: inline-block;
		color: #FFFFFF;
		background-color: rgba(0,170,197,1.00);
		padding: 15px 100px;
		text-align: center;
		font-size: 14px;
		border-radius: 30px;
		transition-duration: 0.5s;
	}
	
	.cont_bt {
		text-align: center;
		padding-top: 30px;
	}
	
	
	
	.cont_02_w{
		width: 100%;
		background-color:#F0F0F0;
		padding: 50px 0px;
	}
	
	.cont_02_box{
		width: 1300px;
		margin: auto;
		
	}
	
	.cont_02_box h3{
		text-align: center;
		font-size: 22px;
		padding: 20px 0px 50px 0px;
	}
	
	.cont_02{
		width: 1300px;
		margin: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.cont_02_img{
		float: left;
		width: 500px;
		text-align:center; 
	}
	
	.cont_02_text_box{
		float: left;
		width: 800px;
		padding: 20px 50px 50px 50px;
	}
	
	.cont_02_text_box h4{
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		padding-bottom: 30px;
		padding-right: 50px;
		color:rgba(25,64,137,1.00);
	}
	
	
	
	.cont_03_w{
		width: 100%;
		background-color:#FFFFFF;
		padding: 50px 0px;
	}
	
	
	.cont_04_w{
		width: 100%;
		background-color:#F0F0F0;
		padding: 50px 0px;
	}
	
	.cont_05_w{
		width: 100%;
		background-color:rgba(255,246,237,1.00);
		padding: 50px 0px;
	}
	
	
	/* 下層ページ共有 */
	
	.content_header_w{
		width: 100%;
		margin: auto;
		padding: 100px 0px;
	}
	
	.content_h2_w{
		text-align: center;
		font-size: 26px;
		font-weight: 700;
		color: rgba(255,255,255,1.00);
	}
	
	.content_h2_line_red{
		border-bottom: 4px solid rgba(255,0,4,1.00);
		width: 50px;
		margin: auto;
		height: 10px;
		margin-top: 10px;
	}
	
	.content_rubi_w{
		text-align: center;
		font-size: 12px;
		font-weight: 300;
		color: #FFFFFF;
		padding-top: 10px;
	}
	
	.cont_h3_w h3{
		text-align: center;
		font-size: 22px;
		padding: 20px 0px 50px 0px;
	}
	
	.content_header_w{
		width: 100%;
		margin: auto;
		padding: 100px 0px;
	}
	
	.content_h2{
		text-align: center;
		font-size: 26px;
		font-weight: 700;
	}
	
	.content_h2_line{
		border-bottom: 4px solid rgba(35, 89, 189, 1.00);
		width: 50px;
		margin: auto;
		height: 10px;
		margin-top: 10px;
	}
	
	.content_rubi{
		text-align: center;
		font-size: 12px;
		font-weight: 300;
		color: rgba(0, 170, 197, 1.00);
		padding-top: 10px;
	}
	
	/* 会社概要 */
	
	.companyprofile_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_pc_back_img01_02.jpg");
		background-position: top;
	}
	
	.company_tabel01{
		width: 900px;
		margin: auto;
		padding: 100px 0px 30px 0px;
	}
	
	.company_tabel02{
		width: 900px;
		margin: auto;
		padding: 20px 0px;
	}
	
	.company_tabel03{
		width: 900px;
		margin: auto;
		padding: 20px 0px 100px 0px;
	}
	
	.map_w{
		width: 900px;
		margin: auto;
	}
	
	table{
		font-size: 16px;
		width: 900px;
	}
	
	th {
		background-color: #86B3E0;
		font-size: 14px!important;
		width: 300px;
		color: #FFFFFF;
		padding: 30px!important;
		border:#2F2F2F 1px solid!important;
		vertical-align: middle!important;
	}
	
	td{
		font-size: 14px!important;
		width: 600px;
		padding: 30px!important;
		line-height: 1.5 !important;
		border: #2F2F2F 1px solid!important;
		vertical-align: middle!important;

	}
	
	/* アポイント販売 */
	
	.call_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_sp_back_img02_02_pc.jpg");
		background-position: top;
	}
	
	.telephone_w_01{
		width: 100%;
		padding: 100px 0px;
	}

    .telephone_w_02{
		width: 100%;
		padding: 100px 0px;
		background-color: #DBE9F7;

	}

	.telephone_box_01,
	.telephone_box_01{
		width: 1300px;
		margin: auto;
		overflow: hidden;
	}
	
	
	.telephone_cont_01,
	.telephone_cont_02{
		width: 1200px;
		margin: auto;
		overflow: hidden;
	}
	
	.telephone_img_01{
		float: left;
		width: 550px;
	}
	
	.telephone_text_01{
		width: 650px;
		float: left;
		text-align: left;
		padding-top: 30px;
	}
	
	.telephone_img_02{
		float: left;
		width: 500px;
	}
	
	.telephone_text_02{
		width: 700px;
		float: left;
		text-align: left;
		padding-top: 30px;
	}
	
	.telephone_text_01 h4,
	.telephone_text_02 h4{
		font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 30px;
        padding-right: 50px;
        color: rgba(25, 64, 137, 1.00);

	}
	
	.telephone_text_01 p{
	  font-size: 14px;
      padding: 0px 0px 0px 0px;	
	}
	
	
	.telephone_text_02 p{
	  font-size: 14px;
      padding: 0px 0px 0px 110px;	
	}
	

	
	/* 買取一覧 */
	
	.purchaselist_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_pc_back_img03_02-1.jpg");
		background-position: top;
	}
	
	
	.purchase_list_box{
		width: 1300px;
		margin: auto;
		padding: 100px 0px 0px 0px;
	}
	
	.purchase_list_box ul{
		overflow: hidden;
	}
	
	.purchase_list_box ul li{
		width: 300px;
		float: left;
		padding: 20px;
		height: 320px;
	}
	
	.purchase_list_box ul li img{
		width: 100%;
	}
	
	.purchase_list_box ul li h4{
		background-color:rgba(25, 64, 137, 1.00);
		color: #FFFFFF;
		text-align: center;
		margin-top: 10px;
		padding: 10px 0px;
		border-radius: 10px;
		font-size: 18px;
	}
	
	.purchase_list_box p{
		width: 80%;
		font-size: 14px;
		text-align: center;
		padding: 10px 0px;
		margin: auto;
	}
	
	
	
	
	/* カスタマーセンター */
	
	.customer_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_pc_back_img04_02-1.jpg");
		background-position: top;
	}
	.customer_box_sp{
		width: 100%;
		overflow: hidden;
	}
	
	.customer_box{
		width: 1300px;
		margin: auto;
		padding: 100px 50px 50px 50px;
	}
	
	
	.customer_box ul{
		overflow: hidden;
	}
	
	.customer_box ul li{
		width: 300px;
		float: left;
		padding: 30px;
		height: 310px;
	}
	
	
	.customer_box ul li h4{
		vertical-align: middle;
		font-size: 16px;
		font-weight: 700;
	}
	
	.customer_box ul li img{
		width: 80px;
		vertical-align: middle;
		margin-right: 20px;
	}
	
	.customer_lady{
		padding-left: 10px;
		color: rgba(226,56,137,1.00);
	}
	
	.customer_man{
		padding-left: 10px;
		color:rgba(21,102,192,1.00);
	}
	
	.customer_text{
		padding: 20px 0px;
		font-size: 14px;
	}
	
	/* プライバシーポリシー */
	
	.privacy_box{
		width: 1200px;
		margin: auto;
	}
	
	.privacy_text_01{
		font-size: 16px;
		padding: 20px 20px;
	}
	
	.privacy_box h3{
		font-size: 16px;
		font-weight: 700;
		padding: 20px 20px 20px 20px;
	}
	
	.privacy_text_02{
		font-size: 14px;
		padding: 10px 40px 50px 40px;
	}
	
	
	/* お問い合わせ */
	
		
.mail_form{
	width:800px;
	margin:auto;}


.mail_form_list{
	padding:30px 0px;
	overflow:hidden;}
	
.mail_form_title{
	float:left;
	width:250px;
	font-size:16px;
	padding-top:5px;
	text-align:left!important}
	

.mail_form_anser{
	float:left;
	width:550px;
	text-align:left!important}	
	
	
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
.wpcf7-number{
	width: 500px;
	padding: 8px 15px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:16px;
}

.wpcf7-select,
.wpcf7-date{
	padding: 8px 15px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:16px;}
	
	
	
	
	
.mail_form_btbox{
	width:800px;
	text-align:center;
	padding:50px 0px;}

	
.hissu {
	background-color:#FF1154;
	color:#FFF;
	font-size:12px!important;
	padding:5px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ }	
	
.wpcf7-not-valid-tip{
	padding:10px 0px 0px 0px;
	font-size:18px;}	
	
.wpcf7-validation-errors{
	width:800px;
	margin:auto!important;
	background-color:#F00;
	color:#FFF;
	border:#F00 solid 1px!important;
	padding:30px 0px!important;
	font-size:20px;
	text-align:center;}
	
.wpcf7-mail-sent-ok{
	display:none;}	

input.wpcf7-submit {
	width: 400px;
	display: block;
	border-radius: 50px!important;
	padding:20px 0px;
	background: rgba(35, 89, 189, 1.00);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border:none;
	cursor:pointer;
	margin: auto;
}



input.wpcf7-back{
	width: 200px;
	padding:20px 0px;
	background:#E3E3E3;
	border:#999 solid 1px!important;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}

input.wpcf7-confirm {
	width: 200px;
	padding:20px 0px;
	background: #FF1154;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}
	
	.font_red_co{
		text-align: center;
		color: #FF0004;
	}



.topnes_p{
	font-size:34px;
	text-align:center;
	color:#999;
	padding:50px 0px;}
	
.topnes_s p{
	font-size:16px;
	color:#666;
	text-align:center;
	padding:50px 0px;}	
	
.thanks_bt {
	text-align:center;
	padding-top:100px;
	padding-bottom:150px;}	
	
	
	/*thanks*/

	.thanks_w{
		width: 1200px;
		padding: 100px 0px;
	}
	
	
	.thanks_box{
		background-color:#85B0E5;
		width: 800px;
		margin: auto;
		padding: 50px 30px;
		text-align: center;
		color: #FFFFFF;
		margin-bottom: 200px;
	}
	
	.thanks_w h2{
		font-size: 20px;
		text-align: center;
		padding-bottom: 50px;
	}
	
	
	.thanks_w h3{
		font-size: 20px;
		text-align: center;
		padding: 30px 0px;
	}
	
	.thanks_w p{
		text-align: center;
		font-size: 16px;
	}
	
	/* youtube */
	
	.youtube_w_box,
	.youtube_mv{
		width: 1200px;
		margin: auto;
	}
	
	.youtube_channel_b,
	.youtube_text{
		text-align: center;
		
	}
	
	.youtube_channel_b img{
		box-shadow: 0.5px 0.5px 20px #dadada;
		margin: 20px;
		width: 500px;
	}
	
	
	.youtube_botan{
		text-align: center;
		padding: 30px 0;
	}
	
	.youtube_botan a{
		display: inline-block;
			padding: 10px 50px;
			border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
			background-color: #FF1154;
			color: #FFFFFF;
			font-size: 16px!important;
	}
	
	
	.youtube_mv ul li{
		display: inline-block;
		margin-left: 20px;
	}
	
	.youtube_mv ul{
		width: 1080px;
		margin: auto;
	}
	
	.youtube_mv{
		padding: 20px 0px 40px 0px;
	}
	
	
	.youtube_mv h2{
		padding: 40px 0px 20px 0px;
	}
	
	.scllow_youtube{
		overflow-y: scroll;
		margin-bottom: 1px;
	    height: 600px;
	}
	
	
	
	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
	@media screen and (max-width:750px){
		
	
	
/*共通部分*/
body {
	width:100%;
	font-family: 'Noto Sans JP', sans-serif!important;
	line-height: 1.5;
		font-size: 13px;
		color: #222222;}
	
	#pc{
		display: none;
	}	
	
.pc{
		display: none;
	}	
	
		#site-description{
			display: none;
		}		
		
		#branding{
		}
		#menu{
			display: none;
		}
		
		#sidebar{
			display: none;
		}

		
/*ヘッダー*/
		
		#menu_w{
			width: 100%;
		}
		
		#menu_box{
			width: 50%;
			margin: auto;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		#logo_box img{
			width: 50px;
			vertical-align: -1.2em;
		}
		
		#logo_box h1{
			font-size: 16px;
		}
	
		
		#logo_box h1 a{
			color: #444444;
		}
		
		
/*フッター*/		
		
		.footer_list{
			background-color: #222222;
		}
		
		.footer_list01{
			width: 80%;
			margin: auto;
			text-align: center;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		.footer_logo img{
			width: 25px;
			vertical-align: -0.7em;
		}
		
		.footer_logo {
			color: #999999;
			text-align: center;
			font-size: 12px;
		}
		
		.footer_zip{
			font-size: 8px;
			color: #999999;
			text-align: center;
			
		}
		
		.footer_tel{
			font-size: 14px;
			color: #999999;
			font-weight: 700;
			text-align: center;}
		
		
		.footer_list02{
			background-color: #222222;
			overflow: hidden;
			position: fixed;
            left: 0;
            bottom: 0;
			width: 100%;
			padding: 15px 0px;
			text-align: center;
		}
		
		.footer_sp_tel{
			width: 40%;
			float: left;
			text-align: center;
			color: #999999;
			font-size: 16px;
			padding-top: 20px;
			padding-left: 10px;
		}
		
	
		#copyright{
			background-color: #222222;
			text-align: center;
			font-size: 8px;
			color: #999999;
			padding-bottom: 70px;
		}
		
		

	
	
	.footer_cont_bt {
		width: 60%;
		float: left;
	}
		.footer_cont_bt a{
		width: 80%;
		display: inline-block;
		color: #FFFFFF;
		background-color:rgba(35,89,189,1.00);
		padding: 15px 0px;
		text-align: center;
		font-size: 12px;
		border-radius: 30px;
	}
	

	
	.footer_cont_bt {
		text-align: center;
		
	}
	.footer_cont_bt_2 a{
		width: 80%;
		display: inline-block;
		color: #FFFFFF;
		background-color: #2DD700!important;
		padding: 15px 0px;
		text-align: center;
		font-size: 12px;
		border-radius: 30px;
	}
	.footer_cont_bt_2 {
		display: inline-block;
		color: #FFFFFF;
		text-align: center;
		background-color: #2DD700!important;
		width: 80%;
		padding: 10px 0px;
		text-align: center;
		font-size: 12px;
		border-radius: 30px;
		margin-top: 5px;
	}

	
	.footer_cont_bt_2 {
		text-align: center;
		padding-top: 30px;
	}
	
		
			.footer_obi{
		width: 100%;
		padding: 80px 0px 30px 0px;
	}
	
	
	.footer_obi_line{
		background-image: linear-gradient(35deg, #829ff7, #22d3ee);
		height: 5px;
		width: 100%;
	}
		
		.footer_day{
			font-size: 8px;
			text-align: center;
		}
		
/* TOPページ */
	
		.slider02{
			height: 450px;
		}
		
		.slider02 li{
			height: 450px;
		}
		
		.slider02 li img{
			width: 100%;
		}
		
		.slider_sp_box{
			padding-top: 10px;
			padding-bottom: 10px;
			position: relative;
			overflow: hidden;
		}
		
		.sp_slider_logo{
			width: 100%;
			top: 30px;
			position: absolute;
			z-index: 100;
			
		}
		
		.top_slider_text{
			z-index: 100;
		}
		
		.top_slider_text img{
			width: 100%;
		}
		
		
	.page_img_box{
		width: 100%;
		overflow:hidden;
	}
	
	.page_title{
		width: 100%;
		margin: auto;
		padding: 30px 0px;
		text-align: center;
	}
	
	.page_title h2{
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}
	
	.h2_line{
		border-bottom: 4px solid rgba(35,89,189,1.00);
		width: 30px;
		margin: auto;
		height: 10px;
		margin-top: 10px;
	}
	
	.h2_rubi{
		text-align: center;
		font-size: 10px;
		font-weight: 300;
		color: rgba(0,170,197,1.00);
		padding-top: 10px;
	}
	
	.cont_01_w{
		width: 100%;
		background-color:#DBE9F7;
		padding: 20px 0px;
	}
	
	.cont_01_box{
		width: 100%;
		margin: auto;
		
	}
	
	.cont_01_box h3{
		text-align: center;
		font-size: 16px;
		padding: 10px 0px 30px 0px;
	}
	
	.cont_h3_line{
		color: rgba(35,89,189,1.00);
	}
	
	.h3_rubi{
		font-size: 10px;
		font-weight: 300;
		color: rgba(0,170,197,1.00);
	}
	
	.cont_01{
		width: 100%;
		margin: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.cont_01_img{
		width: 100%;
		text-align:center; 
	}
	
	.cont_01_text_box{
		width: 100%;
		padding: 20px 30px 20px 30px;
		font-size: 10px;
	}
	
	.cont_01_text_box h4{
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		padding-bottom: 30px;
		line-height: 1.5;
		color:rgba(25,64,137,1.00);
	}
	
	.top_cont_text{
		font-size: 12px;
		padding: 0px 0px 0px 0px;
	}
	
	
	
	.cont_bt a{
		display: inline-block;
		color: #FFFFFF;
		background-color:rgba(35,89,189,1.00);
		padding: 15px 0px;
		width: 90%;
		text-align: center;
		font-size: 12px;
		border-radius: 30px;
	}
	
	
	.cont_bt {
		text-align: center;
		padding-top: 30px;
	}
	
	
	
	.cont_02_w{
		width: 100%;
		background-color:#F0F0F0;
		padding: 20px 0px;
	}
	
	.cont_02_box{
		width: 100%;
		margin: auto;
		
	}
	
	.cont_02_box h3{
		text-align: center;
		font-size: 16px;
		padding: 10px 0px 30px 0px;
	}
	
	.cont_02{
		width: 100%;
		margin: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.cont_02_img{
		width: 100%;
		text-align:center; 
	}
	
	.cont_02_text_box{
		width: 100%;
		padding: 20px 30px 20px 30px;
		font-size: 10px;
	}
	
	.cont_02_text_box h4{
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		padding-bottom: 30px;
		line-height: 1.5;
		color:rgba(25,64,137,1.00);
	}
	
	
	
	.cont_03_w{
		width: 100%;
		background-color:#FFFFFF;
		padding: 20px 0px;
	}
	
	
	.cont_04_w{
		width: 100%;
		background-color:#F0F0F0;
		padding: 20px 0px;
	}
	
	.cont_05_w{
		width: 100%;
		background-color:rgba(255,246,237,1.00);
		padding: 20px 0px;
	}		
	
		.text_sp{
			font-size: 8px;
		}	
		
		
	/* 下層ページ共有 */
	
	.content_header_w{
		width: 100%;
		margin: auto;
		padding: 50px 0px;
	}
	
	.content_h2_w{
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		color: rgba(255,255,255,1.00);
	}
	
	.content_h2_line_red{
		border-bottom: 4px solid rgba(255,0,4,1.00);
		width: 30px;
		margin: auto;
		height: 10px;
		margin-top: 10px;
	}
	
	.content_rubi_w{
		text-align: center;
		font-size: 10px;
		font-weight: 300;
		color: #FFFFFF;
		padding-top: 10px;
	}
	
	.cont_h3_w h3{
		text-align: center;
		font-size: 16px;
		padding: 10px 0px 30px 0px;
	}
	
		.content_h2{
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}
	
	.content_h2_line{
		border-bottom: 4px solid rgba(35, 89, 189, 1.00);
		width: 30px;
		margin: auto;
		height: 10px;
		margin-top: 10px;
	}
	
	.content_rubi{
		text-align: center;
		font-size: 10px;
		font-weight: 300;
		color: rgba(0, 170, 197, 1.00);
		padding-top: 10px;
	}
		
		
	/* 会社概要 */
	
	.companyprofile_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_sp_back_img01_02.jpg");
		background-position: top;
		background-size: 100%;
	}
	
	.company_box_sp{
		width: 100%;
		overflow: hidden;
		}	
		
	.company_tabel01{
		width: 100%;
		margin: auto;
		padding: 50px 0px 30px 0px;
	}
	
	.company_tabel02{
		width: 100%!important;
		margin: auto;
		padding: 20px 0px;
	}
	
	.company_tabel03{
		width: 100%!important;
		margin: auto;
		padding: 20px 0px 50px 0px;
	}
	
	.map_w{
		width: 90%;
		margin: auto;
	}
	
	table{
		font-size: 12px;
		width: 90%!important;
		margin: auto!important;
	}
	
	th {
		background-color: #86B3E0;
		font-size: 12px!important;
		width: 40%;
		color: #FFFFFF;
		padding: 20px!important;
		border:#2F2F2F 1px solid!important;
		vertical-align: middle!important;
		line-height: 1.5 !important;
		text-align: center;
	}
	
	td{
		font-size: 12px!important;
		width: 60%;
		padding: 20px!important;
		line-height: 1.5 !important;
		border: #2F2F2F 1px solid!important;
		vertical-align: middle!important;

	}
		
/* アポイント販売 */
	
	.call_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_sp_back_img02_02_sp.jpg");
		background-position: top;
		background-size: 100%;
	}
	
	.telephone_w_01{
		width: 100%;
		padding: 30px 0px;
	}

    .telephone_w_02{
		width: 100%;
		padding: 30px 0px;
		background-color: #DBE9F7;

	}

	.telephone_box_01,
	.telephone_box_01{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	
	
	.telephone_cont_01,
	.telephone_cont_02{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	
	.telephone_img_01{
		width: 100%;
	}
		
    .telephone_img_01 img{
			width: 100%;
		}	
	
	.telephone_text_01{
		width: 80%;
		padding-top: 30px;
		margin: auto;
	}
	
	.telephone_img_02{
		width: 100%;
	}
		
		.telephone_img_02 img{
		width: 100%;
	}
	
	.telephone_text_02{
		width: 80%;
		padding-top: 30px;
		margin: auto;
	}
	
	.telephone_text_01 h4,
	.telephone_text_02 h4{
		font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 30px;
        color: rgba(25, 64, 137, 1.00);

	}
	
	.telephone_text_01 p{
	  font-size: 12px;
      padding: 30px 0px 0px 0px;	
	}
	
	
	.telephone_text_02 p{
	  font-size: 12px;
      padding: 30px 0px 0px 0px;	
	}
	
		
/* 買取一覧 */
	
	.purchaselist_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_sp_back_img03.jpg");
		background-position: top;
		background-size: 100%;
	}
	
	
	.purchase_list_box{
		width: 100%;
		margin: auto;
		padding: 30px 0px 0px 0px;
	}
	
	.purchase_list_box ul{
		overflow: hidden;
	}
	
	.purchase_list_box ul li{
		width: 50%;
		float: left;
		padding: 20px;
		height: 240px;
	}
	
	.purchase_list_box ul li img{
		width: 100%;
	}
	
	.purchase_list_box ul li h4{
		background-color:rgba(25, 64, 137, 1.00);
		color: #FFFFFF;
		text-align: center;
		margin-top: 10px;
		padding: 10px 0px;
		border-radius: 10px;
		font-size: 16px;
	}
	
	.purchase_list_box p{
		width: 80%;
		font-size: 12px;
		text-align: center;
		padding: 10px 0px;
		margin: auto;
	}
			
	
	/* カスタマーセンター */
	
	.customer_w{
		background-image: url("http://keep-s.jp/wp-content/uploads/2025/10/common_sp_back_img04_02.jpg");
		background-position: top;
		background-size: 100%;
	}
	.customer_box_sp{
		width: 100%;
		overflow: hidden;
	}
	
	.customer_box{
		width: 100%;
		margin: auto;
		padding: 30px 0px 0px 0px;
	}
	
	
	.customer_box ul{
		overflow: hidden;
		width: 95%;
		margin: auto;
	}
	
	.customer_box ul li{
		width: 50%;
		float: left;
		padding: 20px;
		height: 250px;
	}
	
	
	.customer_box ul li h4{
		vertical-align: middle;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
	}
	
	.customer_box ul li img{
		width: 50px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.customer_lady{
		padding-left: 10px;
		color: rgba(226,56,137,1.00);
	}
	
	.customer_man{
		padding-left: 10px;
		color:rgba(21,102,192,1.00);
	}
	
	.customer_text{
		padding: 20px 0px;
		font-size: 12px;
	}
		
		
	/* プライバシーポリシー */
	
	.privacy_box{
		width: 95%;
		margin: auto;
	}
	
	.privacy_text_01{
		font-size: 14px;
		padding: 20px 20px;
	}
	
	.privacy_box h3{
		font-size: 14px;
		font-weight: 700;
		padding: 20px 20px 20px 20px;
	}
	
	.privacy_text_02{
		font-size: 10px;
		padding: 10px 20px 30px 20px;
	}		
		
		
/*問い合わせフォーム*/


	#contact_cont_01{
		width: 95%;
		margin: auto;
		border-top:  solid 1px #A2A2A2;
		padding-top: 30px;
	}	
	
.mail_form{
	width:90%;
	margin:auto;
		padding-top: 10px;}


.mail_form_title{
	font-size:14px;
	padding-bottom:10px;
	width: 100%;}
	

.mail_form_anser{
	padding-bottom: 30px;
	}	
	
	
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
.wpcf7-number{
	width: 100%;
	padding: 8px 15px!important;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:14px;
}

.wpcf7-select,
.wpcf7-date{
	padding: 8px 15px;
	margin-top:15px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	font-size:14px;
	width:100%;}
	
	
	
	
	
.mail_form_btbox{
	width:100%;
	text-align:center;
	padding:20px 0px 50px 0px;}

	
.hissu {
	background-color:#FF1154;
	color:#FFF;
	font-size:10px;
	padding:5px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ }	
	
.wpcf7-not-valid-tip{
	width:100%;
	text-align:left;
	padding:10px 0px 0px 0px;
	font-size:18px;}	
	
.wpcf7-validation-errors{
	width:100%;
	margin:auto!important;
	background-color:#F00;
	color:#FFF;
	border:#F00 solid 1px!important;
	padding:50px 0px!important;
	font-size:16px;
	text-align:center;}
	
.wpcf7-mail-sent-ok{
	display:none;}	

input.wpcf7-submit {
	width: 250px;
	display: block;
	margin: auto;
	border-radius: 50px!important;
	padding:20px 0px;
	background: rgba(35, 89, 189, 1.00);
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border:none;
	cursor:pointer;
	text-align: center;
}



input.wpcf7-back{
	width: 100px;
	padding:20px 0px;
	background:#E3E3E3;
	border:#999 solid 1px!important;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}

input.wpcf7-confirm {
	width: 100px;
	padding:20px 0px;
	background: #e4007f;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border:none;
	cursor:pointer;
}	

		
		
/*thanks*/

		.thanks_w{
			width: 100%;
			margin: auto;
			padding: 30px 0px;
		}	
		
		
	.thanks_box{
		background-color:#85B0E5;
		width: 90%;
		margin: auto;
		padding: 30px 30px;
		text-align: center;
		color: #FFFFFF;
		margin-bottom: 100px;
	}
	
	.thanks_w h2{
		font-size: 16px;
		text-align: center;
		padding-bottom: 50px;
	}
	
	
	.thanks_w h3{
		font-size: 16px;
		text-align: center;
		padding: 30px 0px;
	}
	
	.thanks_w p{
		text-align: center;
		font-size: 14px;
	}
	

	
		
}