/* カスタム CSS をここに入力してください */

.box {
	float: left;
  line-height: 20px;
}

.boxContainer {
	overflow: hidden;

}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

.top-block1 {
    width: 320px;
    height: 240px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.top-block2 {
    width: 320px;
    height: 240px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

h2.top-h2{
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}

h2.kaitori-top-h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
    font-size: 20px;
}

h2.kaitori2-top-h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
    font-size: 13px;
    height: 45px;
}

.hinmoku-block1 {
    width: 258px;
    height: 800px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.hinmoku-block2 {
    width: 538px;
    height: 800px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.kaitori-block1 {
    width: 180px;
    height: 220px;
    padding: 2px 2px 2px 2px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

/* フッター　3列 */
.center{
 text-align: center;
}

.ft-container{
    display: flex;
}
.ft-left{
    font-size: 12px;
    width: 300px;
}
.ft-contents{
    font-size: 12px;
    flex: 1;
}
.ft-right{
    font-size: 12px; 
    width: 250px;
}

/* PAGE title h1 */
.page-titleh1 {
	padding: .5em .75em;
	border: 3px solid #5a1915;
	border-radius: 4px;
}

/* PAGE title h2 */
.page-titleh2 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
}

/* image center */
.img-center{
 text-align: center;
}

/* kaitori hinmoku list */
.kaitori-list {
  overflow: hidden;
}
.kaitori-list1 {
  float: left;
  width: 260px;
}
.kaitori-list2 {
  float: right;
  width: 250px;
}

/* kaitori table */
table.kaitori-tbl {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
}
table.kaitori-tbl thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #04162e;
}
table.kaitori-tbl thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.kaitori-tbl tbody th {
    width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.kaitori-tbl td {
    width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.kaitori-tbl-haba1 {
  width: 30%;
}

.kaitori-tbl-haba2 {
  width: 70%;
}

.qanda-waku {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #333333;
    width: 60%;
}

/* kaitori syousai table */
table.kaitori_syou {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
    width: 600px;
}

table.kaitori_syou th, td {
    border: 1px solid #f6f6f6;
    padding: 1px 1px;
}

/* jirei-catalog */
.jirei-catalog {
    border-color: #FF8040;
    border-width: medium;
    margin: 5px 5px 5px 5px;
}

/* kaitori buton */
.kaitori-hinmoku-btn {
  	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display: block;
  
	background: -moz-linear-gradient(top,#ff8080 0%,#c00000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8080), to(#c00000));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 300px;
	padding: 10px 0;
}

.kaitori-otoiawase-btn {
  	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display: block;
  
	background: -moz-linear-gradient(top,#ff8080 0%,#c00000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8080), to(#c00000));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 300px;
	padding: 10px 0;
}

/* kaitori category list */
.kaitori-box {
	float: left;
}

.kaitori-box-p {
	overflow: hidden;
}

/* clearfix */
.kaitori-box-p:before,
.kaitori-box-p:after {
    content: "";
    display: table;
}
 
.kaitori-box-p:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.kaitori-box-p {
    zoom: 1;
}

/* 買取品目詳細　お問合せボタン */
#opage-top {
    position: fixed;
    bottom: 200px;
    right: 20px;
    font-size: 77%;
}
#opage-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#opage-top a:hover {
    text-decoration: none;
    background: #999;
}

.form-width { max-width: 100%;}

.kaitoribox1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #FFE0E0;/*背景色*/
}
.kaioribox1 p {
    margin: 0; 
    padding: 0;
}

/* 20200722 ogawa add start↓ 参考：tps://www.sejuku.net/blog/55771　*/
.bg_test-text {
/*    border:  solid 1px;                             /* 枠線指定 */
/*    display:  inline-block;                         /* インラインブロックにする */
/*    padding: 10px 20px;                             /* 余白指定 */
/*  	padding-top: 100px;
  	padding-bottom: 130px;*/
  	padding-left: 10px;
  	font-size: 30px; 
 	text-decoration: none;
  	display: inline;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;  
  
/*    background-color: rgba(255, 255, 255, 0.7);     /* 背景色指定 */
}
.bg_test {
    background-image: url(https://keisokukikaitori.com/wp-content/uploads/bckimg.jpg);    /* 背景画像指定 */
	background-repeat: no-repeat;
/*  	background-position: 25% 75%;*/
  	line-height: 26px;
  	padding-top: 100px;
  	padding-bottom: 130px;
  	padding-left: 0px;
}

/* 20200722 ogawa add end↑ */

@media screen and (max-width: 768px) {
  
  #kaitori-guidance-img img{
   	margin-top: 10px; 
  }
  
} 

iframe.voice {
 border: 1px solid #ccc;
 margin: 0px 0px 15px 0px;
 width: 100%;
 height:450px;
 overflow: hidden;
}

@media screen and (max-width: 1024px) {
  
  .kaitori-largeamount{
   	max-width: 100%; 
  }
  
} 
.kaitori-largeamount{
	width:870px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
	
}
.kaitori-largeamount strong{
	font-size:16px;
}
.kaitori-largeamount p{
	font-size:14px;
	line-height:1.7;	
}
.kaitori-largeamount p img{
	vertical-align:middle;
}
.kaitori-largeamount span{	
	background: #2F6BC1;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}

.kaitori-largeamount_01{
	margin-bottom: 35px;
}
.kaitori-largeamount_02{
	margin-bottom: 55px;
}
.kaitori-largeamount_02 strong{
	background:#E3505A;
	color:#FFFFFF;
	padding:3px 10px;
	font-size:20px;
	letter-spacing:0.05em;
}