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

	共通

-------------------------------------- */
/* campaignバナー */

.campaign_tento {
	margin-bottom: 40px;
}



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

	骨董買取をお考えなら

-------------------------------------- */
/*レイアウト*/
.vendor {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}
.vendor .img-area{
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.vendor .img-area img{
	-webkit-transform: translate(-50%, -36%);
	-ms-transform: translate(-50%, -36%);
	transform: translate(-50%, -36%);

}
.vendor h2{
	display: inline-block;
	letter-spacing: 3px;
	background: #42515f;
	border-bottom: none;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	padding: 18px 20px
}
.vendor h2 span{
	background: none;
	padding-left: 0;
}
.vendor .vendor-in {
	width: 770px;
	padding: 30px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.vendor .vendor-in p {
	margin-bottom: 10px;
	line-height: 28px;
}




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

	買取実績

-------------------------------------- */
/*共通*/
#newestJisseki {
	padding-top: 40px;
	background: #fff;
	padding-bottom: 20px;
}

/*査定員の声
-----------------------------------------*/
#newestJisseki .newest-noice {
	margin-bottom: 40px;
}

/*メインタイトル*/
#newestJisseki .newest-noice h2 {
	border-bottom: none;
	color: #fff;
	background: #42515f;
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 20px 20px;
}
#newestJisseki .newest-noice h2 span {
	background: none;
	padding: 0;
}

/*大枠*/
.newest-noice .voiceBox {
	width: 950px;
	margin: 0 auto 40px;
	background: url(../img/common/pt3.png);
}
.newest-noice .voiceBox:last-child {
	margin-bottom: 0;
}
/*サブタイトル*/
.newest-noice .voiceBox .voiceTtl {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 20px;
	width: 880px;
	margin: auto;
	padding: 20px 0 20px;
	color: #42515f;
}
/*内枠*/
.newest-noice .voiceBox .voiceIn {
	width: 880px;
	margin: 0 auto 50px;
	display: flex;
}
/*イメージ*/
.newest-noice .voiceBox .voiceIn .voiceImg {
	margin-right: 30px;
}
.newest-noice .voiceBox .voiceIn .voiceTxt {
	width: 580px;
}
.newest-noice .voiceBox .voiceIn .voiceTxt .tag {
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff;
	background: #928e74;
	padding: 6px 20px;
	margin-bottom: 10px;
}
.newest-noice .voiceBox .voiceIn .voiceTxt p {
	width: 520px;
	margin: 0 auto 10px;
	font-size: 15px;
}
/*買取地域*/
.newest-noice .voiceBox .voiceIn .voiceTxt .from p {
	font-size: 15px;
	padding: 10px 30px 10px 0;
	text-align: right;
}
.newest-noice .voiceBox .voiceIn .voiceTxt .from.lady {
	background: url(../img/top/lady.png) no-repeat right 0;
}
.newest-noice .voiceBox .voiceIn .voiceTxt .from.men {
	background: url(../img/top/men.png) no-repeat right 0;
}

/*買取実績リスト
-----------------------------------------*/
/*タイトル*/
#newestJisseki h2 {
	width: 930px;
	margin: 0 auto;
	text-align: center;
	background: #cdc6be;
	color: #432f2c;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: none;
}
#newestJisseki h2 span{
	background: none;
}


#newestJisseki .newestJTxt {
	font-size: 14px;
	text-align: center;
	color: #85252e;

	border: 1px solid #85252e;
	width: 760px;
	padding: 20px;
	margin: 0 auto 20px;
}

/*レイアウトr*/
#newestJisseki .newestJBox {
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#newestJisseki .newestJBox li {
	width: 280px;
	margin: 0 30px 30px 0;
}
#newestJisseki .newestJBox li:nth-child(3n) {
	margin-right: 0;
}

/*タグ*/
#newestJisseki .newestJBox li .tag {
	background: #42515f;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

/*テキスト*/
#newestJisseki .newestJBox li .txt .ttl {
	color: #12476b;
}
#newestJisseki .newestJBox li .txt p {
	font-size: 14px;
}

/*価格*/
#newestJisseki .newestJBox li .price .small::after {
	content: "：";
}
#newestJisseki .newestJBox li .price .red {
	font-size: 18px;
	font-weight: bold;
	color: #85252e;
}



/*お客様の声+査定員の声
-----------------------------------------*/
.chiiki-voice {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
}

