@charset "utf-8";
/*
 * ページ固有のCSSを記述
 */

/*
 * home
 */
.home_area01-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.home_area01-list01 li{
	box-sizing: content-box;
	padding: 0 2% 2% 0;
	width: 32%;
}
.home_area01-list01 li:nth-child(3n){
	padding: 0 0 2% 0;
}

.home_area01-text01{
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
}
.home_area01-text01:hover{
	text-decoration: none;
}
.home_area01-text01 .text01_text{
	position: relative;
	padding-left: 10px;
	width: 75%;
}
.home_area01-text01 .text01_photo{
	background-color: #f2f2f2;
	width: 25%;
	height: 96px;
}

.home_area01-text01 .text01_text .main{
	margin: 0;
	color: #1f1f1f;
	text-decoration: underline;
}
.home_area01-text01 .text01_text .price{
	position: absolute;
	bottom: 0px;
	left: 10px;
	margin: 0;
	width: 100%;
}
.home_area01-text01 .text01_text .price .txt01{
	display: inline-block;
	font-size: 12px;
	color: #1f1f1f;
}
.home_area01-text01 .text01_text .price .txt02{
	display: inline-block;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #ec4679;
}

.home_area01-text01 .text01_photo .photo_size{
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 96px;
}
.home_area01-text01 .text01_photo .photo_size img{
	width: 100%;
	height: 96px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
 transition: 0.5s all;
}
.home_area01-text01:hover .text01_photo .photo_size img{
  transform: scale(1.2,1.2);
  transition: 0.7s all;
}

