@charset "utf-8";
/*------------------------------------------ 

	3つの買取方法

------------------------------------------ */
.purchase {
	background: #fff;
	margin-bottom: 40px;
	padding: 40px 0 50px 0;
	background-image: url(https://nikkoudou-kottou.com/img/common/pt3.png)
}

.purchase h2{
	padding-bottom: 7.5px;
	padding-left: 50px;
	margin-bottom: 30px;
	font-size: 38px;
}

.purchase h2 b{
	font-size: 22px;
	float: right;
	margin-right: 50px;
	padding-top:6px;
}

/*箱中身*/
.purchase ul {
	width: 920px;
	margin: 0 auto;
	display: flex;
}
.purchase ul li {
	width: 288px;
	height: 467px;
	box-sizing: border-box;
	margin-right: 26px;
	flex-grow: 1.5;
}
.purchase ul li:last-child {
	margin-right: 0;
}

.purchase ul li .midashi {
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-bottom: 2px solid #4C5161;
	font-size: 28px;
	text-align: center;
	width: 70%;
	padding-bottom: 5px;
	margin: 10px auto ;
}
.purchase ul li img{
	width: 270px;
	height: 270px;
	margin: 0px auto 17px;
}
.purchase ul li p {
	width: 260px;
	margin: 0 auto 10px;
	font-size: 14px;
}

.purchase ul li .btn {
	width: 240px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto 15px;
	background: url(https://nikkoudou-kottou.com/img/common/arrow.png),#4a4d5d;
	background-repeat: no-repeat;
	background-position: 225px center;
	border-radius: 10px;
	font-size: 18px;
	padding-left:10px;
}

.purchase ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}



/*
	エリア地図
------------------------------------------*/
#areaList {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
}

#areaList .areaTxt {
	width: 920px;
	margin: 0 auto 20px;
}

#areaList .areaBox {
	background: url(https://nikkoudou-kottou.com/img/common/area_bg2.png),url(https://nikkoudou-kottou.com/img/common/area_bg_sp.png),#e9e9e9;
	background-repeat: no-repeat;
	background-position: 570px 410px,right center;
	width: 920px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
}

#areaList .region {
	margin-bottom: 16px;
}
#areaList .region .regionTtl {
	font-weight: bold;
	margin-bottom: 4px;
}
#areaList .region ul {
	display: flex;
}
#areaList .region ul li a {
	color: #5b6384;
	text-decoration: none;
}
#areaList .region ul li::after {
	content: '/';
	padding: 0 4px;
	color: #5b6384;
}
#areaList .region ul li:last-child:after {
	content: none;
}
#areaList .areaTxt2 {
width: 500px;
}


/*
	骨董品買取が選ばれる理由
------------------------------------------*/
#select {
	padding: 30px 0;
	background: #fff;
	margin-bottom: 40px;
}

#select ul {
	width: 930px;
	margin: 0 auto;
}
#select ul li {
	width: 290px;
	height: 180px;
	margin-right: 30px;
	float: left;
	border: 1px solid #444a5f;
	box-sizing: border-box;
	padding: 20px;
}


#select ul li .ttl1,
#select ul li .ttl2 {
	text-align: center;
}
#select ul li .ttl1 {
	font-size: 14px;
	margin-bottom: 2px;
}
#select ul li .ttl2 {
	font-size: 20px;
	color: #88431d;
	font-weight: bold;
	margin-bottom: 8px;
}

/*バックグラウンド*/
#select ul li:nth-child(1) {
	background: url(https://nikkoudou-kottou.com/img/common/select_img01.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#select ul li:nth-child(2) {
	background: url(https://nikkoudou-kottou.com/img/common/select_img02.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#select ul li:nth-child(3) {
	background: url(https://nikkoudou-kottou.com/img/common/select_img03.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}
#select ul li:nth-child(4) {
	background: url(https://nikkoudou-kottou.com/img/common/select_img04.png);
	background-position: center;
	background-repeat: no-repeat;
}
#select ul li:nth-child(5) {
	background: url(https://nikkoudou-kottou.com/img/common/select_img05.png);
	background-position: center;
	background-repeat: no-repeat;
}
#select ul li:nth-child(6) {
	background: url(https://nikkoudou-kottou.com/img/common/select_img06.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0;
}


/*
	気になることがございましたらご相談下さい
------------------------------------------*/
#consult {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

#consult ul {
	width: 930px;
	margin: 0 auto;
}
#consult ul li {
	margin-bottom: 20px;
}
#consult ul li .subttl {
	font-size: 18px;
	font-weight: bold;
	color: #a45b41;
	margin-bottom: 6px;
}
#consult ul li img {
	width: 250px;
	margin-right: 20px;
	float: left;
}

/*2番目用レイアウト*/
#consult ul li.right img {
	width: 250px;
	margin-left: 20px;
	float: right;
}


/*------------------------------------------

	404.php

------------------------------------------*/
.notFound {
	width: 990px;
	margin: 30px auto 0;
}
.notFound .notFoundTxt {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
}
.notFound .notFoundTxt p {
	padding: 0 20px;
}
.notFound .notFoundTxt h3 {
	background: #4a4e5d;
	width: 930px;
	margin: 0 auto 20px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #fff;
}
