.chiiki-voice .chiiki-voice-wrap {
	width: 960px;
	margin: 0 auto 40px;
	background: url(../img/common/pt3.png);
}
.chiiki-voice .chiiki-voice-wrap:last-child {
	margin-bottom: 0;
}
.chiiki-voice .voice-wrap-ttl {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	background: #42515f;
	color: #fff;
	font-weight: 600;
	padding: 16px 0 16px 16px;
}


/*お客様の声1*/
.chiiki-voice-box {
	width: 900px;
	margin: 0 auto 30px;
}

.chiiki-voice-box .voice-box-in {
	width: 584px;
	margin-left: 290px;
	padding: 38px 0 20px;
}
.chiiki-voice-box .voice-box-in .ttl{
	border-bottom: 2px solid #42515f;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.chiiki-voice-box .voice-box-in .ttl .bule{
	font-weight: bold;
	color: #42515f;
}
.chiiki-voice-box .voice-box-in .txt{
	line-height: 32px;
}
.chiiki-voice-box .voice-box-in .area{
	padding: 10px 10px 0 0;
	text-align: right;
}

/*背景*/
/*茶道*/
.chiiki-voice-box.sadou {
	background: url(../img/kottou/common/chiiki_voice_sadou.png) no-repeat,#fff;
	background-size: contain;
}
/*中国骨董*/
.chiiki-voice-box.china {
	background: url(../img/kottou/common/chiiki_voice_china.png) no-repeat,#fff;
	background-size: contain;
}
/*甲冑*/
.chiiki-voice-box.kattyu {
	background: url(../img/kottou/common/chiiki_voice_kattyu.png) no-repeat,#fff;
	background-size: contain;
}
/*掛軸*/
.chiiki-voice-box.kakejiku {
	background: url(../img/kottou/common/chiiki_voice_kakejiku.png) no-repeat,#fff;
	background-size: contain;
}
/*西洋骨董*/
.chiiki-voice-box.antique {
	background: url(../img/kottou/common/chiiki_voice_antique.png) no-repeat,#fff;
	background-size: contain;
}
/*刀剣*/
.chiiki-voice-box.token {
	background: url(../img/kottou/common/chiiki_voice_token.png) no-repeat,#fff;
	background-size: contain;
}
/*古書*/
.chiiki-voice-box.kosyo {
	background: url(../img/kottou/common/chiiki_voice_kosyo.png) no-repeat,#fff;
	background-size: contain;
}
/*象牙*/
.chiiki-voice-box.ivory {
	background: url(../img/kottou/common/chiiki_voice_ivory.png) no-repeat,#fff;
	background-size: contain;
}
/*香炉*/
.chiiki-voice-box.koro {
	background: url(../img/kottou/common/chiiki_voice_koro.png) no-repeat,#fff;
	background-size: contain;
}
/*翡翠*/
.chiiki-voice-box.jade {
	background: url(../img/kottou/common/chiiki_voice_jade.png) no-repeat,#fff;
	background-size: contain;
}
/*珊瑚*/
.chiiki-voice-box.coral {
	background: url(../img/kottou/common/chiiki_voice_coral.png) no-repeat,#fff;
	background-size: contain;
}
/*鉄瓶*/
.chiiki-voice-box.tetsubin {
	background: url(../img/kottou/common/chiiki_voice_tetsubin.png) no-repeat,#fff;
	background-size: contain;
}
/*ペルシャ*/
.chiiki-voice-box.persia {
	background: url(../img/kottou/common/chiiki_voice_persia.png) no-repeat,#fff;
	background-size: contain;
}
/*仏像*/
.chiiki-voice-box.butsuzo {
	background: url(../img/kottou/common/chiiki_voice_butsuzo.png) no-repeat,#fff;
	background-size: contain;
}
/*勲章*/
.chiiki-voice-box.kunsyo {
	background: url(../img/kottou/common/chiiki_voice_kunsyo.png) no-repeat,#fff;
	background-size: contain;
}
/*香木*/
.chiiki-voice-box.koboku {
	background: url(../img/kottou/common/chiiki_voice_koboku.png) no-repeat,#fff;
	background-size: contain;
}
/*食器*/
.chiiki-voice-box.tableware {
	background: url(../img/kottou/common/chiiki_voice_tableware.png) no-repeat,#fff;
	background-size: contain;
}
/*金銀*/
.chiiki-voice-box.kingin{
	background: url(../img/kottou/common/chiiki_voice_kingin.png) no-repeat,#fff;
	background-size: contain;
}
/*着物*/
.chiiki-voice-box.kimono{
	background: url(../img/kottou/common/chiiki_voice_kimono.png) no-repeat,#fff;
	background-size: contain;
}
/*ビスクドール*/
.chiiki-voice-box.doll{
	background: url(../img/kottou/common/chiiki_voice_doll.png) no-repeat,#fff;
	background-size: contain;
}
/*陶磁器*/
.chiiki-voice-box.ceramic{
	background: url(../img/kottou/common/chiiki_voice_ceramic.png) no-repeat,#fff;
	background-size: contain;
}







