@charset "utf-8";
		H4.kaitori_midashi {
			background: url(../img/kaitori_midasi.gif) no-repeat;
			width: 100%;
			height: 24px;
			font-size: 120%;
			margin: 0px 0px 5px 0px;
			padding: 6px 0px 0px 20px;
		}

		#target {
			margin: 0;
			padding: 30px 0 20px 0;
			clear: both;
		}

		#info {
			margin: 0;
			padding: 25px 0 10px 0;
		}

		#prohibit {
			margin-bottom: 10px;
			padding: 30px 0 15px 0;
		}

		#difficult {
			margin: 0;
			padding: 50px 0 20px 0;
		}

		#contents_d,
		#contents_t {
			width: 700px;
			margin: 0 auto;
		}

		.prohibit_l li,
		#contents_d dl {
			display: block;
			float: left;
			width: 330px;
			margin-bottom: 5px;
			padding: 5px 10px;
		}

		#contents_t dl {
			display: block;
			float: left;
			width: 165px;
			margin-bottom: 5px;
			padding: 5px;
		}

		.prohibit_l,
		.difficult_l,
		.target_l {
			margin: 0;
			padding: 0;
		}

		#prohibit dl dt,
		#contact p,
		#info p {
			margin-left: 30px;
		}

		dt {
			font-weight: bold;
		}

		#contact {
			width: 750px;
			margin: 0;
			"
 padding: 0;
			clear: both;
		}

		#tel {
			width: 370px;
			height: 60px;
			background: url(../img/kaitori_tel.jpg) no-repeat;
			font-size: 120%;
			margin: 10px -140px 20px 0;
			padding: 33px 0 0 135px;
			float: left;
		}

		#mail {
			width: 370px;
			height: 60px;
			background: url(../img/kaitori_mail.jpg) no-repeat;
			font-size: 120%;
			margin: 10px -95px 10px 0;
			padding: 33px 0 0 95px;
			float: right;
		}

		#process {
			margin: 0;
			padding: 30px 0;
		}

		/* 買取方法 絵付き説明 */
		#process ul {
			list-style-type: none;
			list-style-position: outside;
			width: 100%;
			margin: 3px;
			padding: 0;
		}

		#process ul li {
			width: 185px;
			min-height: 250px;
			float: left;
			background: #ffffc0;
			margin: 1px;
			padding: 0;
		}

		#process ul li h5 {
			color: #fff;
			font-size: 100%;
			font-weight: normal;
			background: #0170d3;
			margin: 0;
			padding: 5px 10px;
		}

		#process ul li p {
			margin: 2px;
			padding: 2px 0;
		}

		#process ul li p img {
			margin: 0;
		}

		#footer {
			clear: both;
		}
		
		#contact_t_m{
			width: 750px;
		}

/* solid019 */
.button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 750px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
	clear: both;/*要素の打ち消し */
}
.button_solid019 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.button_solid019_ao a {
background: #6bb6ff;
}

.button_solid019_red a {
background: #dc143c;
}