@charset "UTF-8";

/*　	共通パーツ
=========================================*/

.kaitori-font-01 {
	font-family: "リュウミン R-KL";
}
.kaitori-font-02 {
	font-family: "ゴシックMB101 R";
}
.kaitori-font-03 {
	font-family: "FOT-スキップ Std B";
}
.kaitori-font-04 {
	font-family: "ゴシックMB101";
}
.kaitori-font-05 {
	font-weight: bold;
}
.kaitori-font-06 {
	font-family: serif, Century;
	font-style: italic;
}
.kaitori-font-07 {
	font-family: "リュウミン M-KL";
}
.kaitori-font-08 {
	font-family: "FP-ヒラギノ角ゴ StdN W7";
}
.kaitori-color-01 {
	color: #ff5f0d;
}
.kaitori-color-02 {
	color: #73adce;
}
.dsib {
	display: inline-block;
}
.kaitori-ttl-pt01 {
	/*　メインカラムのタイトル　*/
	color: #fff;
	font-size: 30px;
	background: #ff8f56;
	line-height: 1.5;
	padding: 10px 30px;
	font-family: "ゴシックMB101{t=0}";
	letter-spacing: 0.3em;
}
.kaitori-ttl-pt02 {
	/*　サイドバーのタイトル　*/
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
	line-height: 1.4;
	margin: 0px 10px;
	padding: 5px 10px;
}

/* *******************************************************************

ヘッダー

******************************************************************* */

.l-header {
	/* border-top: 6px solid #ff5f0d; */
	position: relative;
	z-index: 100;
	background: #fff;
}
.header-item {
	width: 1030px;
	margin: auto;
	overflow: hidden;
}
.header-item-list {
	float: left;
}
.header-item-li01 {
	margin: 8px 20px 0 0;
}
.header-item-li02 {
	color: #ff5f0d;
	font-size: 18px;
	line-height: 25px;
	margin: 0 6px 0 0;
	width: 251px;
}
.header-item-li02-txt {
	display: table-cell;
	height: 96px;
	vertical-align: middle;
}
.header-item-li03 {
	margin: 28px 15px 0 0;
	width: 296px;
}


/*一旦電話番号停止中 060803*/
.header-item-li03{display: none;}
.header-item-li02{width: 547px;margin-right: 21px;}
.header-item-li02-txt br{ display: none;}
/*ここまで//一旦電話番号停止中 060803*/

.header-item-li03-txt01 {
	font-size: 31px;
	/* letter-spacing: -1px; */
}
.header-li03-txt01-icon {
	margin-right: 7px;
}
.header-item-li03-txt02 {
	font-size: 16px;
	line-height: 28px;
}
.header-item-li04 {
	margin: 7px 9px 0 0;
}
.header-item-li05 {
	margin: 7px 0 0 0;
	width: 230px;
}
.header-btn01 {
	color: #ff5f0d;
	font-size: 14px;
	text-align: right;
	;
	display: block;
	background: #fff;
	margin-right: 5px;
}
.header-btn01-icon {
	margin-right: 7px;
	font-size: 12px;
}

/* 次回からは「ウレル」で検索 */