/*お客様の声2*/
.chiiki-voice-in {
	width: 900px;
	margin: 0 auto 30px;
}
.chiiki-voice-in .ttl {
	background: #928e74;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 10px 20px;
}
.chiiki-voice-in .txt {
	background: #fff;
	padding: 20px;
}

/*査定士の声*/
.chiiki-voice .assess {
	position: relative;
	font-size: 15px;
	background: #dcd3d3;
	padding: 20px 0 17px;
}
.chiiki-voice .assess p {
	width: 670px;
	padding-left: 240px;
}
.chiiki-voice .assess .assessImg {
	position: absolute;
	bottom: 0;
}



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

	食器へのリンク

-------------------------------------- */
.table-toplink {
	margin-bottom: 60px;
}
.table-toplink:hover {
	opacity: 0.8;
}





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

お客様の声(臨時)

----------------------------------*/
#userVoiceCon {
	padding: 30px 0;
	background: #fff;
	margin-bottom: 60px;
}
#userVoiceCon .userVCTtl {
	text-align: center;
	width: 900px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #4C5161;
}
#userVoiceCon .userVCTtl span {
	display: block;
	border-bottom: 2px solid #4C5161;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 22px;
	color: #4C5161;
	font-weight: bold;
}
#userVoiceCon .userVCTtl span::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 48px;/*画像の幅*/
	height: 42px;/*画像の高さ*/
	background: url(../img/kottou/comment.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#userVoiceCon ul {
	width: 910px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#userVoiceCon ul li {
	width: 280px;
	height: 252px;
	margin: 0 34px 30px 0;
	box-sizing: border-box;
	padding: 20px;
}
/*マージン打消し*/
#userVoiceCon ul li:nth-child(4),
#userVoiceCon ul li:nth-child(5),
#userVoiceCon ul li:nth-child(6) {
	margin-bottom: 0;
}
#userVoiceCon ul li:nth-child(3n) {
	margin-right: 0;
}
/*背景色変え*/
#userVoiceCon ul li:nth-child(odd) {
	background: #ececec;
}
#userVoiceCon ul li:nth-child(even) {
	background: #e4ebf8;
}

#userVoiceCon ul li .txt {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 30px;
}
#userVoiceCon ul li .township {
	font-size: 14px;
	text-align: right;
}













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

	ご依頼いただいております

-------------------------------------- */
#request {
	background: #fff;
	padding: 40px 0 30px;
}

/*タイトル*/
#request .request-ttl {
	text-align: center;
	margin-bottom: 10px;
}
#request .request-ttl h2{
	border-bottom: none;
	font-family: none;
	font-size: 24px;
}
#request .request-ttl p{
	font-size: 13px;
	margin-bottom: 6px;
}


/*レイアウト*/
#request ul {
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#request ul li {
	width: 440px;
	border: 2px solid #dfdfdf;
	padding: 20px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#request ul li p {
	font-size: 18px;
	color: #42515f;
	font-weight: bold;
	padding-left: 100px;
}
#request ul li:nth-child(odd) {
	margin-right: 20px;
}

#request .requestBox .line {
	border: 1px solid #fff;
	padding: 10px 0;
	margin: 0 20px;
}

#request .requestBox .txt {
	background: url(../img/top/arikata_img05.png) no-repeat,#e4e3d8;
	background-position: center 0;
	background-size: 80px;
	width: 920px;
	margin: 0 auto 20px;
	padding: 36px 0 20px;
	text-align: center;
}
#request .requestBox .txt .ttl {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*背景イメージ*/
#request ul li:nth-child(1) {
	background: url(../img/kottou/request_img01.png) no-repeat 20px center;
	background-size: 50px;
}
#request ul li:nth-child(2) {
	background: url(../img/kottou/request_img02.png) no-repeat 20px center;
	background-size: 50px;
}
#request ul li:nth-child(3) {
	background: url(../img/kottou/request_img03.png) no-repeat 20px center;
	background-size: 50px;
}
#request ul li:nth-child(4) {
	background: url(../img/kottou/request_img04.png) no-repeat 20px center;
	background-size: 50px;
}



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

	骨董品ってどんなもの？