.home_area01-text02{
	background-color: white;
	border: #168352 solid 1px;
	box-shadow: 0px 0px 6px 5px #f6f6f6;
	padding: 20px;
	margin: 0 auto;
	width: 900px;
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area01-list01 li{
		width: 49%;
	}
	.home_area01-list01 li:nth-child(3n){
		padding: 0 2% 2% 0;
	}
	.home_area01-list01 li:nth-child(2n){
		padding: 0 0% 2% 0;
	}

	.home_area01-text01 .text01_text .main{
		font-size: 15px;
	}
	.home_area01-text01 .text01_text .price .txt01{
		font-size: 11px;
	}
	.home_area01-text01 .text01_text .price .txt02{
		padding-left: 20px;
		font-size: 17px;
		font-weight: 700;
	}
	
	.home_area01-text02{
		padding: 18px 0px;
		width: 96%;
		font-size: 16px;
	}
}
@media print{
	.home_area01-list01 li{
		width: 49%;
	}
	.home_area01-list01 li:nth-child(3n){
		padding: 0 2% 2% 0;
	}
	.home_area01-list01 li:nth-child(2n){
		padding: 0 0% 2% 0;
	}

	.home_area01-text01 .text01_text .main{
		font-size: 13px;
	}
	.home_area01-text01 .text01_text .price .txt01{
		font-size: 9px;
	}
	.home_area01-text01 .text01_text .price .txt02{
		padding-left: 20px;
		font-size: 15px;
		font-weight: 700;
	}
	
	.home_area01-text02{
		padding: 18px 10px;
		width: 96%;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.home_area01-list01{
		display: block;
	}
	.home_area01-list01 li{
		padding: 0 0 2% 0;
		width: auto;
	}
	.home_area01-list01 li:last-child{
		padding: 0;
	}

	.home_area01-text01 .text01_text .price .txt02{
		padding-left: 15px;
		font-size: 17px;
	}
	
	.home_area01-text02{
		padding: 15px;
		width: 92%;
		font-size: 15px;
		text-align: left;
	}
}

/* area02 */
.home_area02{
	background: linear-gradient(180deg, white 0%, white 50%, #e5e5e5 50%, #e5e5e5 100%);
	padding-bottom: 80px;
}

.home_area02-con01{
	display: -webkit-flex;
	display: flex;
}
.home_area02-con01 .con01_col{
	box-sizing: content-box;
	padding-right: 2%;
	width: 32%;
}
.home_area02-con01 .con01_col:nth-child(3){
	padding-right: 0%;
}

.home_area02-hyo{
	box-shadow: 0px 0px 3px 2px #c4c4c4;
}

.home_area02-tit01{
	background-color: #dab715;
	padding: 8px 0;
	margin: 0;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 1.4;
}
.home_area02-tit02{
	background-color: #adcfcf;
	padding: 8px 0;
	margin: 0;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 1.4;
}
.home_area02-tit03{
	background-color: #8aa5b5;
	padding: 8px 0;
	margin: 0;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area02{
		padding-bottom: 70px;
	}

	.home_area02-tit01{
		font-size: 20px;
	}
	.home_area02-tit02{
		font-size: 20px;
	}
	.home_area02-tit03{
		font-size: 20px;
	}
}
@media print{
	.home_area02{
		padding-bottom: 70px;
	}

	.home_area02-tit01{
		font-size: 18px;
	}
	.home_area02-tit02{
		font-size: 18px;
	}
	.home_area02-tit03{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.home_area02{
		padding-bottom: 40px;
	}
	
	.home_area02-con01{
		display: block;
	}
	.home_area02-con01 .con01_col{
		padding-right: 0%;
		padding-bottom: 2%;
		width: auto;
	}
	.home_area02-con01 .con01_col:last-child{
		padding-bottom: 0%;
	}
	
	.home_area02-tit01{
		font-size: 18px;
	}
	.home_area02-tit02{
		font-size: 18px;
	}
	.home_area02-tit03{
		font-size: 18px;
	}
}

.home_area03{
	background-image: url(../img/home/area03_bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area03{
		padding: 70px 0;
	}
}
@media print{
	.home_area03{
		padding: 70px 0;
	}
}
@media screen and (max-width: 767px) {
	.home_area03{
		padding: 40px 0;
	}
}

/* area05 */
.home_area05{
	background-image: url(../img/home/area05_bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.home_area05-con01{
	display: -webkit-flex;
	display: flex;
}
.home_area05-con01 .con01_left{
	box-sizing: content-box;
	padding-right: 2%;
	width: 49%;
}
.home_area05-con01 .con01_right{
	width: 49%;
}

.home_area05-col01{
	border: white solid 1px;
	padding: 30px;
	color: white;
}

.home_area05-col01 .col01_tit{
	position: relative;
	border-bottom: white solid 1px;
}
.home_area05-col01 .col01_tit .no{
	position: absolute;
	bottom: -2px;
	left: 20px;
	font-family: 'Inter', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}
.home_area05-col01 .col01_tit .txt{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.home_area05-col01 .col01_text{
	display: table;
	width: 100%;
	height: 60px;
	text-align: center;
}
.home_area05-col01 .col01_text p{
	display: table-cell;
	vertical-align: middle;
}

.home_area05-col01 .col01_bt01{
	margin: 0 auto;
	width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area05{
		padding: 70px 0;
	}

	.home_area05-col01{
		padding: 20px;
	}

	.home_area05-col01 .col01_tit .no{
		bottom: -2px;
		left: 0px;
		font-size: 32px;
	}
	.home_area05-col01 .col01_tit .txt{
		padding-left: 10px;
		font-size: 20px;
	}

	.home_area05-col01 .col01_text p{
		font-size: 15px;
	}
	
	.home_area05-col01 .col01_bt01{
		width: 300px;
	}
}
@media print{
	.home_area05{
		padding: 70px 0;
	}

	.home_area05-col01{
		padding: 15px;
	}

	.home_area05-col01 .col01_tit .no{
		bottom: -2px;
		left: 0px;
		font-size: 24px;
	}
	.home_area05-col01 .col01_tit .txt{
		padding-left: 15px;
		font-size: 16px;
	}

	.home_area05-col01 .col01_text p{
		font-size: 13px;
	}
	
	.home_area05-col01 .col01_bt01{
		width: 92%;
	}
}
@media screen and (max-width: 767px) {
	.home_area05{
		padding: 40px 0;
	}
	
	.home_area05-con01{
		display: block;
	}
	.home_area05-con01 .con01_left{
		padding-right: 0%;
		padding-bottom: 20px;
		width: auto;
	}
	.home_area05-con01 .con01_right{
		width: auto;
	}
	
	.home_area05-col01{
		padding: 15px;
	}

	.home_area05-col01 .col01_tit .no{
		left: 2px;
		font-size: 22px;
	}
	.home_area05-col01 .col01_tit .txt{
		padding-left: 40px;
		font-size: 16px;
		text-align: left;
	}

	.home_area05-col01 .col01_bt01{
		width: 220px;
	}
}

/* area06 */
.home_area06-list01{
	overflow: hidden;
}
.home_area06-list01 li{
	border-bottom: #e5e5e5 solid 1px;
	padding-bottom: 16px;
	margin-bottom: 15px;
}

.home_area06-text01{
	display: table;
	width: 100%;
}
.home_area06-text01 .txt01{
	display: table-cell;
	padding-right: 10px;
	width: 80px;
	vertical-align: middle;
}
.home_area06-text01 .txt01 span{
	display: block;
	background-color: #168352;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 4px 0;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 1.2;
}
.home_area06-text01 .txt02{
	display: table-cell;
	padding-right: 20px;
	width: 300px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area06-text01 .txt01{
		width: 76px;
	}
	.home_area06-text01 .txt01 span{
		font-size: 15px;
	}
	.home_area06-text01 .txt02{
		padding-right: 15px;
		width: 250px;
		font-size: 16px;
	}
}
@media print{
	.home_area06-text01 .txt01{
		width: 70px;
	}
	.home_area06-text01 .txt01 span{
		font-size: 13px;
	}
	.home_area06-text01 .txt02{
		padding-right: 10px;
		width: 200px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.home_area06-list01 li{
		padding-bottom: 11px;
		margin-bottom: 10px;
	}
	
	.home_area06-text01{
		display: block;
	}
	.home_area06-text01 .txt01{
		display: block;
		padding-right: 0px;
		width: 80px;
	}
	.home_area06-text01 .txt01 span{
		font-size: 14px;
	}
	.home_area06-text01 .txt02{
		display: block;
		padding-right: 0px;
		width: auto;
		font-size: 16px;
		font-weight: 700;
	}
}

/* area07 */
.home_area07{
	background-image: url(../img/home/area07_bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.home_area07-con01{
	padding-left: 380px;
}

.home_area07-text01{
	display: -webkit-flex;
	display: flex;
}
.home_area07-text01 p{
	box-sizing: content-box;
	background-color: #168352;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 8px 20px 12px 20px;
	margin: 0;
	color: white;
}
.home_area07-text01 p:last-child{
	margin-left: 10px;
}

.home_area07-bt01{
	margin: 0;
	width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area07{
		padding: 50px 0;
	}
	
	.home_area07-con01{
		padding-left: 30%;
	}

	.home_area07-text01 p{
		padding: 8px 0px 12px 0px;
		font-size: 14px;
	}
	
	.home_area07-bt01{
		width: 320px;
	}
}
@media print{
	.home_area07{
		padding: 50px 0;
	}
	
	.home_area07-con01{
		padding-left: 30%;
	}

	.home_area07-text01 p{
		padding: 8px 0px 12px 0px;
		font-size: 11px;
	}
	
	.home_area07-bt01{
		width: 280px;
	}
}
@media screen and (max-width: 767px) {
	.home_area07{
		background-color: #f6f7f8;
		background-image: url(../img/home/area07_bg.jpg);
		background-position: left bottom;
		background-size: auto 200px;
		background-repeat: no-repeat;
		padding: 40px 0 220px 0;
	}
	
	.home_area07-con01{
		padding-left: 0px;
	}
	
	.home_area07-text01{
		display: block;
	}
	.home_area07-text01 p{
		padding: 6px 10px;
	}
	.home_area07-text01 p:last-child{
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.home_area07-bt01{
		margin: 0 auto;
		width: 220px;
	}
}

/* 1025 品目一覧変更 */
.home_hinmoku-con01{}

.home_hinmoku-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.home_hinmoku-list01 li{
	box-sizing: content-box;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 23.5%;
}
.home_hinmoku-list01 li:nth-child(4n){
	padding-right: 0%;
}

.home_hinmoku-col01{
	display: block;
	background-color: white;
	border: #e2e2e2 solid 1px;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px 10px 10px 10px;
	color: #1f1f1f;
	text-decoration: none;
	text-align: center;
}
.home_hinmoku-col01:hover{
	color: #1f1f1f;
	text-decoration: none;
}
.home_hinmoku-col01 img{
	transition: 0.5s all;
}
.home_hinmoku-col01:hover img{
  transform: scale(1.05,1.05);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_hinmoku-list01 li{
		width: 32%;
	}
	.home_hinmoku-list01 li:nth-child(4n){
		padding-right: 2%;
	}
	.home_hinmoku-list01 li:nth-child(3n){
		padding-right: 0%;
	}
}
@media print{
	.home_hinmoku-list01 li{
		width: 32%;
	}
	.home_hinmoku-list01 li:nth-child(4n){
		padding-right: 2%;
	}
	.home_hinmoku-list01 li:nth-child(3n){
		padding-right: 0%;
	}
}
@media screen and (max-width: 767px) {
	.home_hinmoku-list01{
		display: block;
	}
	.home_hinmoku-list01 li{
		padding-right: 0%;
		padding-bottom: 20px;
		width: auto;
	}
	.home_hinmoku-list01 li:nth-child(4n){
		padding-right: 0%;
	}
}


/*
 * オーラムについて
 */
.company_area04-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.company_area04-list01 li{
	box-sizing: content-box;
	padding-right: 1.2%;
	width: 24.1%;
}
.company_area04-list01 li:nth-child(4){
	padding-right: 0%;
}

.company_area04-con01{
	padding-bottom: 60px;
}

.company_area04-col01{
	background-color: white;
	border: #e5e5e5 solid 1px;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}
.company_area04-tit01{
	display: -webkit-flex;
	display: flex;
}
.company_area04-tit01 .no{
	display: block;
	background-color: #168352;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	width: 48px;
	height: 48px;
	font-size: 30px;
	color: white;
	text-align: center;
	line-height: 48px;
}
.company_area04-tit01 .text{
	padding-left: 10px;
}
.company_area04-tit01 .text .txt01{
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
}
.company_area04-tit01 .text .txt02{
	margin: 0;
	font-size: 14px;
	color: #168352;
	line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.company_area04-list01 li{
		padding-bottom: 2%;
		width: 49%;
	}
	.company_area04-list01 li:nth-child(2n){
		padding-right: 0%;
	}
	
	.company_area04-con01{
		padding-bottom: 50px;
	}

	.company_area04-tit01 .no{
		width: 44px;
		height: 44px;
		font-size: 24px;
		color: white;
		line-height: 44px;
	}
	.company_area04-tit01 .text{
		padding-left: 10px;
	}
	.company_area04-tit01 .text .txt01{
		font-size: 22px;
	}
	.company_area04-tit01 .text .txt02{
		font-size: 13px;
	}
}
@media print{
	.company_area04-list01 li{
		padding-bottom: 2%;
		width: 49%;
	}
	.company_area04-list01 li:nth-child(2n){
		padding-right: 0%;
	}
	
	.company_area04-con01{
		padding-bottom: 50px;
	}

	.company_area04-tit01 .no{
		width: 44px;
		height: 44px;
		font-size: 20px;
		color: white;
		line-height: 44px;
	}
	.company_area04-tit01 .text{
		padding-left: 10px;
	}
	.company_area04-tit01 .text .txt01{
		font-size: 18px;
	}
	.company_area04-tit01 .text .txt02{
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.company_area04-list01{
		display: block;
	}
	.company_area04-list01 li{
		padding-right: 0%;
		padding-bottom: 20px;
		width: auto;
	}
	.company_area04-list01 li:nth-child(4){
		padding-bottom: 0px;
	}
	
	.company_area04-con01{
		padding-bottom: 30px;
	}

	.company_area04-tit01 .no{
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	.company_area04-tit01 .text .txt01{
		font-size: 18px;
	}
	.company_area04-tit01 .text .txt02{
		font-size: 13px;
	}
}

/* area05 */
.company_area04-bt01{
	margin: 0 auto;
	width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.company_area04-bt01{
		width: 340px;
	}
}
@media print{
	.company_area04-bt01{
		width: 340px;
	}
}
@media screen and (max-width: 767px) {
	.company_area04-bt01{
		width: 92%;
	}
}


/*
 * 買取について
 */
.service_area02-photo01{
	text-align: center;
}
.service_area02-photo01 .main{
	display: inline-block;
	background-color: white;
	border: #e5e5e5 solid 1px;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}

.service_area02-flow01{
	display: -webkit-flex;
	display: flex;
}
.service_area02-flow01 li{
	box-sizing: content-box;
	padding-right: 2.4%;
	width: 23.2%;
}
.service_area02-flow01 li:nth-child(4){
	padding-right: 0%;
}

.service_area02-flow01 li .flow01_text01{
	background-color: #0864d5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	color: white;
	text-align: center;
}
.service_area02-flow01 li .flow01_text02{
	background-color: #168352;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	color: white;
	text-align: center;
}
.service_area02-flow01 li .flow01_text01 .flow01_minitxt,
.service_area02-flow01 li .flow01_text02 .flow01_minitxt{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 0;
	font-size: 14px;
	color: #1f1f1f;
	text-align: center;
}
.service_area02-flow01 li .flow01_text01 .flow01_minitxt p,
.service_area02-flow01 li .flow01_text02 .flow01_minitxt p{
	margin: 0;
}
.service_area02-flow01 li .flow01_text01 .flow01_minitxt span,
.service_area02-flow01 li .flow01_text02 .flow01_minitxt span{
	display: inline-block;
	padding: 10px 8px 0 8px;
}

.service_area02-flow01 li .flow01_img01{
	position: relative;
	background-color: #f7f7f7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 0px;
	text-align: center;
}
.service_area02-flow01 li .flow01_img02{
	position: relative;
	background-color: #ffe9e9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 0px;
	text-align: center;
}
.service_area02-flow01 li .flow01_img01 .pop,
.service_area02-flow01 li .flow01_img02 .pop{
	position: absolute;
	top: -40px;
	left: -20px;
	z-index: 3;
}
.service_area02-flow01 li .flow01_img01 .arrow,
.service_area02-flow01 li .flow01_img02 .arrow{
	position: absolute;
	top: 50%;
	right: -46px;
	margin-top: -33px;
	z-index: 3;
}

.service_area02-text01{
	display: table;
}
.service_area02-text01 .arrow{
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}
.service_area02-text01 .text{
	display: table-cell;
	vertical-align: middle;
}

.service_area02-bt01{
	margin: 0 0 0 auto;
	width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.service_area02-photo01 .main{
		padding: 15px;
	}

	.service_area02-flow01 li{
		padding-right: 2.5%;
	}
	.service_area02-flow01 li:nth-child(1){
		width: 32.5%;
	}
	.service_area02-flow01 li:nth-child(2){
		width: 20%;
	}
	.service_area02-flow01 li:nth-child(3){
		width: 20%;
	}
	.service_area02-flow01 li:nth-child(4){
		width: 20%;
	}
	
	.service_area02-flow01 li .flow01_text01{
		padding: 25px 5px 0 5px;
	}
	.service_area02-flow01 li .flow01_text02{
		padding: 25px 5px 0 5px;
	}
	.service_area02-flow01 li .flow01_text01 .flow01_minitxt,
	.service_area02-flow01 li .flow01_text02 .flow01_minitxt{
		font-size: 13px;
	}
	
	.service_area02-flow01 li .flow01_img01{
		padding: 15px 10px;
		font-size: 15px;
	}
	.service_area02-flow01 li .flow01_img02{
		padding: 15px 10px;
		font-size: 15px;
	}
	.service_area02-flow01 li .flow01_img01 .pop,
	.service_area02-flow01 li .flow01_img02 .pop{
		top: -30px;
		left: -10px;
	}
	.service_area02-flow01 li .flow01_img01 .pop img,
	.service_area02-flow01 li .flow01_img02 .pop img{
		width: 120px;
	}
	.service_area02-flow01 li .flow01_img01 .arrow,
	.service_area02-flow01 li .flow01_img02 .arrow{
		right: -30px;
		margin-top: -20px;
	}
	.service_area02-flow01 li .flow01_img01 .arrow img,
	.service_area02-flow01 li .flow01_img02 .arrow img{
		width: 40px;
	}
	
	.service_area02-bt01{
		width: 360px;
	}
}
@media print{
	.service_area02-photo01 .main{
		padding: 15px;
	}

	.service_area02-flow01 li{
		padding-right: 2.5%;
	}
	.service_area02-flow01 li:nth-child(1){
		width: 32.5%;
	}
	.service_area02-flow01 li:nth-child(2){
		width: 20%;
	}
	.service_area02-flow01 li:nth-child(3){
		width: 20%;
	}
	.service_area02-flow01 li:nth-child(4){
		width: 20%;
	}
	
	.service_area02-flow01 li .flow01_text01{
		padding: 25px 5px 0 5px;
	}
	.service_area02-flow01 li .flow01_text02{
		padding: 25px 5px 0 5px;
	}
	.service_area02-flow01 li .flow01_text01 .flow01_minitxt,
	.service_area02-flow01 li .flow01_text02 .flow01_minitxt{
		font-size: 10px;
	}
	
	.service_area02-flow01 li .flow01_img01{
		padding: 15px 10px;
		font-size: 13px;
	}
	.service_area02-flow01 li .flow01_img02{
		padding: 15px 10px;
		font-size: 13px;
	}
	.service_area02-flow01 li .flow01_img01 .pop,
	.service_area02-flow01 li .flow01_img02 .pop{
		top: -30px;
		left: -10px;
	}
	.service_area02-flow01 li .flow01_img01 .pop img,
	.service_area02-flow01 li .flow01_img02 .pop img{
		width: 120px;
	}
	.service_area02-flow01 li .flow01_img01 .arrow,
	.service_area02-flow01 li .flow01_img02 .arrow{
		right: -30px;
		margin-top: -20px;
	}
	.service_area02-flow01 li .flow01_img01 .arrow img,
	.service_area02-flow01 li .flow01_img02 .arrow img{
		width: 40px;
	}
	
	.service_area02-bt01{
		width: 360px;
	}
}
@media screen and (max-width: 767px) {
	.service_area02-photo01 .main{
		padding: 15px;
	}
	
	.service_area02-flow01{
		display: block;
	}
	.service_area02-flow01 li{
		padding-right: 0%;
		padding-bottom: 15px;
		width: auto;
	}
	.service_area02-flow01 li:nth-child(4){
		padding-bottom: 0px;
	}

	.service_area02-flow01 li .flow01_img01 .pop,
	.service_area02-flow01 li .flow01_img02 .pop{
		top: -5px;
		left: -10px;
	}
	.service_area02-flow01 li .flow01_img01 .pop img,
	.service_area02-flow01 li .flow01_img02 .pop img{
		width: 120px;
	}
	.service_area02-flow01 li .flow01_img01 .arrow,
	.service_area02-flow01 li .flow01_img02 .arrow{
		top: 100%;
		right: 10px;
		margin-top: -5px;
		z-index: 3;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.service_area02-flow01 li .flow01_img01 .arrow img,
	.service_area02-flow01 li .flow01_img02 .arrow img{
		width: 40px;
	}
	
	.service_area02-text01{
		margin-left: auto;
		margin-right: auto;
	}
	.service_area02-text01 .arrow{
		padding: 0 6px;
	}
	.service_area02-text01 .arrow img{
		width: 40px;
	}
	.service_area02-text01 .text img{
		width: 120px;
	}
	
	.service_area02-bt01{
		width: 100%;
	}
}

/* area03 */
.service_area03-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.service_area03-list01 li{
	padding-right: 2%;
	padding-bottom: 2%;
	width: 49%;
}
.service_area03-list01 li:nth-child(2n){
	padding-right: 0%;
}

.service_area03-col01{
	border: #e5e5e5 solid 1px;
	background-color: white;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
}
.service_area03-col01 .col01_tit{
	display: table;
	width: 100%;
	vertical-align: middle;
}
.service_area03-col01 .col01_tit .no{
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}
.service_area03-col01 .col01_tit .txt{
	display: table-cell;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #0864d5;
	vertical-align: middle;
}
.service_area03-col01 .col01_tit .no span{
	display: block;
	border: #1f1f1f solid 1px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	width: 50px;
	height: 50px;
	font-size: 36px;
	text-align: center;
	line-height: 42px;
}

.service_area03-col01 .col01_text{
	display: table;
	width: 100%;
}
.service_area03-col01 .col01_text .txt{
	display: table-cell;
	padding-right: 20px;
	width: 74%;
	vertical-align: top;
}
.service_area03-col01 .col01_text .photo{
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.service_area03-col01{
		padding: 15px;
	}
	.service_area03-col01 .col01_tit .no{
		width: 42px;
	}
	.service_area03-col01 .col01_tit .txt{
		padding-left: 15px;
		font-size: 18px;
	}
	.service_area03-col01 .col01_tit .no span{
		width: 42px;
		height: 42px;
		font-size: 32px;
		line-height: 38px;
	}

	.service_area03-col01 .col01_text .txt{
		padding-right: 15px;
	}
}
@media print{
	.service_area03-col01{
		padding: 15px;
	}
	.service_area03-col01 .col01_tit .no{
		width: 42px;
	}
	.service_area03-col01 .col01_tit .txt{
		padding-left: 15px;
		font-size: 18px;
	}
	.service_area03-col01 .col01_tit .no span{
		width: 42px;
		height: 42px;
		font-size: 32px;
		line-height: 38px;
	}

	.service_area03-col01 .col01_text .txt{
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.service_area03-list01{
		display: block;
	}
	.service_area03-list01 li{
		padding-right: 0%;
		padding-bottom: 15px;
		width: auto;
	}
	.service_area03-list01 li:last-child{
		padding-bottom: 0px;
	}
	
	.service_area03-col01{
		padding: 15px;
	}
	.service_area03-col01 .col01_tit .no{
		width: 36px;
	}
	.service_area03-col01 .col01_tit .txt{
		padding-left: 10px;
		font-size: 16px;
	}
	.service_area03-col01 .col01_tit .no span{
		width: 36px;
		height: 36px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.service_area03-col01 .col01_text{
		display: block;
		width: auto;
	}
	.service_area03-col01 .col01_text .txt{
		display: block;
		padding-right: 0px;
		margin-bottom: 10px;
		width: auto;
	}
	.service_area03-col01 .col01_text .photo{
		display: block;
	}
}

/* area04 */
.service_area04-con01{
	position: relative;
}
.service_area04-con01 .con01_text{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -60px;
	width: 615px;
}

.service_area04-con01 .con01_img{
	padding-right: 100px;
	width: 50%;
	height: 360px;
}
.service_area04-con01 .con01_img .img{
	overflow: hidden;
	border-radius: 0 40px 40px 0;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	margin: 0;
	width: 100%;
	height: 360px;
}
.service_area04-con01 .con01_img .img img{	
	width: 100%;
	height: 360px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.service_area04-bt01{
	margin: 0 0 0 auto;
	width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.service_area04-con01{
		height: 400px;
	}
	.service_area04-con01 .con01_text{
		padding-right: 2%;
		margin-left: 0px;
		width: 50%;
	}
	
	.service_area04-con01 .con01_img{
		padding-right: 20px;
		width: 50%;
		height: 320px;
	}
	.service_area04-con01 .con01_img .img{
		height: 320px;
	}
	.service_area04-con01 .con01_img .img img{	
		height: 320px;
	}
	
	.service_area04-bt01{
		width: 320px;
	}
}
@media print{
	.service_area04-con01{
		height: 400px;
	}
	.service_area04-con01 .con01_text{
		padding-right: 2%;
		margin-left: 0px;
		width: 50%;
	}
	
	.service_area04-con01 .con01_img{
		padding-right: 20px;
		width: 50%;
		height: 320px;
	}
	.service_area04-con01 .con01_img .img{
		height: 320px;
	}
	.service_area04-con01 .con01_img .img img{	
		height: 320px;
	}
	
	.service_area04-bt01{
		width: 320px;
	}
}
@media screen and (max-width: 767px) {
	.service_area04-con01 .con01_text{
		position: static;
		margin: 0 auto 15px auto;
		width: 92%;
	}
	
	.service_area04-con01 .con01_img{
		padding-right: 0px;
		width: auto;
		height: 240px;
	}
	.service_area04-con01 .con01_img .img{
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		margin: 0;
		height: 240px;
	}
	.service_area04-con01 .con01_img .img img{	
		height: 240px;
	}
	
	.service_area04-bt01{
		width: 100%;
	}
}


/*
 * 買取の流れ
 */
.flow_area01-con01{
	padding: 80px 0;
}

.flow_area01-list01 li{
	padding-bottom: 20px;
}
.flow_area01-list01 li:last-child{
	padding-bottom: 0px;
}

.flow_area01-flow01{
	display: -webkit-flex;
	display: flex;
}
.flow_area01-flow02{
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
}
.flow_area01-flow01 .ic,
.flow_area01-flow02 .ic{
	width: 200px;
	text-align: center;
}
.flow_area01-flow01 .text,
.flow_area01-flow02 .text{
	display: table;
	width: 910px;
}
.flow_area01-flow01 .text{
	padding-left: 20px;
}
.flow_area01-flow02 .text{
	padding-right: 20px;
}
.flow_area01-flow01 .text p,
.flow_area01-flow02 .text p{
	display: table-cell;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.flow_area01-con01{
		padding: 70px 0;
	}
	
	.flow_area01-list01 li{
		padding-bottom: 15px;
	}

	.flow_area01-flow01 .ic,
	.flow_area01-flow02 .ic{
		width: 18%;
	}
	.flow_area01-flow01 .text,
	.flow_area01-flow02 .text{
		width: 82%;
	}
	.flow_area01-flow01 .text{
		padding-left: 15px;
	}
	.flow_area01-flow02 .text{
		padding-right: 15px;
	}
}
@media print{
	.flow_area01-con01{
		padding: 70px 0;
	}
	
	.flow_area01-list01 li{
		padding-bottom: 15px;
	}

	.flow_area01-flow01 .ic,
	.flow_area01-flow02 .ic{
		width: 18%;
	}
	.flow_area01-flow01 .text,
	.flow_area01-flow02 .text{
		width: 82%;
	}
	.flow_area01-flow01 .text{
		padding-left: 15px;
	}
	.flow_area01-flow02 .text{
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.flow_area01-logo img{
		width: 240px;
	}
	.flow_area01-con01{
		padding: 40px 0;
	}
	
	.flow_area01-list01 li{
		padding-bottom: 15px;
	}
	.flow_area01-list01 li:last-child{
		padding-bottom: 0px;
	}
	
	.flow_area01-flow01{
		display: block;
	}
	.flow_area01-flow02{
		display: block;
	}
	.flow_area01-flow01 .ic,
	.flow_area01-flow02 .ic{
		display: block;
		margin-bottom: 10px;
		width: auto;
		text-align: center;
	}
	.flow_area01-flow01 .ic img,
	.flow_area01-flow02 .ic img{
		width: 120px;
	}
	.flow_area01-flow01 .text,
	.flow_area01-flow02 .text{
		display: block;
		width: auto;
	}
	.flow_area01-flow01 .text{
		padding-left: 0px;
	}
	.flow_area01-flow02 .text{
		padding-right: 0px;
	}
	.flow_area01-flow01 .text p,
	.flow_area01-flow02 .text p{
		display: block;
	}
}

/* area03 */
.flow_area03-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.flow_area03-list01 li{
	box-sizing: content-box;
	padding-right: 1%;
	width: 19.2%;
}
.flow_area03-list01 li:nth-child(5){
	padding-right: 0%;
}

.flow_area03-text01{
	display: table;
	background-color: #ffe9e9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 14px 0;
	width: 100%;
}
.flow_area03-text01 p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.flow_area03-list01 li{
		padding-right: 2%;
		padding-bottom: 2%;
	}
	.flow_area03-list01 li:nth-child(1){
		width: 32%;
	}
	.flow_area03-list01 li:nth-child(2){
		width: 32%;
	}
	.flow_area03-list01 li:nth-child(3){
		padding-right: 0%;
		width: 32%;
	}
	.flow_area03-list01 li:nth-child(4){
		width: 49%;
	}
	.flow_area03-list01 li:nth-child(5){
		padding-right: 0%;
		width: 49%;
	}
}
@media print{
	.flow_area03-list01 li{
		padding-right: 2%;
		padding-bottom: 2%;
	}
	.flow_area03-list01 li:nth-child(1){
		width: 32%;
	}
	.flow_area03-list01 li:nth-child(2){
		width: 32%;
	}
	.flow_area03-list01 li:nth-child(3){
		padding-right: 0%;
		width: 32%;
	}
	.flow_area03-list01 li:nth-child(4){
		width: 49%;
	}
	.flow_area03-list01 li:nth-child(5){
		padding-right: 0%;
		width: 49%;
	}

	.flow_area03-text01 p{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.flow_area03-list01{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.flow_area03-list01 li{
		padding-right: 2%;
		padding-bottom: 2%;
		width: 49%;
	}
	.flow_area03-list01 li:first-child{
		width: 100%;
	}
	.flow_area03-list01 li:nth-child(3n){
		padding-right: 0%;
	}
	
	.flow_area03-text01{
		padding: 10px 0px;
	}
	.flow_area03-text01 p{
		font-size: 14px;
	}
}


/*
 * 買取品目
 */
.hinmoku_nav{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.hinmoku_nav li{
	box-sizing: content-box;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 32%;
}
.hinmoku_nav li:nth-child(3n){
	padding-right: 0%;
}

.hinmoku_nav-bt a{
	background-image: linear-gradient(135deg, #a8c633 0%, #909628 100%);
	box-shadow: 3px 3px 0px #6f6400;
}
.hinmoku_nav-bt a:hover{
	background-image: linear-gradient(135deg, #909628 0%, #777d0e 100%);
	box-shadow: -2px -2px 0px #6f6400;
}
.hinmoku_nav-bt.active a{
	background-image: linear-gradient(135deg, #268bb7 0%, #0e5cac 100%);
	box-shadow: 3px 3px 0px #004293;
}
.hinmoku_nav-bt.active a:hover{
	background-image: linear-gradient(135deg, #268bb7 0%, #0b5e82 100%);
	box-shadow: -2px -2px 0px #004293;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.hinmoku_nav-bt a{
		padding: 10px 10px 8px 0;
		font-size: 14px;
	}
}
@media print{
	.hinmoku_nav-bt a{
		padding: 10px 10px 8px 0;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.hinmoku_nav{
		display: block;
	}
	.hinmoku_nav li{
		padding-right: 0%;
		padding-bottom: 2%;
		width: auto;
	}
	.hinmoku_nav li:last-child{
		padding-bottom: 0%;
	}
}

/* area01 */
.hinmoku_area01-coin{
	padding: 0 0 60px 0;
}

.hinmoku_area01-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.hinmoku_area01-list01 li{
	box-sizing: content-box;
	padding-right: 2%;
	width: 23.5%;
}
.hinmoku_area01-list01 li:nth-child(4n){
	padding-right: 0%;
}

.hinmoku_area01-col01{
	display: block;
	background-color: white;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px;
	color: #1f1f1f;
	text-decoration: none;
	text-align: center;
}
.hinmoku_area01-col01:hover{
	color: #1f1f1f;
	text-decoration: none;
}
.hinmoku_area01-col01 img{
	transition: 0.5s all;
}
.hinmoku_area01-col01:hover img{
  transform: scale(1.05,1.05);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.hinmoku_area01-coin{
		padding: 0 0 50px 0;
	}
}
@media print{
	.hinmoku_area01-coin{
		padding: 0 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.hinmoku_area01-coin{
		padding: 0 0 30px 0;
	}
	
	.hinmoku_area01-list01{
		display: block;
	}
	.hinmoku_area01-list01 li{
		padding-right: 0%;
		padding-bottom: 20px;
		width: auto;
	}
	.hinmoku_area01-list01 li:nth-child(4n){
		padding-bottom: 0px;
	}
}

/* area02 */
.hinmoku_area02-col01{
	position: relative;
	background-color: #ffe9e9;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 300px;
}
.hinmoku_area02-col02{
	position: relative;
	background-color: #ecf7ff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 300px;
}
.hinmoku_area02-col01 .col01_text,
.hinmoku_area02-col02 .col02_text{
	padding: 20px 20px 20px 0;
	height: auto;
	min-height: 280px;
}
.hinmoku_area02-col01 .col01_img,
.hinmoku_area02-col02 .col02_img{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 300px;
	text-align: center;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.hinmoku_area02-col01{
		padding-left: 220px;
	}
	.hinmoku_area02-col02{
		padding-left: 220px;
	}
	.hinmoku_area02-col01 .col01_text,
	.hinmoku_area02-col02 .col02_text{
		padding: 15px 15px 15px 0;
		height: auto;
		min-height: 220px;
	}
	.hinmoku_area02-col01 .col01_img,
	.hinmoku_area02-col02 .col02_img{
		padding: 0 10px;
		width: 220px;
	}
}
@media print{
	.hinmoku_area02-col01{
		padding-left: 220px;
	}
	.hinmoku_area02-col02{
		padding-left: 220px;
	}
	.hinmoku_area02-col01 .col01_text,
	.hinmoku_area02-col02 .col02_text{
		padding: 15px 15px 15px 0;
		height: auto;
		min-height: 220px;
	}
	.hinmoku_area02-col01 .col01_img,
	.hinmoku_area02-col02 .col02_img{
		padding: 0 10px;
		width: 220px;
	}
}
@media screen and (max-width: 767px) {
	.hinmoku_area02-col01{
		padding-left: 0px;
	}
	.hinmoku_area02-col02{
		padding-left: 0px;
	}
	.hinmoku_area02-col01 .col01_text,
	.hinmoku_area02-col02 .col02_text{
		padding: 15px;
	}
	.hinmoku_area02-col01 .col01_img,
	.hinmoku_area02-col02 .col02_img{
		position: static;
		width: auto;
	}
	.hinmoku_area02-col01 .col01_img img,
	.hinmoku_area02-col02 .col02_img img{
		width: 220px;
	}
}

/* detail01 */
.hinmoku_detail01-con01{
	padding: 0 0 200px 0;
}

.hinmoku_detail01-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.hinmoku_detail01-list01 li{
	box-sizing: content-box;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 23.5%;
}
.hinmoku_detail01-list01 li:nth-child(4n){
	padding-right: 0%;
}

.hinmoku_detail01-col01{
	display: block;
	background-color: white;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px 10px 10px 10px;
	color: #1f1f1f;
	text-decoration: none;
	text-align: center;
}
.hinmoku_detail01-col01:hover{
	color: #1f1f1f;
	text-decoration: none;
}
.hinmoku_detail01-col01 img{
	transition: 0.5s all;
}
.hinmoku_detail01-col01:hover img{
  transform: scale(1.05,1.05);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.hinmoku_detail01-con01{
		padding: 0 0 160px 0;
	}
	.hinmoku_detail01-list01 li{
		width: 32%;
	}
	.hinmoku_detail01-list01 li:nth-child(4n){
		padding-right: 2%;
	}
	.hinmoku_detail01-list01 li:nth-child(3n){
		padding-right: 0%;
	}
}
@media print{
	.hinmoku_detail01-con01{
		padding: 0 0 160px 0;
	}
	.hinmoku_detail01-list01 li{
		width: 32%;
	}
	.hinmoku_detail01-list01 li:nth-child(4n){
		padding-right: 2%;
	}
	.hinmoku_detail01-list01 li:nth-child(3n){
		padding-right: 0%;
	}
}
@media screen and (max-width: 767px) {
	.hinmoku_detail01-con01{
		padding: 0 0 100px 0;
	}
	
	.hinmoku_detail01-list01{
		display: block;
	}
	.hinmoku_detail01-list01 li{
		padding-right: 0%;
		padding-bottom: 20px;
		width: auto;
	}
	.hinmoku_detail01-list01 li:nth-child(4n){
		padding-right: 0%;
	}
}

/* detail02 */
.hinmoku_detail02-con01{
	padding: 0 0 200px 0;
}

.hinmoku_detail02-list01{}
.hinmoku_detail02-list01 li{
	box-sizing: content-box;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 20px;
	width: auto;
}
.hinmoku_detail02-list01 li:last-child{
	margin-bottom: 0px;
}

.hinmoku_detail02-col01{
	display: block;
	background-color: white;
	border: #e2e2e2 solid 1px;
	box-shadow: 0px 0px 3px 2px #c4c4c4;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px 10px 10px 10px;
	color: #1f1f1f;
	text-decoration: none;
}

.hinmoku_detail02-col01 .col01_tit{
	background: linear-gradient(90deg, #dac300, #867900);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 16px 20px;
	font-size: 24px;
	font-weight: 700;
	color: white;
	text-align: center;
	letter-spacing: 0.08em;
}

.hinmoku_detail02-col01 .col01_txt01{
	text-align: center;
}
.hinmoku_detail02-col01 .col01_txt01 span{
	position: relative;
	display: inline-block;
	padding: 0 48px;
	font-size: 20px;
}
.hinmoku_detail02-col01 .col01_txt01 span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	background-image: url(../img/hinmoku/detail02_dot.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -2px;
	width: 38px;
	height: 4px;
}
.hinmoku_detail02-col01 .col01_txt01 span::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	display: block;
	background-image: url(../img/hinmoku/detail02_dot.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -2px;
	width: 38px;
	height: 4px;
}

.hinmoku_detail02-col01 .col01_price{
	text-align: center;
}
.hinmoku_detail02-col01 .col01_price span{
	display: inline-block;
	background-color: #d61518;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 8px 60px;
	font-size: 36px;
	font-weight: 700;
	color: white;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.hinmoku_detail02-col01 .col01_col01{
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
  border-bottom: #cccccc solid 1px;
  padding-bottom: 31px;
  margin: 0 40px 20px 40px;
}
.hinmoku_detail02-col01 .col01_col01 .text{
	width: 70%;
}
.hinmoku_detail02-col01 .col01_col01 .img{
	padding-right: 30px;
}
.hinmoku_detail02-col01 .col01_col01 .img .img_box{
	background-color: white;
	padding: 10px;
}

.hinmoku_detail02-col01 .col01_col01 .text .table_ubar{
	font-size: 15px;
}
.hinmoku_detail02-col01 .col01_col01 .text .table_ubar tr th{
	position: relative;
	padding: 6px 0;
}
.hinmoku_detail02-col01 .col01_col01 .text .table_ubar tr td{
	padding: 6px 5px;
}
.hinmoku_detail02-col01 .col01_col01 .text .table_ubar tr th .ic{
	position: absolute;
	top: 6px;
	right: 4px;
}

.hinmoku_detail02-col01 .col01_bt01{
	margin: 0 0 10px auto;
	width: 340px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.hinmoku_detail02-con01{
		padding: 0 0 160px 0;
	}

	.hinmoku_detail02-col01 .col01_tit{
		padding: 10px 15px;
		font-size: 20px;
	}

	.hinmoku_detail02-col01 .col01_txt01 span{
		padding: 0 38px;
		font-size: 18px;
	}
	.hinmoku_detail02-col01 .col01_txt01 span::before{
		background-size: 28px;
		margin-top: -2px;
		width: 28px;
		height: 3px;
	}
	.hinmoku_detail02-col01 .col01_txt01 span::after{
		background-size: 28px;
		margin-top: -2px;
		width: 28px;
		height: 3px;
	}

	.hinmoku_detail02-col01 .col01_price span{
		padding: 8px 40px;
		font-size: 30px;
	}
	.hinmoku_detail02-col01 .col01_col01{
	  padding-bottom: 31px;
	  margin: 0 20px 20px 20px;
	}
	.hinmoku_detail02-col01 .col01_col01 .img{
		width: 30%;
	}
	
	.hinmoku_detail02-col01 .col01_bt01{
		width: 260px;
	}
}
@media print{
	.hinmoku_detail02-con01{
		padding: 0 0 160px 0;
	}

	.hinmoku_detail02-col01 .col01_tit{
		padding: 10px 15px;
		font-size: 18px;
	}

	.hinmoku_detail02-col01 .col01_txt01 span{
		padding: 0 38px;
		font-size: 16px;
	}
	.hinmoku_detail02-col01 .col01_txt01 span::before{
		background-size: 28px;
		margin-top: -2px;
		width: 28px;
		height: 3px;
	}
	.hinmoku_detail02-col01 .col01_txt01 span::after{
		background-size: 28px;
		margin-top: -2px;
		width: 28px;
		height: 3px;
	}

	.hinmoku_detail02-col01 .col01_price span{
		padding: 8px 40px;
		font-size: 24px;
	}
	.hinmoku_detail02-col01 .col01_col01{
	  padding-bottom: 31px;
	  margin: 0 20px 20px 20px;
	}
	.hinmoku_detail02-col01 .col01_col01 .img{
		width: 30%;
	}
	
	.hinmoku_detail02-col01 .col01_bt01{
		width: 260px;
	}
}
@media screen and (max-width: 767px) {
	.hinmoku_detail02-con01{
		padding: 0 0 100px 0;
	}
	.hinmoku_detail02-col01 .col01_tit{
		padding: 10px 10px;
		font-size: 16px;
	}

	.hinmoku_detail02-list01{
		display: block;
	}
	.hinmoku_detail02-list01 li{
		padding-right: 0%;
		padding-bottom: 20px;
		width: auto;
	}
	.hinmoku_detail02-list01 li:last-child{
		padding-bottom: 0px;
	}

	.hinmoku_detail02-col01 .col01_txt01 span{
		position: relative;
		display: block;
		padding: 0;
		font-size: 13px;
	}
	.hinmoku_detail02-col01 .col01_txt01 span::before{
		display: none;
	}
	.hinmoku_detail02-col01 .col01_txt01 span::after{
		display: none;
	}

	.hinmoku_detail02-col01 .col01_price span{
		padding: 8px 40px;
		font-size: 22px;
	}
	
	.hinmoku_detail02-col01 .col01_col01{
		display: block;
	  padding-bottom: 16px;
	  margin-bottom: 15px;
	}
	.hinmoku_detail02-col01 .col01_col01 .text{
		width: auto;
	}
	.hinmoku_detail02-col01 .col01_col01{
	  padding-bottom: 21px;
	  margin: 0 0 20px 0;
	}
	.hinmoku_detail02-col01 .col01_col01 .img{
		padding-right: 0px;
	}
	
	.hinmoku_detail02-col01 .col01_col01 .text .table_ubar{
		font-size: 14px;
	}
	.hinmoku_detail02-col01 .col01_col01 .text .table_ubar tr th{
		padding: 6px 10px;
	}
	.hinmoku_detail02-col01 .col01_col01 .text .table_ubar tr td{
		padding: 6px 10px;
	}
	.hinmoku_detail02-col01 .col01_col01 .text .table_ubar tr th .ic{
		display: none;
	}
	
	.hinmoku_detail02-col01 .col01_bt01{
		width: 100%;
	}
}


/*
 * ジュエリーなど貴金属買取
 */
.jewelry_area01-txt01{
	background-color: #dab715;
	padding: 10px 0;
	font-size: 36px;
	font-weight: 400;
	color: white;
	text-align: center;
}
.jewelry_area01-txt02{
	background-color: #adcfcf;
	padding: 10px 0;
	font-size: 36px;
	font-weight: 400;
	color: white;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.jewelry_area01-txt01{
		font-size: 28px;
	}
	.jewelry_area01-txt02{
		font-size: 28px;
	}
}
@media print{
	.jewelry_area01-txt01{
		font-size: 22px;
	}
	.jewelry_area01-txt02{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.jewelry_area01-txt01{
		font-size: 20px;
	}
	.jewelry_area01-txt02{
		font-size: 20px;
	}
}


/*
 * ----
 */
.diamond_area01-txt01{
	background-color: #adcfcf;
	padding: 10px 0;
	font-size: 36px;
	font-weight: 400;
	color: white;
	text-align: center;
}

.diamond_area01-list01{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.diamond_area01-list01 li{
	width: 33.3%;
}
.diamond_area01-list01 li .list01_text{
	background-color: #eeeeee;
	border: #eeeeee solid 1px;
	padding: 10px 4px;
	text-align: center;
}
.diamond_area01-list01 li:nth-child(2n) .list01_text{
	background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.diamond_area01-txt01{
		font-size: 22px;
	}
}
@media print{
	.diamond_area01-txt01{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.diamond_area01-txt01{
		font-size: 20px;
	}
	
	.diamond_area01-list01{
		display: block;
	}
	.diamond_area01-list01 li{
		width: auto;
	}
}


/*
 * よくある質問
 */
.faq_area01-con01{
	padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.faq_area01-con01{
		padding: 70px 0;
	}
}
@media print{
	.faq_area01-con01{
		padding: 70px 0;
	}
}
@media screen and (max-width: 767px) {
	.faq_area01-con01{
		padding: 40px 0;
	}
}


/*
 * contact
 */
.contact_area01{
	background-image: url(../img/contact/area01_bg.jpg);
	background-position: center bottom;
	background-size: cover;
	padding: 80px 0 200px 0;
}

.contact_lay-col{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}
.contact_lay-col .col_box{
	width: 50%;
	text-align: center;
}

.contact_lay-txt01{
	display: inline-block;
	background-color: #cfa972;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 4px 20px;
	margin: 0 auto 20px auto;
	font-weight: 700;
	color: white;
}

.contact_lay-number{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.contact_lay-number .number_ic01{
	position: relative;
	top: -12px;
	display: table-cell;
}
.contact_lay-number .number_ic02{
	position: relative;
	top: -14px;
	display: table-cell;
}
.contact_lay-number .number_txt{
	position: relative;
	display: table-cell;
	padding-left: 15px;
	font-size: 48px;
	font-weight: 700;
}

.contact_lay-number02{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.contact_lay-number02 .number02_ic01{
	position: relative;
	top: -7px;
	display: table-cell;
}
.contact_lay-number02 .number02_txt{
	position: relative;
	display: table-cell;
	padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
}

.contact_lay-text{
	display: table;
	margin: 0 auto 0 140px;
	width: 340px;
}
.contact_lay-text .text_tit{
	display: table-cell;
	background-color: #222222;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 110px;
	padding: 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: white;
	vertical-align: middle;
}
.contact_lay-text .text_txt{
	display: table-cell;
	padding-left: 10px;
	font-size: 18px;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1469px) {
	.contact_area01{
		padding: 60px 0 140px 0;
	}

	.contact_lay-txt01{
		font-size: 15px;
	}

	.contact_lay-number .number_ic01{
		top: -10px;
	}
	.contact_lay-number .number_ic01 img{
		width: 26px;
	}
	.contact_lay-number .number_ic02{
		top: -10px;
	}
	.contact_lay-number .number_ic02 .ic02_txt{
		font-size: 11px;
	}
	.contact_lay-number .number_ic02 img{
		width: 32px;
	}
	.contact_lay-number .number_txt{
		padding-left: 10px;
		font-size: 38px;
	}

	.contact_lay-number-min .number_ic01{
		top: -3px;
	}
	.contact_lay-number-min .number_ic01 img{
		width: 11px;
	}
	.contact_lay-number-min .number_txt{
		padding-left: 10px;
		font-size: 20px;
	}

	.contact_lay-number02 .number02_ic01{
		top: -7px;
	}
	.contact_lay-number02 .number02_ic01 img{
		width: 15px;
	}
	.contact_lay-number02 .number02_txt{
		font-size: 22px;
	}

	.contact_lay-text{
		display: table;
		margin: 0 auto;
		width: 300px;
	}
	.contact_lay-text .text_tit{
		width: 80px;
		font-size: 14px;
	}
	.contact_lay-text .text_txt{
		font-size: 16px;
	}
}
@media print{
	.contact_area01{
		padding: 60px 0 140px 0;
	}

	.contact_lay-txt01{
		font-size: 15px;
	}

	.contact_lay-number .number_ic01{
		top: -10px;
	}
	.contact_lay-number .number_ic01 img{
		width: 26px;
	}
	.contact_lay-number .number_ic02{
		top: -14px;
	}
	.contact_lay-number .number_ic02 .ic02_txt{
		font-size: 9px;
	}
	.contact_lay-number .number_ic02 img{
		width: 28px;
	}
	.contact_lay-number .number_txt{
		padding-left: 10px;
		font-size: 32px;
	}

	.contact_lay-number-min .number_ic01{
		top: -3px;
	}
	.contact_lay-number-min .number_ic01 img{
		width: 9px;
	}
	.contact_lay-number-min .number_txt{
		padding-left: 10px;
		font-size: 17px;
	}

	.contact_lay-number02 .number02_ic01{
		top: -6px;
	}
	.contact_lay-number02 .number02_ic01 img{
		width: 12px;
	}
	.contact_lay-number02 .number02_txt{
		font-size: 18px;
	}

	.contact_lay-text{
		display: table;
		margin: 0 auto;
		width: 300px;
	}
	.contact_lay-text .text_tit{
		width: 80px;
		font-size: 14px;
	}
	.contact_lay-text .text_txt{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area01{
		padding: 40px 0 100px 0;
	}

	.contact_lay-col{
		display: block;
	}
	.contact_lay-col .col_box{
		width: auto;
	}
	
	.contact_lay-txt01{
		padding: 4px 12px;
		margin: 0 0 5px 0;
		font-size: 15px;
	}

	.contact_lay-number .number_ic01{
		top: -5px;
	}
	.contact_lay-number .number_ic01 img{
		width: 18px;
	}
	.contact_lay-number .number_ic02{
		top: -6px;
	}
	.contact_lay-number .number_ic02 .ic02_txt{
		font-size: 10px;
		line-height: 1.2;
	}
	.contact_lay-number .number_ic02 img{
		width: 22px;
	}
	.contact_lay-number .number_txt{
		padding-left: 10px;
		font-size: 24px;
	}

	.contact_lay-number-min .number_ic01{
		top: -4px;
	}
	.contact_lay-number-min .number_ic01 img{
		width: 12px;
	}
	.contact_lay-number-min .number_txt{
		padding-left: 10px;
		font-size: 18px;
	}

	.contact_lay-number02 .number02_ic01{
		top: -6px;
	}
	.contact_lay-number02 .number02_ic01 img{
		width: 14px;
	}
	.contact_lay-number02 .number02_txt{
		font-size: 20px;
	}

	.contact_lay-text{
		display: table;
		margin: 0 auto;
		width: auto;
	}
	.contact_lay-text .text_tit{
		width: 80px;
		font-size: 14px;
	}
	.contact_lay-text .text_txt{
		width: 200px;
		font-size: 15px;
	}
}

/* area02 */
.contact_area02{
	padding: 80px 0;
}

.contact_area02-bt01{
	margin: 0 auto 5px auto;
	width: 420px;
}
.contact_area02-bt01 a{
	background-image: linear-gradient(135deg, #a8c633 0%, #909628 100%);
	box-shadow: 3px 3px 0px #6f6400;
}
.contact_area02-bt01 a:hover{
	background-image: linear-gradient(135deg, #909628 0%, #777d0e 100%);
	box-shadow: -2px -2px 0px #6f6400;
}

.contact_area02-text01{
	display: table;
	width: 100%;
}
.contact_area02-text01 .text01_tit{
	display: table-cell;
	width: 120px;
	vertical-align: top;
}
.contact_area02-text01 .text01_tit .main{
	background-color: #222222;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: white;
}
.contact_area02-text01 .text01_txt{
	display: table-cell;
	padding: 4px 0 0 20px;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.contact_area02{
		padding: 70px 0;
	}
	
	.contact_area02-bt01{
		width: 320px;
	}

	.contact_area02-text01 .text01_tit{
		width: 100px;
	}
	.contact_area02-text01 .text01_tit .main{
		font-size: 14px;
	}
	.contact_area02-text01 .text01_txt{
		padding: 4px 0 0 15px;
	}
}
@media print{
	.contact_area02{
		padding: 70px 0;
	}
	
	.contact_area02-bt01{
		width: 320px;
	}

	.contact_area02-text01 .text01_tit{
		width: 100px;
	}
	.contact_area02-text01 .text01_tit .main{
		font-size: 12px;
	}
	.contact_area02-text01 .text01_txt{
		padding: 4px 0 0 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area02{
		padding: 40px 0;
	}
	
	.contact_area02-bt01{
		width: 100%;
	}

	.contact_area02-text01{
		display: block;
		width: auto;
	}
	.contact_area02-text01 .text01_tit{
		display: block;
		width: auto;
	}
	.contact_area02-text01 .text01_txt{
		display: block;
		padding: 0;
	}
}

/* area03 */
.contact_area03-col01{
	background-color: #168352;
	padding: 15px;
}
.contact_area03-col01 .col01_in{
	display: table;
	background-color: white;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 8px 10px;
	width: 100%;
}
.contact_area03-col01 .col01_in .img{
	display: table-cell;
	width: 300px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
.contact_area03-col01 .col01_in .img img{
	width: 100%;
	height: 200px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.contact_area03-col01 .col01_in .text{
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.contact_area03-col01 .col01_in .img{
		width: 200px;
		height: 160px;
	}
	.contact_area03-col01 .col01_in .img img{
		height: 160px;
	}
	.contact_area03-col01 .col01_in .text{
		padding-left: 15px;
	}
}
@media print{
	.contact_area03-col01 .col01_in .img{
		width: 200px;
		height: 160px;
	}
	.contact_area03-col01 .col01_in .img img{
		height: 160px;
	}
	.contact_area03-col01 .col01_in .text{
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area03-col01 .col01_in{
		display: block;
		width: auto;
	}
	.contact_area03-col01 .col01_in .img{
		display: block;
		width: 100%;
		height: 180px;
	}
	.contact_area03-col01 .col01_in .img img{
		height: 180px;
	}
	.contact_area03-col01 .col01_in .text{
		display: block;
		padding-left: 0px;
	}
}

/* address */
.address_con{
	border-bottom: #cccccc solid 1px;
	padding-bottom: 16px;
	margin-bottom: 15px;
}
.address_con:last-child{
	border-bottom: #cccccc solid 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.address_con p{
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.address_con{
		padding-bottom: 12px;
		margin-bottom: 11px;
	}
}


/* policy */
.policy{
	overflow: hidden;
}
.policy_tit{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}
.policy_tit .inn{
	color: #168352;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.policy_tit .inn:before, .policy_tit .inn:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #171717;
	display: block;
}
.policy_tit .inn:before {
	margin-right: .4em;
}
.policy_tit .inn:after {
	margin-left: .4em;
}
.policy_txt{
	overflow: hidden;
	overflow-y: scroll;
	border: #a8a8a8 solid 1px;
	padding: 20px;
	height: 280px;
}
.policy_txt .mida{
	background-color: #575757;
	padding: 6px 10px;
	color: white;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.policy_tit .inn{
		font-size: 20px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media print{
	.policy_tit .inn{
		font-size: 22px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.policy_tit .inn{
		font-size: 16px;
	}
	.policy_txt{
		padding: 14px;
		font-size: 13px;
	}
}

/* 1101 追加 */

.price-txt01{
	display: flex;
	justify-content: center;
	position: relative;
}
.price-txt01::after{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%) translateX(0%);

	content: "";
	width: 20%;
	height: 1px;
	background-color: #000;
}
.price-txt01::before{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(50%) translateX(0%);

	content: "";
	width: 20%;
	height: 1px;
	background-color: #000;
	z-index: 0;
}
.price-txt02{
	color: red;
	font-weight: bold;
}