.header-search-ureru {
	margin-top: 10px;
	margin-bottom: -10px;
}
.header-btn02 {
	width: 236px;
	height: 63px;
	display: block;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6), inset 1px -60px 10px rgba(0, 0, 0, 0);
	border-radius: 5px;
	background: #ff5f0d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff5f0d), color-stop(0.00, #fd7530));
	background: -webkit-linear-gradient(#fd7530, #ff5f0d);
	background: -moz-linear-gradient(#fd7530, #ff5f0d);
	background: -o-linear-gradient(#fd7530, #ff5f0d);
	background: -ms-linear-gradient(#fd7530, #ff5f0d);
	background: linear-gradient(#fd7530, #ff5f0d);
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 9px;
	padding-top: 8px;
	text-align: center;
	position: relative;
}
.header-btn02:hover {
	opacity: 1;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), inset 1px -60px 10px rgba(0, 0, 0, 0.1);
	color: rgba(256, 256, 256, 0.8);
}
.header-btn02-icon {
	position: absolute;
	font-size: 14px;
	top: 21px;
	left: 10px;
}
.header-item-li04 {
	position: relative;
	overflow: hidden;
}

/* 電話番号下のテキスト */

.header-item-li03 {
	margin: 10px 15px 0 0;
}
.header-entyo {
	font-size: 13px;
	display: block;
	margin-top: 0px;
	color: #fff;
	background: #545454;
	text-align: center;
	line-height: 1;
	padding: 5px 0 5px 8px;
	letter-spacing: 4px;
	border-radius: 10px;
}
.header-item-li03-txt02 {
	line-height: 28px;
	margin-top: 2px;
	display: block;
}

/* *******************************************************************

コンテンツ

******************************************************************* */


/*　ナビバー
=========================================*/

.nav-bar {
	background: #ff5f0d;
	width: 100%;
	border-bottom: 1px solid #dadada;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}
.nav-bar-item {
	margin: 0 auto;
	text-align: center;
}
.nav-bar-list {
	display: inline-block;
	border-right: 2px solid rgba(255, 255, 255, 0.30);
	margin-left: -0.4em;
}
.nav-bar-list:first-child {
	border-left: 2px solid rgba(255, 255, 255, 0.30);
}
.nav-bar-link {
	color: #ffffff;
	letter-spacing: 0.1em;
	box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.1);
	display: block;
	width: 100%;
	height: 100%;
	padding: 17px 1.3em;
	text-shadow: -1px -2px 0 rgba(0, 0, 0, 0.2);
}
.nav-bar-link:before {
	content: '\f138';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 17px;
	margin-right: 7px;
}
.nav-bar-link:hover {
	box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.1);
	background: #de520d;
}

/*　メインイメージ
=========================================*/

.kaitori-fv {
	background: #f4f3f3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #ececec), color-stop(0.32, #fff));
	background: -webkit-linear-gradient(top, #fff 32%, #ececec 99%);
	background: -moz-linear-gradient(top, #fff 32%, #ececec 99%);
	background: -o-linear-gradient(top, #fff 32%, #ececec 99%);
	background: -ms-linear-gradient(top, #fff 32%, #ececec 99%);
	background: linear-gradient(to bottom, #fff 32%, #ececec 99%);
	margin: 25px 0 30px;
	padding-top: 20px;
}
.kaitori-fv-box {
	width: 1020px;
	margin: auto;
	position: relative;
	padding-bottom: 25px;
}
.kaitori-fv-img {
	margin-left: -225px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}
.kaitori-fv-ttl {
	line-height: 1.2;
	color: #444;
	margin: 0 220px 20px 10px;
	position: relative;
	z-index: 10;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
	letter-spacing: -0.4em;
}
.kaitori-fv-ttl-txt01 {
	font-size: 65px;
	letter-spacing: normal;
}
.kaitori-fv-ttl-txt02 {
	font-size: 37px;
	letter-spacing: -0.1em;
	margin-bottom: 10px;
}
.kaitori-fv-ttl-txt03 {
	font-size: 40px;
	vertical-align: top;
	letter-spacing: normal;
}
.kaitori-fv-ttl-txt04 {
	font-size: 50px;
	color: #ff5f0d;
	margin-right: 18px;
	letter-spacing: normal;
}
.kaitori-fv-ttl-txt05 {
	font-size: 40px;
	vertical-align: baseline;
	margin-right: -0.2em;
}
.kaitori-fv-ttl-txt06 {
	font-size: 35px;
	letter-spacing: normal;
}
.kaitori-fv-txt {
	width: 450px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 0 10px;
	min-height: 85px;
	z-index: 10;
	position: relative;
}
.kaitori-fv-btn {
	position: absolute;
	right: 0;
	bottom: 12px;
}
.kaitori-fv-btn-list {
	float: left;
	margin-right: 10px;
}

/*　common-banner
=========================================*/

.common-banner {
	padding: 0 40px 20px;
}

/*　saikyo-kaitori
=========================================*/

.saikyo-kaitori {
	margin-bottom: 50px;
	color: #333;
	background: url(../images/category/saikyo-kaitori-bg-001.png) center no-repeat;
	background-size: cover;
	padding: 20px 28px 30px;
	position: relative;
}
.saikyo-kaitori-ttl {
	font-size: 29px;
	line-height: 42px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 200;
	padding-right: 120px;
}
.saikyo-kaitori-ttl-l {
	font-size: 40px;
}
.saikyo-kaitori-txt {
	font-size: 16px;
	line-height: 21px;
	position: relative;
	z-index: 200;
	text-align: justify;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 0px -2px 0 #fff;
}
.saikyo-kaitori-txt02 {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 20px;
}
.saikyo-kaitori-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	z-index: 100;
}

/*　.kogaku-satei
=========================================*/

.kogaku-satei {
	margin-bottom: 20px;
}
.kogaku-satei-ttl {
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 48px;
	text-align: center;
}
.kogaku-satei-ttl-txt01 {
	background-color: rgba(255, 95, 13, 0.1);
}
.kogaku-satei-ttl-l {
	font-size: 35px;
}
.kogaku-satei-ttl-txt01 {
	background-color: rgba(255, 95, 13, 0.1);
}
.kogaku-satei-item {
	overflow: hidden;
}
.kogaku-satei-list {
	float: left;
	width: 49%;
	margin-left: 2%;
	background: #fffaec;
	text-align: center;
}
.kogaku-satei-list:first-child {
	margin-left: 0;
}
.kogaku-satei-list-bg {
	background: url(../images/category/kogaku-satei-bg-001.png) calc(100% - 10px) center no-repeat #ff5f0d;
	color: #fff;
	height: 55px;
	position: relative;
	font-size: 19px;
	padding: 23px 30px 0 0px;
	letter-spacing:5px
}
.kogaku-satei-list-no {
	color: #ff5f0d;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	bottom: 3px;
	right: 15px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.kogaku-satei-list-ttl {
	color: #ff5f0d;
	margin: 16px auto 6px;
	font-size: 18px;
	line-height: 23px;
}
.kogaku-satei-list-img {
	width: 200px;
	height: 150px;
	margin: 0 30px 20px;
}
.kogaku-satei-list-txt {
	font-size: 14px;
	line-height: 24px;
	margin: 0 15px 15px;
	text-align: justify;
}

/*　.kaitori-btn
=========================================*/

.kaitori-btn {
	overflow: hidden;
	margin: 0 0 50px;
}
.kaitori-btn-list {
	float: left;
}
.kaitori-btn-list:nth-child(2n+1) {
	margin-left: -10px;
}

/*　kaitori-genre
=========================================*/

.kaitori-genre {
	margin: 0 0 50px;
}
.kaitori-genre-item {
	overflow: hidden;
}
.kaitori-genre-list {
	margin: 16px 10px 0 0;
	float: left;
	text-align: center;
}
.kaitori-genre-list-img {
	border: 1px solid #e0e0e0;
	margin-bottom: 6px;
}
.kaitori-genre-list:nth-child(5n) {
	margin-right: 0;
}
.kaitori-genre-txtlist {
	margin: 26px 0 40px;
	color: #ff8f56;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}
.kaitori-genre-txtlist-ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.kaitori-genre-txtlist-list {
	display: inline;
}
.kaitori-genre-txtlist-list:after {
	content: ' / ';
}
.kaitori-genre-txtlist-list:last-child:after {
	content: '';
}
.kaitori-genre2 {
	margin-bottom: 70px;
	margin-top: -30px;
}

/*　kaitori-select
=========================================*/

.kaitori-select {
	margin-bottom: 50px;
}
.kaitori-select-txt {
	font-size: 24px;
	line-height: 1;
	margin: 19px 0;
	text-align: center;
}
.kaitori-select-item {
	overflow: hidden;
}
.kaitori-select-list {
	float: left;
	margin-left: 25px;
	width: 216px;
	-webkit-box-shadow: inset 0 0 1px #d9d9d9;
	box-shadow: inset 0 0 1px #d9d9d9;
	position: relative;
	text-align: center;
}
.kaitori-select-list:first-child {
	margin-left: 0
}
.kaitori-select-list-link {
	display: block;
	border: 2px solid #e2e2e1;
	border-radius: 5px;
	overflow: hidden;
}
.kaitori-select-list-link:hover {
	background-color: #FF6615;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 2px solid #FF6615;
}
.kaitori-select-list-ttl {
	position: absolute;
	width: 100%;
	top: 8px;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #ff6615;
}
.kaitori-select-list-txt {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	display: block;
	margin: 2px 13px;
	padding: 10px 0;
}
.kaitori-select-list-txt:before {
	content: '\f138';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 21px;
	display: inline-block;
	width: 21px;
	margin-right: 13px;
}
.kaitori-select-list-txt-01 {
	background: url(../images/category/kaitori-select-img-004.png) no-repeat right;
}
.kaitori-select-list-txt-02 {
	background: url(../images/category/kaitori-select-img-005.png) no-repeat right;
}
.kaitori-select-list-txt-03 {
	background: url(../images/category/kaitori-select-img-006.png) no-repeat right;
}
a:hover .kaitori-select-list-txt-01 {
	background: url(../images/category/kaitori-select-img-004_on.png) no-repeat right;
}
a:hover .kaitori-select-list-txt-02 {
	background: url(../images/category/kaitori-select-img-005_on.png) no-repeat right;
}
a:hover .kaitori-select-list-txt-03 {
	background: url(../images/category/kaitori-select-img-006_on.png) no-repeat right;
}
.kaitori-select-ttl.tentou {
	font-size: 35px;
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
	color: #FF6615;
}
.kaitori-select-txt.tentou {
	font-size: 18px;
	margin-bottom: 32px;
}

/*　kaitori-siji-reason
=========================================*/

.kaitori-siji-reason {
	background: url(../images/category/kaitori-siji-reason-bg-001.png) 15px 16px no-repeat, url(../images/category/kaitori-siji-reason-bg-001.png) 590px 16px no-repeat #ff8f56;
	padding: 23px 12px 20px;
	margin: 0 0 50px;
}
.kaitori-siji-reason-ttl {
	color: #fff;
	font-size: 36px;
	line-height: 57px;
	text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 13px;
	text-align: center;
}
.kaitori-siji-reason-item {}
.kaitori-siji-reason-list {
	overflow: hidden;
	padding-top: 6px;
	position: relative;
	margin-bottom: 16px;
}
.kaitori-siji-reason-list-ttl {
	width: 678px;
	height: 58px;
	border: 4px solid #fff;
	border-radius: 5px;
	background: #eae9e4;
	font-size: 25px;
	line-height: 50px;
	color: #ff6615;
	padding-left: 96px;
	margin-bottom: 13px;
}
.kaitori-siji-reason-list-ttl:before {
	content: '';
	background: url(../images/category/kaitori-siji-reason-bg-002.png) no-repeat;
	position: absolute;
	top: 0;
	left: 13px;
	font-size: 25px;
	text-align: center;
	display: block;
	width: 68px;
	height: 74px;
	color: #fff;
	padding-top: 21px;
}
.kaitori-siji-reason-list-ttl-01:before {
	content: '1';
}
.kaitori-siji-reason-list-ttl-02:before {
	content: '2';
}
.kaitori-siji-reason-list-ttl-03:before {
	content: '3';
}
.kaitori-siji-reason-list-ttl-04:before {
	content: '4';
}
.kaitori-siji-reason-list-img {
	float: left;
	padding: 6px;
	border: 4px solid #fff;
	margin-left: 4px;
	width: 290px;
	height: auto;
}
.kaitori-siji-reason-list-txt {
	float: right;
	font-size: 16px;
	line-height: 25px;
	width: 351px;
	margin-right: 12px;
	text-align: justify;
}

/*　kaitori-selected-reason
=========================================*/

.kaitori-selected-reason {
	background: url(../images/category/kaitori-selected-reason-bg-001.png) repeat;
	padding: 25px 0 20px;
	margin: 0 0 50px;
}
.kaitori-selected-reason-ttl {
	font-size: 38px;
	line-height: 54px;
	margin-left: 17px;
}
.kaitori-selected-reason-ttl:after {
	content: '';
	display: block;
	background: #424242;
	width: 345px;
	height: 3px;
	margin-top: 10px;
}
.kaitori-selected-reason-ttl-span01 {
	color: #ff6615;
	font-size: 46px;
}
.kaitori-selected-reason-ttl-span02 {
	color: #000;
	font-size: 42px;
}
.kaitori-selected-reason-item {
	position: relative;
	background: url(../images/category/kaitori-selected-reason-bg-002.png) no-repeat 0 25px;
	width: 700px;
	height: 1000px;
	padding-top: 25px;
}
.kaitori-selected-reason-list01-ttl, .kaitori-selected-reason-list03-ttl {
	position: absolute;
	color: #ff6615;
}
.kaitori-selected-reason-list02-ttl, .kaitori-selected-reason-list04-ttl {
	position: absolute;
	color: #2a5b7e;
}
.kaitori-selected-reason-list01-ttl {
	top: 98px;
	left: 53px;
	font-size: 34px;
}
.kaitori-selected-reason-list02-ttl {
	font-size: 35px;
	top: 317px;
	left: 275px;
}
.kaitori-selected-reason-list03-ttl {
	top: 546px;
	left: 48px;
	font-size: 31px;
}
.kaitori-selected-reason-list04-ttl {
	top: 763px;
	left: 235px;
	font-size: 34px;
}
.kaitori-selected-reason-list01-txt, .kaitori-selected-reason-list02-txt, .kaitori-selected-reason-list03-txt, .kaitori-selected-reason-list04-txt {
	position: absolute;
	font-size: 18px;
	line-height: 30px;
}
.kaitori-selected-reason-list01-txt {
	top: 156px;
	left: 42px;
	width: 399px;
}
.kaitori-selected-reason-list02-txt {
	top: 377px;
	left: 269px;
	width: 388px;
}
.kaitori-selected-reason-list03-txt {
	top: 603px;
	left: 42px;
	width: 404px;
}
.kaitori-selected-reason-list04-txt {
	top: 827px;
	left: 232px;
	width: 414px;
}

/*　kaitori-selectbig
=========================================*/

.kaitori-selectbig {
	margin: 0 0 50px;
	padding-bottom: 35px;
	background: url(../images/category/kaitori-selectbig-bg-001.png) repeat;
}
.kaitori-selectbig-ttl {
	margin-bottom: 30px;
}
.kaitori-selectbig-box {
	padding: 25px 20px 0;
	margin: 25px 21px 0;
	background: #fff;
}
.kaitori-selectbig-txt {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.kaitori-selectbig-item {
	overflow: hidden;
}
.kaitori-selectbig-list {
	border-top: #ff8f56 solid 2px;
	position: relative;
	margin-bottom: 25px;
}
.kaitori-selectbig-list01 {
	overflow: hidden;
}
.kaitori-selectbig-list02 {
	float: left;
	width: 300px;
	margin-right: 18px;
}
.kaitori-selectbig-list03 {
	float: left;
	width: 300px;
}
.kaitori-selectbig-list-ttl {
	font-size: 20px;
	line-height: 29px;
}
.kaitori-selectbig-list01-ttl {
	float: left;
	margin: 20px 0 0 10px;
	text-indent: -8px;
	width: 308px;
}
.kaitori-selectbig-list02-ttl, .kaitori-selectbig-list03-ttl {
	text-align: center;
	position: absolute;
	top: 18px;
	width: 100%;
}
.kaitori-selectbig-list-ttl-bg01 {
	background: #fcff00;
	padding: 0 5px;
	margin: 0 3px;
}
.kaitori-selectbig-list-link {
	width: 300px;
	clear: both;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 12px;
	padding: 10px 13px;
	background-position: 170px center;
	background-repeat: no-repeat;
}
.kaitori-selectbig-list-link:before {
	content: '\f138';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	display: inline-block;
	width: 21px;
	margin: 0 13px 0 0;
}
.kaitori-selectbig-list01-link {
	background-image: url(../images/category/kaitori-select-img-004.png);
}
.kaitori-selectbig-list02-link {
	background-image: url(../images/category/kaitori-select-img-005.png);
	background-position: 185px center;
}
.kaitori-selectbig-list03-link {
	background-image: url(../images/category/kaitori-select-img-006.png);
}
.kaitori-selectbig-list-link:hover {
	color: #fff;
	border-radius: 5px;
	opacity: 1;
	background-color: #ff5f0d;
}
.kaitori-selectbig-list01-link:hover {
	background-image: url(../images/category/kaitori-select-img-004_on.png);
}
.kaitori-selectbig-list02-link:hover {
	background-image: url(../images/category/kaitori-select-img-005_on.png);
}
.kaitori-selectbig-list03-link:hover {
	background-image: url(../images/category/kaitori-select-img-006_on.png);
}
.kaitori-selectbig-list-txt {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

/*　kaitori-id
=========================================*/

.kaitori-id {
	background: url(../images/category/kaitori-id-bg-001.png) no-repeat top center;
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
	min-height: 345px;
}
.kaitori-id-ttl {
	margin: 73px 0 0 128px;
	font-size: 28px;
}
.kaitori-id-ttl-pt01 {
	font-size: 31px;
	color: #8bc078;
}
.kaitori-id-ttl-pt02 {
	font-size: 31px;
	color: #ff8f56;
}
.kaitori-id-item {
	margin: 24px 0 32px 158px;
	overflow: hidden;
}
.kaitori-id-list-ttl {
	width: 186px;
	height: 68px;
	line-height: 68px;
	display: block;
	float: left;
	font-size: 25px;
}
.kaitori-id-list {
	float: left;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
}
.kaitori-id-list:before {
	content: '・';
	margin-left: 2px;
}
.kaitori-id-txt {
	margin-left: 171px;
	font-size: 14px;
	line-height: 21px;
	color: #8f8f8f;
}

/*　kaitori-shop-info
=========================================*/

.kaitori-shop-info {
	margin: 0 0 50px;
}
.kaitori-shop-info-bg01 {
	background: #fff;
	overflow: hidden;
	padding: 34px 0 20px;
}
.kaitori-shop-info-bg02 {
	background: #f6f6f5;
	padding: 20px;
}
.kaitori-shop-info-bg03 {
	background: #ff5f0d;
	padding: 10px 20px 25px;
}
.kaitori-shop-info-txt01 {
	font-size: 38px;
	color: #ff5f0d;
	font-weight: bold;
	width: 100%;
}
.kaitori-shop-info-txt01-link {
	color: #ff5f0d;
	border: 2px solid #ff5f0d;
	border-radius: 5px;
	font-size: 18px;
	width: 150px;
	height: 42px;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	margin: auto 50px auto auto;
	float: right;
}
.kaitori-shop-info-txt01-link:hover {
	background: #ff5f0d;
	color: #fff;
}
.kaitori-shop-info-txt02 {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 35px;
}
.kaitori-shop-info-txt03 {
	width: 102px;
	height: 70px;
	position: absolute;
	top: 35px;
	right: 35px;
}
.kaitori-shop-info-tokuten-ttl {
	font-size: 28px;
	padding: 20px 0 20px;
	/* margin: 0 40px; */
	letter-spacing: 4px;
	color: #ff5f0d;
	text-align: center;
	font-weight: bold;
	font-weight: bold;
	border-top: 1px solid;
}
.kaitori-shop-info-tokuten-list01-ttl {
	width: 88px;
	height: 88px;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	padding-top: 20px;
	background: #ff5f0d;
	border-radius: 44px;
	color: #fff;
	float: left;
}
.kaitori-shop-info-tokuten-list01 {
	margin-bottom: 20px;
}
.kaitori-shop-info-tokuten-list01-txt01 {
	font-size: 26px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}
.kaitori-shop-info-tokuten-list01-txt02 {
	margin-left: 30px;
	display: inline-block;
	line-height: 1.6;
}
.kaitori-shop-info-tokuten-list01-txt03 {
	overflow: hidden;
	background: #fff;
	color: #666;
	padding: 20px 0;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.04);
	text-align: center;
	font-size: 28px;
}
.kaitori-shop-info-tokuten-list01-txt03-icon {
	margin-right: 10px;
}
.kaitori-shop-info-tokuten-list01-img {
	margin: 0 0 10px 140px;
}
.kaitori-shop-info-tokuten-item {
	overflow: hidden;
}
.kaitori-shop-info-tokuten-list02, .kaitori-shop-info-tokuten-list03 {
	background: #fff;
	color: #424242;
	padding: 0 0 12px;
	width: 320px;
	float: left;
	margin: 10px 0 30px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.kaitori-shop-info-tokuten-list03 {
	margin-left: 20px;
}
.kaitori-shop-info-tokuten-list02-ttl, .kaitori-shop-info-tokuten-list03-ttl {
	color: #fff;
	font-size: 16px;
	display: block;
	vertical-align: middle;
	background: #FF5F0D;
	/* width: 100%; */
	padding: 8px 0;
	text-align: center;
}
.kaitori-shop-info-tokuten-list02-ttl:before, .kaitori-shop-info-tokuten-list03-ttl:before, .kaitori-shop-info-tokuten-list02-ttl:after, .kaitori-shop-info-tokuten-list03-ttl:after {
	content: '';
	display: inline-block;
	width: 98px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin: 0 8px;
}
.kaitori-shop-info-tokuten-list02-txt01, .kaitori-shop-info-tokuten-list03-txt01 {
	font-size: 21px;
	margin: 15px 0 15px;
	text-align: center;
}
.kaitori-shop-info-tokuten-list02-img, .kaitori-shop-info-tokuten-list03-img {
	float: left;
	margin-left: 15px;
}
.kaitori-shop-info-tokuten-list02-txt02, .kaitori-shop-info-tokuten-list03-txt02, .kaitori-shop-info-tokuten-list03-txt03 {
	font-size: 13px;
	line-height: 20px;
	float: right;
	width: 221px;
	margin-right: 12px;
	text-align: justify;
}
.kaitori-shop-info-tokuten-list03-txt03 {
	text-align: right;
}
.kaitori-shop-info-tokuten-list01-txt03-reception {
	font-size: 14px;
}
.kaitori-shop-info-owaraisatei-ttl {
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.kaitori-shop-info-owaraisatei-ttl:before, .kaitori-shop-info-owaraisatei-ttl:after {
	content: '';
	display: inline-block;
	width: 230px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin: 0 8px;
}
.kaitori-shop-info-owaraisatei-list01 {
	padding-bottom: 20px;
	position: relative;
}
.kaitori-shop-info-owaraisatei-list02 {
	padding-top: 20px;
	background: url(../images/category/kaitori-shop-info-bg-001.png) no-repeat right 2px;
	border-top: 1px dotted;
}
.kaitori-shop-info-owaraisatei-list01 {
	margin: 0 -20px;
}
.kaitori-shop-info-owaraisatei-list01-txt01 {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	margin: -3px 0 0;
	padding: 0 20px;
}
.kaitori-shop-info-owaraisatei-list02-txt02 {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	margin: -3px 0 0;
}
.kaitori-shop-info-owaraisatei-list01-txt02 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}
.kaitori-shop-info-owaraisatei-list02-txt01 {
	margin: 0 0 18px 0;
	font-size: 32px;
	color: #fff;
}

/*　kaitori-bread-cramb
=========================================*/

.kaitori-bread-cramb {
	width: 1020px;
	margin: 0 auto 16px;
	color: #666;
	font-size: 14px;
}
.kaitori-bread-cramb span {
	margin: 0 5px;
}
.kaitori-bread-cramb span:first-child {
	margin-left: 0;
}
.kaitori-bread-cramb a {
	color: #3495fc;
}

/* ---------------------------
▼　module.cssから持ってきたもの
--------------------------- */

.clearfix, .kogaku-jisseki-item, .kaitori-kyoka-item, .kaitori-kanou, .omatome-satei-item, .omatome-satei-sample, .kaitori-voice-box {
	*zoom: 1;
}
.clearfix:after, .kogaku-jisseki-item:after, .kaitori-kyoka-item:after, .kaitori-kanou:after, .omatome-satei-item:after, .omatome-satei-sample:after, .kaitori-voice-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

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

買取実績

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

.kogaku-jisseki {
	margin: 0 0 50px;
}
.kogaku-jisseki-list {
	width: 33.33333%;
	padding: 0 20px;
	margin: 0 0 30px;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #dadada;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kogaku-jisseki-list:nth-of-type(3n) {
	border-right: none;
}
.kogaku-jisseki-list-img {
	width: 150px;
	height: 150px;
	margin: 12px auto;
	display: block;
}
.kogaku-jisseki-list-name {
	font-size: 16px;
	color: #424242;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 20px;
	overflow: hidden;
}
.kogaku-jisseki-list-method {
	font-size: 13px;
	color: #fff;
	padding: 4px 7px;
	font-weight: bold;
	margin: 0 0 20px;
}
.kogaku-jisseki-list-method span {
	margin: 0 0 0 5px;
}
.kogaku-jisseki-list-txt {
	font-size: 14px;
	color: #424242;
	margin: 0 0 13px;
	height: 54px;
	line-height: 1.3;
	overflow: hidden;
	text-align: justify;
	display: none;
}
.kogaku-jisseki-list-price {
	font-size: 13px;
	color: #ff5f0d;
}
.kogaku-jisseki-list-price span {
	display: block;
	text-align: right;
	color: #ff5f0d;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	padding: 5px 0 0 0;
}
.list-method-color-1 {
	background: #7cb978;
}
.list-method-color-2 {
	background: #6fa4c9;
}
.list-method-color-3 {
	background: #e45f5f;
}

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

買取強化アイテム

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

.kaitori-kyoka-item {
	margin: 0 0 70px;
}
.kaitori-kyoka-list {
	width: 50%;
	min-height: 165px;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.kaitori-kyoka-list:nth-of-type(1) {
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.kaitori-kyoka-list:nth-of-type(2) {
	border-bottom: 1px dotted #ccc;
}
.kaitori-kyoka-list:nth-of-type(3) {
	border-right: 1px dotted #ccc;
}
.kaitori-kyoka-list-name {
	font-size: 24px;
	font-family: serif;
	line-height: 1.2;
	letter-spacing: 4px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #fff;
}
.kaitori-kyoka-list-txt {
	font-size: 13px;
	line-height: 1.5;
	width: 205px;
	color: #444;
}
.kaitori-kyoka-list-link {
	font-size: 13px;
	display: none;
}
.kaitori-kyoka-list-link i {
	margin-right: 5px;
	font-size: 18px;
	margin-top: -3px;
	display: block;
	float: left;
}
.kaitori-kyoka-list-link a {
	text-decoration: none;
	color: #ff5f0d;
}
.kaitori-kyoka-list-link a:hover {
	text-decoration: underline;
}
.kaitori-kyoka-list-img {
	width: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
}

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

買取強化実績

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

.kaitori-kyoka-jisseki-ttl {
	font-size: 37px;
	color: #424242;
	padding: 0 0 0 145px;
	margin: 0 0 25px;
	font-family: serif;
	position: relative;
}
.kaitori-kyoka-jisseki-ttl span {
	color: #ff5f0d;
}
.kaitori-kyoka-jisseki-ttl:before {
	content: '';
	background: url(../images/kaitori-kyoka-img-001.png) no-repeat 0 0 scroll;
	display: block;
	width: 128px;
	height: 63px;
	position: absolute;
	top: -15px;
	left: 0;
}
.kaitori-kyoka-jisseki-item {
	padding: 10px;
	overflow: hidden;
	background: #dadada;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #dadada 0%, #dadada 40%, #f0f0f0 52%, #f0f0f0 60%, #dadada 73%, #dadada 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #dadada 0%, #dadada 40%, #f0f0f0 52%, #f0f0f0 60%, #dadada 73%, #dadada 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #dadada 0%, #dadada 40%, #f0f0f0 52%, #f0f0f0 60%, #dadada 73%, #dadada 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#dadada', GradientType=1);
	margin-bottom: 50px;
}
.kaitori-kyoka-jisseki-list {
	width: 164px;
	float: left;
	text-align: center;
	margin: 0 8px 0 0;
	padding: 25px 7px 10px;
	background: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kaitori-kyoka-jisseki-list:last-child {
	margin-right: 0;
}
.kaitori-kyoka-jisseki-list-name {
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 7px;
	text-align: left;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 2px 0 0 #fff, 0px 2px 0 #fff, -2px 0 0 #fff, 0px -2px 0 #fff, 2px 2px 1px #fff, 2px -2px 1px #FFF, -2px -2px 1px #fff, -2px 2px 1px #fff;
}
.kaitori-kyoka-jisseki-list-img {
	width: 150px;
	height: 150px;
	padding: 0 0 0 0;
}
.kaitori-kyoka-jisseki-list-price {
	border-top: 1px dotted #dadada;
	padding: 7px 10px 0 8px;
	font-size: 13px;
	text-align: left;
	color: #ff0012;
}
.kaitori-kyoka-jisseki-list-price span {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: right;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

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

なぜウレルは高額査定が可能なのか

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

.kogaku-satei-how {
	background: linear-gradient(#fff, #fff, #f3f7f9) no-repeat;
	background-position: 100% 10%;
	padding: 20px 15px 30px;
	margin: 0 0 50px;
	position: relative;
}
.kogaku-satei-how-ttl {
	font-size: 40px;
	font-family: serif;
	line-height: 1.1;
	margin: 0 0 35px;
	padding-right: 110px;
}
.kogaku-satei-how-ttl-span1 {
	color: #ff5f0d;
}
.kogaku-satei-how-ttl-span2 {
	color: #a16311;
}
.kogaku-satei-how-ttl-span3 {
	color: #ff5f0d;
	font-size: 55px;
}
.kogaku-satei-how-txt {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
.kogaku-satei-how-img {
	position: absolute;
	top: 0;
	right: 0;
}

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

買取可能アイテム

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

.kaitori-kanou {
	margin: 0 0 50px;
	background: url(../images/kaitori-kanou-bg-001.png) no-repeat center 60px;
	background-size: 90%;
}
.kaitori-kanou-txt {
	font-size: 28px;
	color: #ff5f0d;
	text-align: center;
	line-height: 1.3;
	position: relative;
	margin: 20px 0 70px;
}
.kaitori-kanou-txt:before {
	content: '';
	border-right: 7px solid #ff5f0d;
	border-bottom: 7px solid #ff5f0d;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 80px;
	left: 47%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.kaitori-kanou-item {
	text-align: center;
	letter-spacing: -0.4em;
}
.kaitori-kanou-list {
	display: inline-block;
	width: 15.5%;
	margin: 0 1.4% 5px 0;
	vertical-align: top;
	letter-spacing: 0;
}
.kaitori-kanou-list:last-child {
	margin-right: 0;
}
.kaitori-kanou-list-img {
	width: 100%;
	margin: 0 0 5px;
	border: 1px solid #d7d7d7;
}
.kaitori-kanou-list-txt {
	text-align: center;
	font-size: 13px;
	color: #ff5f0d;
	line-height: 1.4;
}

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

おまとめ査定

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

.omatome-satei {
	background: #ffe400;
	padding: 10px 10px 0;
	margin: 0 0 50px;
}
.omatome-satei-bg01 {
	background: #fffaec;
	background-image: url(../images/omatome-satei-bg-002.png);
	background-repeat: no-repeat;
	background-position: 510px 0;
}
.omatome-satei-ttl {
	font-size: 47px;
	color: #424242;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 3px;
	line-height: 1.1;
	padding: 30px 0 0 30px;
	margin: 0 0 30px;
}
.omatome-satei-ttl strong {
	display: block;
	font-size: 80px;
	font-weight: bold;
}
.omatome-satei-item {
	padding: 0 10px 0 20px;
}
.omatome-satei-list {
	float: left;
	width: 22.5%;
	margin: 0 0 0 0;
	position: relative;
}
.omatome-satei-list:before {
	content: '';
	width: 10px;
	height: 35px;
	background: #ff5f0d;
	position: absolute;
	z-index: 100;
}
.omatome-satei-list:after {
	content: '';
	width: 35px;
	height: 10px;
	background: #ff5f0d;
	position: absolute;
	z-index: 100;
}
.omatome-satei-list:nth-of-type(1) {
	width: 32.5%;
}
.omatome-satei-list:nth-of-type(1):before {
	top: 45px;
	right: 5px;
}
.omatome-satei-list:nth-of-type(1):after {
	top: 58px;
	right: -7px;
}
.omatome-satei-list:nth-of-type(2):before {
	top: 70px;
	right: 3px;
}
.omatome-satei-list:nth-of-type(2):after {
	top: 83px;
	right: -9px;
}
.omatome-satei-list:nth-of-type(3):before {
	top: 42px;
	right: 1px;
}
.omatome-satei-list:nth-of-type(3):after {
	top: 55px;
	right: -11px;
}
.omatome-satei-list:nth-of-type(4):before {
	content: none;
}
.omatome-satei-list:nth-of-type(4):after {
	content: none;
}
.omatome-satei-list-txt {
	/*  位置情報についてはおまとめ査定の下に記載  */
	font-size: 13px;
	color: #786a00;
	text-align: center;
	padding: 0;
	position: absolute;
	width: 90%;
	line-height: 1.3;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 2px 0 0 #fff, 0px 2px 0 #fff, -2px 0 0 #fff, 0px -2px 0 #fff, 2px 2px 1px #fff, 2px -2px 1px #FFF, -2px -2px 1px #fff, -2px 2px 1px #fff;
	z-index: 200
}
.omatome-satei-list-txt span {
	display: block;
	font-size: 11px;
}
.omatome-satei-img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #ffe400;
	width: 92%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.omatome-satei-sample {
	float: right;
	padding: 0 20px 0 0;
	margin: 0 0 20px;
	width: 480px;
	color: #786a00;
}
.omatome-satei-sample-p01 {
	font-size: 16px;
	text-align: right;
	margin: 0 0 7px;
}
.omatome-satei-sample-p02 {
	float: right;
	font-size: 24px;
}
.omatome-satei-sample-p03 {
	background: url(../images/omatome-satei-bg-001.png) no-repeat;
	font-size: 16px;
	height: 70px;
	padding: 38px 10px 0 25px;
	margin: -33px 5px -25px 0;
	float: right;
}
.omatome-satei-sample-span1 {
	font-size: 27px;
	display: block;
	line-height: 1;
	float: left;
	font-weight: bold;
	margin: -7px 0 0 0;
}
.omatome-satei-sample-span2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 3px 0 0;
}
.omatome-satei-kekka {
	width: 640px;
	margin: 0 20px 20px;
	border: 5px solid #ff5f0d;
	padding: 15px 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.omatome-satei-kekka-txt {
	width: 40%;
	float: left;
	color: #786a00;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
}
.omatome-satei-kekka-price {
	width: 60%;
	float: left;
	text-align: right;
	font-size: 48px;
	color: #ff5f0d;
	font-weight: bold;
	font-family: serif;
	letter-spacing: -3px;
	line-height: 0.8;
}
.omatome-satei-kekka-price span {
	position: relative;
	font-size: 80px;
	font-style: italic;
	margin: 0 0 0 -10px;
}
.omatome-satei-kekka-price span:before {
	content: '';
	width: 10px;
	height: 30px;
	background: #ff5f0d;
	position: absolute;
	z-index: 9999;
	top: 41px;
	left: -50px;
}
.omatome-satei-kekka-price span:after {
	content: '';
	width: 30px;
	height: 10px;
	background: #ff5f0d;
	position: absolute;
	z-index: 9999;
	top: 51px;
	left: -60px;
}
.omatome-satei-txt {
	clear: both;
	padding: 0 20px 30px;
	font-size: 16px;
	line-height: 1.8;
	text-indent: -0.5em;
	color: #424242;
}
.omatome-satei-txt2 {
	background: #ffe400;
	position: relative;
}
.omatome-satei-txt2-list {
	width: 60%;
	padding: 30px 0 30px 10px;
}
.omatome-satei-txt2-list1 {
	float: left;
}
.omatome-satei-txt2-list2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 15px 20px;
	width: 130px;
	float: left;
}
.omatome-satei-txt2-list3 {
	clear: both;
	color: #000;
	font-size: 16px;
	letter-spacing: -0.4px;
}
.omatome-satei-txt2-hukidashi {
	width: 315px;
	height: 257px;
	text-align: left;
	background: url(../images/omatome-satei-img-001.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: -10px;
	color: #ffe400;
}
.omatome-satei-txt2-hukidashi span {
	display: block;
	padding: 150px 0 0 25px;
	line-height: 1.3;
}
.omatome-satei-list:nth-of-type(1) .omatome-satei-list-txt {
	top: 0;
}
.omatome-satei-list:nth-of-type(2) .omatome-satei-img {
	margin: -10px 0 0 0;
}
.omatome-satei-list:nth-of-type(2) .omatome-satei-list-txt {
	top: 101px;
}
.omatome-satei-list:nth-of-type(3) .omatome-satei-img {
	margin: 25px 0 0 0;
}
.omatome-satei-list:nth-of-type(3) .omatome-satei-list-txt {
	top: 0;
}
.omatome-satei-list:nth-of-type(4) .omatome-satei-img {
	margin: -5px 0 0 0;
}
.omatome-satei-list:nth-of-type(4) .omatome-satei-list-txt {
	top: 111px;
}

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

お客様の声

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

.kaitori-voice {
	background: url(../images/voice-bg.jpg);
	padding: 0;
	margin: 0 0 50px;
}
.kaitori-voice-ttl {
	margin: 0 0 30px;
}
.kaitori-voice-wrap {
	margin: 0 0 30px;
}
.kaitori-voice-wrap:last-child {
	border: none;
	margin-bottom: 0;
}
.kaitori-voice-box {
	margin: 0 0 30px;
}
.kaitori-voice-box-ttl {
	font-size: 20px;
	color: #424242;
	line-height: 1.5;
	text-align: left;
	width: 94%;
	margin: 0 3% 15px;
	padding: 13px 50px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 0 #dadada;
	-moz-box-shadow: 0px 3px 0 #dadada;
	box-shadow: 0px 3px 0 #dadada;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.kaitori-voice-box-ttl:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 40px solid #fff;
	border-left: 40px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	left: 30px;
	bottom: -30px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-filter: drop-shadow(-2px -2px 0 #dadada);
}
.kaitori-voice-box-ttl:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 15px;
}
.kaitori-voice-box-icon {
	width: 160px;
	float: left;
	text-align: center;
}
.kaitori-voice-box-icon-img {
	width: 67px;
	height: 67px;
	margin: 0 0 10px;
}
.kaitori-voice-box-icon-style {
	font-size: 13px;
	width: 73%;
	padding: 5px 0;
	margin: 0 0 0 20px;
	background: #ffe400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.kaitori-voice-box-icon-style:before {
	content: '';
	width: 20px;
	height: 10px;
	background: #ffe400;
	display: block;
	position: absolute;
	top: 7px;
	left: -20px;
}
.kaitori-voice-box-txt {
	width: 540px;
	float: right;
	line-height: 1.5;
	padding: 7px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
}
.kaitori-voice-box-buyer {
	position: relative;
	padding: 0 0 30px;
}
.kaitori-voice-box-buyer:before {
	content: '';
	display: block;
	width: 96%;
	height: 3px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 2%;
}
.kaitori-voice-wrap:last-child .kaitori-voice-box-buyer:before {
	content: none;
}
.voice-box-ttl-buyer {
	background: #fffaec;
	color: #ff5f0d;
}
.voice-box-ttl-buyer:before {
	content: '';
	border-top: 40px solid #fffaec;
	left: 610px;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-filter: drop-shadow(2px 2px 0 #dadada);
}
.voice-box-ttl-buyer:after {
	content: '';
	background: #fffaec;
	left: 620px;
}
.voice-box-icon-buyer {
	float: right;
}
.voice-box-icon-buyer-img {
	width: 100%;
	height: auto;
	margin: 0 0 -2px;
}
.voice-box-icon-style-buyer {
	width: 88%;
	margin: 0 20px 0 0;
}
.voice-box-icon-style-buyer:before {
	left: 140px;
}
.voice-box-txt-buyer {
	float: left;
}

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

◯◯◯◯◯について

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

.kaitori-ptxt-ttl {
	margin-bottom: 30px;
}
.kaitori-ptxt {
	margin: 0 0 70px;
}
.kaitori-ptxt-komidashi {
	font-size: 16px;
	color: #424242;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px 15px 5px;
	margin: 10px 0 20px;
}
.kaitori-ptxt-box {
	overflow: hidden;
	margin: 0 0 30px;
}
.kaitori-ptxt-box-content h2 {
	color: #ff5f0d;
	font-size: 16px;
	font-weight: bold;
}
.kaitori-ptxt-box-content h3 {
	color: #424242;
	font-size: 16px;
	padding: 1px 10px;
	margin: 18px 0 10px;
}
.kaitori-ptxt-box-content h3:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/kaitori-ptxt-icon-comment.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: -10px;
}
.houseki .kaitori-ptxt-box-content h3:before {
	background: url(../images/kaitori-ptxt-icon-houseki.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.tokei .kaitori-ptxt-box-content h3:before {
	background: url(../images/kaitori-ptxt-icon-tokei.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.apparel .kaitori-ptxt-box-content h3:before {
	background: url(../images/kaitori-ptxt-icon-apparel.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.bag .kaitori-ptxt-box-content h3:before {
	background: url(../images/kaitori-ptxt-icon-bag.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.kottou .kaitori-ptxt-box-content h3:before {
	background: url(../images/kaitori-ptxt-icon-kottou.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.kaitori-ptxt-box-content h4 {
	display: inline-block;
	font-size: 14px;
	border-bottom: 1px solid;
	padding: 0 3px 3px;
	margin: 8px 0;
}
.kaitori-ptxt-box-content h5 {
	display: inline-block;
	color: #424242;
	font-size: 12px;
	padding: 5px 8px;
	background: #f0f0f0;
	margin: 4px 0 8px;
}
.kaitori-ptxt-box-content h6 {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	padding: 3px;
	margin: 4px 0 6px;
}
.kaitori-ptxt-box-content p {
	color: #424242;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
}
.kaitori-ptxt-img {
	float: right;
	margin: 0 0 15px 15px;
}
.kaitori-ptxt-txt {
	color: #424242;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

/* ---------------------------
▲　module.cssから持ってきたもの
--------------------------- */


/*　全ての商品が高額買取対象です。
=========================================*/

.kogaku-taisho {
	background: #fffaec;
	padding: 26px 0 10px;
	margin-bottom: 70px;
}
.kogaku-taisho-ttl {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 27px;
}
.kogaku-taisho-ttl-font01 {
	font-size: 32px
}
.kogaku-taisho-ttl-font02 {
	font-size: 26px
}
.kogaku-taisho-item {
	overflow: hidden;
	letter-spacing: -0.04em;
	text-align: center;
}
.kogaku-taisho-list {
	display: inline-block;
	width: 316px;
	letter-spacing: 0.05em;
	background: #fff;
	margin: 0 11px 14px;
	border-radius: 4px;
	text-align: left;
	position: relative;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.kogaku-taisho-link {
	display: block;
	padding-left: 86px;
}
.kogaku-taisho-img {
	width: 70px;
	position: absolute;
	left: 6px;
	top: 8px;
}
.kogaku-taisho-link-txt {
	font-size: 17px;
	line-height: 26px;
	height: 89px;
	display: table-cell;
	vertical-align: middle;
	color: #424242;
	padding-right: 26px;
}
.kogaku-taisho-link-txt:after {
	content: '\f105';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}
.kogaku-taisho-link-txt-font01 {
	font-weight: bold;
}

/* *******************************************************************

サイドナビ

******************************************************************* */


/*　kaitori-side-line-satei
=========================================*/

.kaitori-side-line-satei {
	margin-bottom: 5px;
}

/*　kaitori-side-select-satei
=========================================*/

.kaitori-side-select-satei {
	margin-bottom: 27px;
}
.kaitori-side-select-satei-ttl {
	margin-bottom: 5px;
}

/*　kaitori-side-select-tel
=========================================*/

.kaitori-side-select-tel {
    text-align: center;
    line-height: 1.6;
    padding: 16px 0;
    margin: 15px 10px 0 12px;
    background: #fff6de;
    border-radius: 4px;
}

.kaitori-side-select-tel01 {
    font-size: 14px;
    color: #666;
}

.kaitori-side-select-tel02 {
    font-size: 26px;
    color: #ff5f0d;
    font-weight: bold;
}

.kaitori-side-select-tel03 {
    font-size: 12px;
    color: #666;
}

/*　kaitori-side-search
=========================================*/

.kaitori-side-search {
	margin-bottom: 33px;
}
.kaitori-side-search-ttl {
	background: #ffefe6;
	color: #ff5f0d;
}
.kaitori-side-search-form {
	height: 50px;
	width: 280px;
	margin: 16px 10px 0;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 10px;
}

/*　kaitori-side-lists
=========================================*/

.kaitori-side-lists {
	margin-bottom: 30px;
}
.kaitori-side-lists-ttl {
	background: #fffaec;
	color: #ff5f0d;
}
.kaitori-side-lists-item {
	margin-bottom: 26px;
}
.kaitori-side-lists-link, .kaitori-side-lists-item .page_item a {
	margin: 0 10px;
	/* height: 35px; */
	line-height: 1.2;
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	display: block;
	padding-left: 18px;
	text-decoration: none;
	color: #424242;
	padding: 12px 20px 12px 10px;
	position: relative;
}
.kaitori-side-lists-link:after, .kaitori-side-lists-item .page_item a:after {
	content: '\f105';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.kaitori-side-lists-link:hover, .kaitori-side-lists-item .page_item a:hover {
	background: #F4F4F4;
	color: #ff5f0d;
}

/*　side-for-smartphone
=========================================*/

.side-for-smartphone {
	background: #f4f4f4;
	border: 1px solid #ff5f0d;
	width: 300px;
	height: 110px;
	padding: 20px 16px 14px;
	margin-bottom: 30px;
}
.side-for-smartphone-pt01 {
	float: left;
	width: 200px;
}
.side-for-smartphone-pt02 {
	float: right;
	width: 66px;
}
.side-for-smartphone-pt03 {
	clear: both;
}
.side-for-smartphone-txt01 {
	font-size: 16px;
	line-height: 1;
	color: #ff5f0d;
	margin-bottom: 13px;
}
.side-for-smartphone-txt02 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}
.side-for-smartphone-btn {
	display: block;
	width: 270px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	background: #ff5f0d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff5f0d), color-stop(0.00, #fd7530));
	background: -webkit-linear-gradient(#fd7530, #ff5f0d);
	background: -moz-linear-gradient(#fd7530, #ff5f0d);
	background: -o-linear-gradient(#fd7530, #ff5f0d);
	background: -ms-linear-gradient(#fd7530, #ff5f0d);
	background: linear-gradient(#fd7530, #ff5f0d);
	border-radius: 5px;
	position: relative;
}
.side-for-smartphone-btn:before {
	content: '\f105';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	position: absolute;
	left: 40px;
}

/*　to-pagetop
=========================================*/

.to-pagetop {
	padding-bottom: 40px;
}
.to-pagetop-btn {
	border: 5px;
	background: #ff8f56;
	color: #fff;
	height: 57px;
	line-height: 57px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.to-pagetop-btn-icon {
	margin-right: 30px;
}

/*　お買い物代行
=========================================*/

.side-daikou {
	margin-bottom: 20px;
	background: #f4f4f4;
	text-align: center;
}
.side-daikou-txt {
	padding: 8px 0px 11px;
	font-size: 15px;
	line-height: 1.3;
}
.side-daikou-txt-font01 {
	color: #d02747;
}
.side-daikou-txt-font02 {
	color: #2f80ad;
}
.side-daikou-txt-font02:hover {
	text-decoration: underline;
}
.side-daikou-txt-font03 {
	color: #5FD43F;
}

/*　LINE査定
=========================================*/

.side-line {
	margin-bottom: 20px;
}

/*　買取強化中
=========================================*/

.kaitori-side-kyoka {
	background: url(../images/sidebar/side-kyoka-bg01.png) left top no-repeat #fffaec;
	margin-bottom: 27px;
	border: 1px solid #c9cac9;
	overflow: hidden;
}
.kaitori-side-kyoka-ttl {
	text-align: right;
	line-height: 1.4;
	padding: 7px 7px 9px;
	color: #424242;
}
.kaitori-side-kyoka-ttl-font01 {
	font-size: 22px;
}
.kaitori-side-kyoka-ttl-font02 {
	font-size: 27px;
	margin-right: -0.3em;
}
.kaitori-side-kyoka-txt01 {
	background: #fff;
	color: #ff5f0d;
	text-align: center;
	padding: 8px 0;
	font-size: 19px;
	letter-spacing: 0.04em;
	margin-right: -0.3em;
}
.kaitori-side-kyoka-item {
	padding: 10px 15px 8px;
}
.kaitori-side-kyoka-list {
	line-height: 1.2;
	font-size: 14px;
	border: 1px solid #c6c6c6;
	box-shadow: inset 0 -1px 0 rgba(198, 198, 198, 0.8);
	-webkit-box-shadow: inset 0 -1px 0 rgba(198, 198, 198, 0.8);
	margin-bottom: 7px;
	background-position: 15px 0;
	background-repeat: no-repeat;
	;
	background-color: #fff;
	position: relative;
}
.kaitori-side-kyoka-list:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.04);
}
.kaitori-side-kyoka-list01 {
	background-image: url(../images/sidebar/side-kyoka-louisvuitton.png);
	background-size: contain;
}
.kaitori-side-kyoka-list02 {
	background-image: url(../images/sidebar/side-kyoka-rolex.png);
	background-size: contain;
}
.kaitori-side-kyoka-list03 {
	background-image: url(../images/sidebar/side-kyoka-houseki.png);
	background-size: contain;
}
.kaitori-side-kyoka-link {
	width: 100%;
	height: 100%;
	display: block;
	padding: 16px 0 14px 75px;
	color: #ff5e00;
	position: relative;
}
.kaitori-side-kyoka-link:after {
	content: '\f105';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -8px;
}

/* *******************************************************************

フッター

******************************************************************* */


/*　footer-nav
=========================================*/

.footer-bg01 {
	background: #fffaec;
	height: 42px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}
.footer-nav {
	width: 1020px;
	margin: 0 auto;
	line-height: 42px;
}
.footer-nav-list {
	display: inline;
	margin-right: 0.5em;
}
.footer-nav-list-link {
	color: #ff6110;
	text-decoration: none;
}
.footer-nav-list:before {
	content: '|';
	margin-right: 1.5em;
	color: #ff6110;
}
.footer-nav-list:first-child:before {
	content: '';
	margin-right: 0;
}

/*　.footer-bg02
=========================================*/

.footer-bg02 {
	background: #ff6110;
	color: #fff;
	overflow: hidden;
}
.footer-bg02-wrap {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-bg02-pt01 {
	float: left;
	/* width: 650px; */
	margin: 44px 0 36px;
}
.footer-bg02-pt02 {
	float: right;
	width: 315px;
	margin: 15px 23px 38px 0;
	width: 300px;
	margin: 15px 0 38px 0;
	text-align: justify;
}

/*　kaitori-kyokasho
=========================================*/

.kaitori-kyokasho-ttl {
	font-size: 20px;
	margin-bottom: 17px;
}
.kaitori-kyokasho-item {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.kaitori-kyokasho-list {}

/*　footer-links
=========================================*/

.footer-links {}
.footer-links-item {
	overflow: hidden;
	margin-bottom: 30px;
}
.footer-links-list {
	width: 30%;
	margin: 0 2% 8px 1%;
	float: left;
	font-size: 12px;
}
.footer-links-list-2 {
	width: 30%;
	margin: 0 2% 10px 1%;
	float: left;
	font-size: 12px;
	height: 24px;
	padding-left: 2em;
	text-indent: -1em;
}
.footer-links-link {
	color: #fff;
	text-decoration: none;
}
.footer-links-link:before {
	content: '\f138';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin: 0 13px 0 0;
	vertical-align: middle;
}

/*　footer-comment
=========================================*/

.footer-comment {
	margin-bottom: 24px;
}
.footer-comment-ttl {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.footer-comment-txt {
	font-size: 13px;
	line-height: 22px;
}
.footer-comment-img {
	border: 2px solid #fff;
	border-radius: 30px;
}

/*　footer-btn
=========================================*/

.footer-btn-link {
	display: block;
	color: #444;
	width: 314px;
	height: 84px;
	border: 3px solid;
	border-color: #fff #c4c4c4 #95aba1 #fff;
	-webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3), 2px 2px 1px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3), 2px 2px 1px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
	background: url(../images/category/footer-btn-bg-001.png);
	background-size: contain;
	line-height: 78px;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}

/*　
=========================================*/


/*　copiright
=========================================*/

.copiright {
	text-align: center;
	margin-bottom: 18px;
	font-size: 9px;
}