-------------------------------------- */
.itemList h3 {
	text-align: center;
	font-size: 24px;
	color: #4C5161;
	font-weight: bold;
	border-bottom: 1px solid #4C5161;
	margin-bottom: 20px;
	padding-bottom: 4px;
}
.itemList h3 p {
	border-bottom: 1px solid #4C5161;
	padding-bottom: 10px;
}
.itemList .text {
	width: 900px;
	margin: 0 auto 20px;
}




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

	このような骨董品の処分にお困りではありませんか？

-------------------------------------- */
#troubled {
	padding: 30px 0;
	background: #fff;
	margin-bottom: 40px;
}

/*タイトル*/
#troubled .troubled-ttl {
	background: #3a3f4e;
	text-align: center;
	width: 940px;
	margin: auto;
	margin-bottom: 20px;
	padding: 24px 0;
	color: #fff;
}
#troubled .troubled-ttl h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
	border-bottom: none;
	font-family: none;
}
#troubled .troubled-ttl p {
	font-size: 14px;
	padding-top: 8px;
}


/*レイアウト*/
#troubled ul {
	width: 836px;
	margin: auto;
	display: flex;
	margin-bottom: 60px;
}
#troubled ul li {
	width: 164px;
	text-align: center;
	margin-right: 60px;
}
#troubled ul li:last-child {
	margin-right: none;
}
#troubled ul li p {
	color: #3a3f4e;
	font-weight: bold;
}

/*テキスト*/
#troubled .textBox {
	background: url(../img/common/pt3.png);
	width: 850px;
	margin: 0 auto 20px;
	padding: 30px 20px;
}
#troubled .textBox .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	color: #3a3f4e;
}
#troubled .textBox p {
	line-height: 30px;
}

/*地域買取注意*/
#troubled .attention {
	width: 850px;
	margin: auto;
	color: #85252E;
	border: 2px solid #85252E;
	padding: 10px;
}




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

エリア

---------------------------------------*/
.cities {
	margin: 0 40px 60;
	background: #fff;
	padding: 40px 30px 20px;
}
.cities .chiikiLBox .ttl {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.cities .chiikiLBox .ttl span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background: url(../img/common/pt3.png);
	text-align: left;
	color: #5b4d31;
	font-weight: bold;
}
.cities .chiikiLBox .ttl::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #5b4d31;
}

.cities .chiikiLBox {
	background: url(../img/common/pt3.png);
	width: 940px;
	margin: auto;
	padding: 40px;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
}
.cities .textBox {
	font-size: 14px;
	padding: 0 20px;
	line-height: 28px;
}
.cities .chiikiLBox .inner {
	margin-bottom: 20px;
}
.cities h3 {
	color: #4C5161;
	font-weight: normal;
	margin-top: 10px;
	padding: 0 20px;
}
.cities h3::before {
	content: "■";
}
.cities .textBox {
	font-size: 14px;
	padding: 0 20px;
}




/*店舗案内
--------------------------------------------------*/
/*タイトル*/
.areashop-title {
	width: 920px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #1c2f4a;
}
.areashop-title p {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #1c2f4a;
	margin-bottom: 2px;
	padding-bottom: 6px;
}

/*地図*/
#summarySMap {
	width: 860px;
	margin: 0 auto 30px;
}


.area-shop-list {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

/*レイアウト*/
.area-shop-list ul {
	width: 860px;
	margin: auto;
}
.area-shop-list ul li{
	margin-bottom: 30px;
}
.area-shop-list ul li:last-child {
	margin-bottom: 0;
}
.area-shop-list ul li h3 {
	background: #dee0ea;
	color: #4C5163;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 10px;
	font-size: 19px;
}

/*インナー*/
.area-shop-list ul li .inner {
	display: flex;
	margin: auto;
}
.area-shop-list ul li .inner .img {
	margin-right: 30px;
}
.area-shop-list ul li .inner .img img{
	width: 330px;
	height: 194px;
	object-fit: cover;
}


/*テーブル*/
.area-shop-list ul li table {
	margin-bottom: 10px;
}
.area-shop-list ul li table tr {
	border-bottom: 4px solid #fff;
}
.area-shop-list ul li table tr th {
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: url(../img/common/pt3.png);
	width: 100px;
	font-weight: normal;
	color: #4C5060;
	vertical-align: middle;
}
.area-shop-list ul li table tr td {
	width: 400px;
	font-size: 15px;
	padding-left: 10px;
	box-sizing: border-box;
}

/*リンクボタン*/
.area-shop-list ul li .linkBtn {
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	background: #4C5060;
}




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

	出張買取が好評です

----------------------------------------*/
.popularity {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
	margin-top: -40px;
}

/*タイトル*/
.popularity .popularityTtl {
	text-align: center;
	width: 930px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #3a4768;
}
.popularity h2 {
	background: #fff;
	color: #3a4768;
	font-size: 26px;
	border-bottom: 2px solid #3a4768;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.popularity span {
	background: none;
	color: #88431d;
	font-size: 32px;
	padding: 0;
	border: none;
}
.popularity h2 br {
	display: none;
}

.popularity .popularityTxt {
	width: 800px;
	margin: 0 auto 10px;
}
.popularity h3 {
	text-align: center;
	font-size: 20px;
	color: #42515f;
	margin-bottom: 10px;
}

/*ボックス*/
.popularity ul {
	width: 930px;
	margin: 0 auto 20px;
}
.popularity ul li {
	height: 350px;
	padding: 20px 10px;
	background: #cedae6;
	border-radius: 6px;
	width: 290px;
	margin-right: 30px;
	float: left;
	box-sizing: border-box;
}
.popularity ul li:last-child {
	margin-right: 0;
}

.popularity ul li .innerTtl {
	font-size: 18px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
				 #fff 1px -1px 0px, #fff -1px -1px 0px;
	color: #42515f;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: center;
}

.popularity ul li p {
	height: 120px;
	border-radius: 6px;
	background: #f1f4f8;
	margin-top: 140px;
	padding: 10px 10px 0;
}


.popularity ul li:nth-child(1) .innerTxt {
	background: url(../img/kottou/popularity_icon1.png) no-repeat center 50px;
}
.popularity ul li:nth-child(2) .innerTxt {
	background: url(../img/kottou/popularity_icon2.png) no-repeat center 50px;
}
.popularity ul li:nth-child(3) .innerTxt {
	background: url(../img/kottou/popularity_icon3.png) no-repeat center 50px;
}


/*出張ページ案内*/
.popularity .btnBox {
	width: 860px;
	margin: 0 auto 20px;
}
.popularity .btnTxt {
	width: 390px;
}
.popularity .btnTxt p {
	background: url(../img/kottou/popularity_icon4.png) no-repeat;
	padding-left: 50px;
	margin-right: 30px;
	float: left;
}
.popularity .btn {
	border-radius: 6px;
	width: 440px;
	float: left;
	background: url(../img/common/arrow.png) no-repeat 94% center,#596281;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.popularity .btn a {
	display: block;
	color: #fff;
	text-decoration: none;
}
/*店頭ページ案内*/
.popularity .shop {
	text-align: center;
	width: 720px;
	margin: 0 auto;
	border: 1px solid #3a4768;
	padding: 10px;
}
.popularity .shop a {
	color: #333;
	font-weight: bold;
}
.popularity .shop span {
	font-size: 16px;
	color: #c34c4c;
	font-weight: bold;
}



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

	所縁ある骨董品

-------------------------------------- */
.relation {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
}
.relation .relation-wrap {
	position: relative;
	background: #e4e3d8;
	margin: 0 20px 20px;
}
.relation .relation-wrap:last-child {
	margin-bottom: 0;
}
.relation .relation-wrap .ttl {
	color: #58564f;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 4px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #928e74;
}

/*テキストコンテンツレイアウト*/
.relation .relation-wrap .img {
	position: absolute;
	top: 66px;
	right: 10px;
	background: #253156;
	width: 308px;
	height: 342px;
}
.relation .relation-wrap img{
-webkit-filter: grayscale(100%) blur(1.2px);
	filter: grayscale(100%) blur(1.2px);
	opacity: .6;
}

.relation .relation-wrap .txt {
	background: #fff;
	margin: 0 20px;
	padding: 0 20px;
}

/*上段テキストレイアウト調整*/
.relation .relation-wrap .txt .txt-in{
	width: 570px;
}
.relation .relation-wrap .txt.t-top {
	padding-top: 20px;
}
.relation .relation-wrap .txt.t-bottom {
	padding-bottom: 20px;
}
.relation .relation-wrap .txt p {
	padding: 10px 0;
}
.relation .relation-wrap .txt p:last-child {
	margin-bottom: 0;/*打消し*/
}

/*下段テキストレイアウト調整*/
.relation .relation-wrap .txt.txtb {
	margin: 10px 20px 30px;
	padding: 20px;
}
.relation .relation-wrap .txt.txtb span{
	display: block;
	border-bottom: 1px solid #928e74;
	margin-bottom: 8px;
}

/*リンクボタン*/
.relation .relation-wrap .relation-btn {
	width: 590px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.relation .relation-wrap .relation-btn a {
	display: block;
	text-decoration: none;
	color: #58564f;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #928e74;
	padding: 14px 0;
	background: url(../img/kottou/common/relation_arrow.png) 94% center no-repeat;
}
.relation .relation-wrap .relation-btn a:hover {
	background: url(../img/kottou/common/relation_arrow.png) 94% center no-repeat,rgba(255,255,255,0.3);
}






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

    登録証

------------------------------------*/
#chiiki .registration {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 0;
}
#chiiki .registration .red {
	font-weight: bold;
	color: #990035;
}
#chiiki .registration .RtextBox .RTtl {
	width: 930px;
	margin: 0 auto 10px;
	background: #396b73;
	color: #fff;
	padding: 4px;
}
#chiiki .registration .RtextBox p {
	width: 900px;
	margin: 0 auto 10px;
}

#chiiki .registration .switching {
	width: 912px;
	margin: 0 auto;
}

/*切り替えボタン*/
#chiiki .registration .switching li {
	background: #666;
	border-radius: 6px;
	width: 66px;
	height: 66px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 0 28px 20px 0;
}
#chiiki .registration .switching li.change {
	background: #456c90;
	cursor: pointer;
}
#chiiki .registration .switching li.change:hover {
	opacity:.8;
}
#chiiki .registration .switching li:last-child {
	margin-right: 0;
}

/*テーブル*/
#chiiki .registration .policeList {
	width: 880px;
	margin: 0 auto 20px;
	border-left: 1px solid #ccc;
}

#chiiki .registration .policeList li {
	box-sizing: border-box;
	width: 176px;
	float: left;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	cursor: pointer;
}
#chiiki .registration .policeList li:hover {
	opacity: .8;
}
/*空白非表示*/
#chiiki .registration .policeList li.listHide {
	display: none;
}



#chiiki .registration .listDetail {
	width: 928px;
	margin: 0 auto 40px;
}
#chiiki .registration .listDetail:last-child{
	margin-bottom: 20px;
}
#chiiki .registration .listDetail .listDTtl {
	background: #959595;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}
#chiiki .registration .listDetail ul li {
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 50px;
}
#chiiki .registration .listDetail .ttl {
	width: 100px;
	text-align: center;
	background: #959595;
	color: #fff;
	line-height: 50px;
}
#chiiki .registration .listDetail .detailIn {
	width: 364px;
	padding-left: 20px;
}
/*フォントサイズ調整用*/
#chiiki .registration .listDetail .detailIn.adjustment {
	padding-top: 4px;
	font-size: 14px;
}
#chiiki .registration .listDetail .detailIn.tel {
	line-height: 50px;
}

#chiiki .registration ul.switching li.is-active,
#chiiki .registration ul.policeList li.is-active,
ul.policeList li.a-column.is-active{
	background-color: #698baa;
}


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

    再発行詳細

------------------------------------*/
#chiiki .registration .reissueDetail {
	width: 928px;
	margin: 0 auto 40px;
}
#chiiki .registration .reissueDetail:last-child{
	margin-bottom: 20px;
}
#chiiki .registration .reissueDetail .reissueDTtl {
	background: #959595;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}
#chiiki .registration .reissueDetail ul li {
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 50px;
}
#chiiki .registration .reissueDetail .ttl {
	width: 100px;
	text-align: center;
	background: #959595;
	color: #fff;
	line-height: 50px;
}
#chiiki .registration .reissueDetail .detailIn {
	width: 364px;
	padding-left: 20px;
}
#chiiki .registration .reissueDetail .detailIn.tel {
	line-height: 50px;
}



/*errorページ
------------------------------------*/
#container .errorMs {
	background: #fff;
	width: 700px;
	margin: 20px auto 60px;
	text-align: center;
	padding: 30px 0;
	border: 3px solid #253156;
}
#container .errorMs p {
	font-size: 18px;
}
#container .backFBtn {
	width: 300px;
	margin: 0 auto;
}

