@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 買取査定用CSS                                                              */
/* 作成日: 2015-03-11                                                               */
/* 最終更新日: 2025-10-15       　                                                  */
/*                                                                                  */
/* ################################################################################ */

.mainContents a.purchaseBtn {
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto 1.5em;
	background: #FF9900;
	background-image: linear-gradient(to bottom, #FF9900, #DB8400);
	border-radius: 5px;
	box-shadow: 0px 4px 0px #A66400;
}
.mainContents a.purchaseBtn:hover {
	opacity: 0.7;
}
.telSpace p {
	color: #1B7DC0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: url(../img/icon_freecall.png) no-repeat left;
	line-height: 1.25;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.telSpace p {
		background: url(../img/icon_freecall_large.png) no-repeat left;
		background-size: 56px 48px;
	}
}
.telSpace p.notes,
.telSpace p.subTxt {
	font-size: 100%;
	background: none;
	color: #333333;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 1.5em;
	line-height: 1.625;
}
.telSpace p.subTxt {
	font-weight: normal;
}
.telSpace p.notes span {
	color: #B20000;
}
.freeService {
	background: url(../../img/share/texture/texture03.png);
	border: 3px solid #44B6DB;
}
.freeService ul li {
	background: url(../img/icon_checkmark.png) no-repeat left;
	padding-left: 1.5em;
	color: #D9331D;
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
}
#menuFirst {
	border-bottom: 1px dotted #333333;
}
#menuFirst h4 {
	background: url(../img/icon_heading_light.png) no-repeat left 0em;
	padding-left: 1.5em;
	font-size: 130%;
	margin-bottom: 1em;
	color: #1D1F85;
}
.mainContentsBox #menuFirst p.partsNote {
	color: #d80000;
	font-size: 80%;
	font-weight: bold;
	margin: -1em 0 1em 0;
}
#menuSecond h4 {
	background: url(../img/icon_heading_question.png) no-repeat left 0em;
	padding-left: 1.75em;
	font-size: 130%;
	margin-bottom: 1em;
	color: #1D1F85;
}
#menuSecond dl ul {
	padding: 0.5em 0;
}
#menuSecond dl ul li {
	font-weight: bold;
	color: #0C87E5;
}
#menuSecond dl ul li.toDoFirst {
	background: url(../img/icon_list_note.png) no-repeat left;
}
#menuSecond dl ul li.toDoSecond {
	background: url(../img/icon_list_lense.png) no-repeat left;
}
#menuSecond dl ul li.toDoThird {
	background: url(../img/icon_list_bubble.png) no-repeat left;
}
.mainContents p.purchaseTxt {
	position: relative;
	margin-bottom: 0;
	padding: 0.25em;
	background: #FDF8E3;
	color: #333333;
	font-size: 140%;
	text-align: center;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	border-bottom: 3px solid #F2D56C;
	width: 90%;
	margin: 0 auto;
}
.purchaseTxt:after {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: "";
}
.purchaseTxt:before {
	position: absolute;
	left: 50%;
	margin-left: -17px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	content: "";
}
.flowBox div.flowDetail,
.flowBox div.flowDetailEnd {
	position: relative;
	background: #FFFFFF;
	overflow: visible;
	border: 1px solid #BCD5DC;
	box-shadow: 0 5px #E5EFF6;
}
.mainContentsBox.flowBox.consignmentFlow p.notes {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 3em;
}
.flowBox div.flowDetail:after {
	position: absolute;
	left: 50%;
	margin-left: -14px;
	content: "";
}
.flowBox div.flowDetail:before {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	content: "";
}
.flowBox div.flowDetailEnd:after {
	border: none;
}
.flowBox div.flowDetailEnd:before {
	border: none;
}
.flowBox.consignmentFlow div.flowDetail ol, 
.flowBox.consignmentFlow div.flowDetailEnd ol {
	margin-left: 20px;
}
.flowBox dl dt {
	clear: both;
	color: #1D1F85;
	font-weight: bold;
	line-height: 2;
	font-size: 110%;
	overflow: hidden;
}
.flowBox dl dt span {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 180%;
	color: #FFFFFF;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #3C40D5;
	/* display: inline-block; */
	text-align: center;
	line-height: 1.25;
	margin: -0.1em 0.25em 0 0;
	float: left;
	font-weight: normal;
	position: relative;
}
.differentReadTxt,
.loanPaymentReadTxt {
	font-size: 110%;
	font-weight: bold;
	color: #D80000;
}
.differentNotes {
	clear: both;
	background: url(../../img/share/texture/texture03.png);
	border: 5px solid #ACAC9D;
	margin: 0 auto;
}
.differentNotes dt {
	color: #D80000;
	font-weight: bold;
	background: url(../img/icon_caution.png) no-repeat left;
}
.necessaryDocSecond ol li span {
	font-size: 85%;
	font-weight: normal;
}
.necessaryDocumentsBox {
	clear: both;
	background: url(../../img/share/texture/texture03.png);
	margin: 0 auto;
	border: 5px solid #ACAC9D;
}
.necessaryDocumentsBox dt {
	background: url(../img/icon_note.png) no-repeat left;
	color: #1246AC;
	font-weight: bold;
	padding-left: 1.5em;
}
.necessaryDocumentsBox dt span {
	color: #333333;
	font-weight: normal;
}
.necessaryDocumentsBox dd {
	margin-bottom: 2em;
	padding-left: 2em;
}
.necessaryDocumentsBox dd ul li span {
	font-weight: bold;
}
.loanPaymentFlow,
.loanPaymentNotes {
	background: url(../../img/share/texture/texture03.png);
	border: 5px solid #ACAC9D;
}
.loanPaymentFlow h4 {
	text-align: center;
	color: #1B7DC0;
	font-size: 110%;
	margin-bottom: 0.5em;
}
.loanPaymentFlow ol {
	list-style-type: none;
}
.loanPaymentFlow ol li {
	padding-left: 4.5em;
	line-height: 2.5;
	margin-left: 1em;
}
.loanPaymentFlow ol li span {
	display: block;
	background: url(../img/bg_arrow.png) no-repeat 40px bottom;
	padding-bottom: 1em;
}
.loanPaymentFlow ol li.flowSixth span {
	background: none;
}
.loanPaymentFlow ol li.flowFirst {
	background: url(../img/icon_procedure_list01.png) no-repeat left 0.5em;
}
.loanPaymentFlow ol li.flowSecond {
	background: url(../img/icon_procedure_list02.png) no-repeat left 0.5em;
}
.loanPaymentFlow ol li.flowThird {
	background: url(../img/icon_procedure_list03.png) no-repeat left 0.5em;
}
.loanPaymentFlow ol li.flowFourth {
	background: url(../img/icon_procedure_list04.png) no-repeat left 0.5em;
}
.loanPaymentFlow ol li.flowFifth {
	background: url(../img/icon_procedure_list05.png) no-repeat left 0.5em;
}
.loanPaymentFlow ol li.flowSixth {
	background: url(../img/icon_procedure_list06.png) no-repeat left 0.5em;
}
.loanPaymentNotes dd li {
	display: inline-block;
	background: url(../img/icon_document.png) no-repeat left;
	padding-left: 1.5em;
	font-weight: bold;
	margin-right: 3em;
}
.reasonBox div {
	background: url(../../img/share/texture/texture04.png) repeat;
	border: 4px solid #F19100;
}
.reasonBox div.telSpace {
	background: none;
	border: none;
	padding: 0;
}
.reasonBox div ol li {
	background: url(../../img/share/bg_list_icon02.png) no-repeat left;
	list-style-type: none;
	color: #1B7DC0;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
.reasonBox dl {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.reasonBox dl dt {
	font-size: 120%;
	color: #3C40D5;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
.reasonBox dl dt span {
	font-size: 65%;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 10px;
	top: -3px;
	border-radius: 100px;
	padding: 0 10px;
	background-image:linear-gradient(180deg,rgb(63,158,39) 0%,rgb(35,88,22) 100%);
	position: relative;
}
.reasonBox dl dd ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.reasonBox dl dd ul li,
.reasonBox dl dd p {
	background: url(../../img/share/bg_list_icon.png) no-repeat left 0.5em;
	padding-left: 0.8em;
}

	.staffInfoWrapper {
	}
	.staffInfoWrapper h2 {
		color: #FFFF00;
		background: #066DB2;
		border-radius: 4rem;
		padding: .5rem 1rem;
		margin-bottom: 1rem;
		font-size: 1.55rem;
		position: relative;
		text-align: center;
	}
	.staffInfoWrapper h2:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -8px;
		border: 8px solid transparent;
		border-top: 15px solid #066DB2;
	}
	.staffInfoWrapper .readTxt {
		margin-bottom: 0;
		font-size: 110%;
		background: none;
	}
	.staffInfoWrapper .readTxt b {
		background: linear-gradient(transparent 55%, #FFFF00 0%);
		padding: 0 1px;
	}
	.staffInfoArea {
		overflow: hidden;
	}
	.staffInfoBox {
		width: 33%;
		float: left;
		margin-bottom: 30px!important;
	}
	.staffInfoBox p {
		padding: inherit;
		text-align: center;
		margin-bottom: 3px!important;
		font-size: 110%;
		color: #333;
		font-weight: bold;
	}
	.staffInfoBox p:nth-of-type(2) {
		position: relative;
		padding-left: 10px;
	}
	.staffInfoBox p:nth-of-type(2)::before {
		content: "";
		position: absolute;
		background-color: #066DB2;
		height: 7px;
		width: 7px;
		border-radius: 30px;
		top: 8px;
		margin-left: -10px;
	}
	.staffInfoBox h3.kanto {background: #006FBB;}
	.staffInfoBox h3.kitakanto {background: #005b97;}
	.staffInfoBox h3.chubu {background: #0088D1;}
	.staffInfoBox h3.tohoku {background: #005BAB;}
	.staffInfoBox h3.kinki {background: #0094DC;}
	.staffInfoBox h3.hokkaido {background: #174299;}
	.staffInfoBox h3.kyusyu {background: #54BCEC;}
	.staffInfoBox h3.hokuriku {background: #006FE9;}
	.staffInfoBox h3.chushikoku {background: #1EA5E6;}

@media screen and (min-width: 737px) {
	.contentBox {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}
	h2 {
		background: url(../../img/share/bg_div_contents_long.png) no-repeat center bottom;
		padding: 0 0 55px 0;
		margin: 0 0 20px 0;
	}
	.mainContents p, .mainContents div {
		margin-bottom: 1em;
	}
	.mainContents h3 {
		background: url(../../img/share/bg_heading02.png) no-repeat left 0.5em;
		color: #1D1F85;
		font-size: 140%;
		margin-bottom: 0.3em;
	}
	.mainContentsBox .imgBox {
		margin: 0 5px 0 10px;
	}
	#menuFirst, #menuSecond {
		margin-top: -81px;
		padding-top: 81px;
	}
	.mainContents a.purchaseBtn {
		font-size: 140%;
		padding: 0.5em 1em;
		width: 75%;
	}
	.mainContents a.purchaseBtn span {
		background: url(../../img/share/bg_btn_mail.png) no-repeat left;
		padding: 1em 2em;
		margin-left: 1em;
		font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	}
	.telSpace p {
		font-size: 450%;
		margin-bottom: 0;
		width: 65%;
	}
	.telSpace p.notes,
	.telSpace p.subTxt {
		width: 100%;
	}
	.freeService {
		padding: 10px;
		width: 80%;
		margin: 0 auto;
	}
	.freeService ul {
		text-align: center;
	}
	.freeService ul li {
		margin: 0 1.75em;
		line-height: 3;
	}
	.kaitoriArea div.imgBox {
		float: right;
	}
	.mainContentsBox #menuFirst p {
		margin-bottom: 3em;
	}
	.mainContentsBox #menuFirst p.partsNote {
		color: #d80000;
		font-size: 80%;
		font-weight: bold;
		margin: -1em 0 1em 0;
	}
	#menuSecond dl ul li {
		font-size: 110%;
		padding-left: 2.75em;
		line-height: 2.5;
	}
	.purchaseTxt:after {
		bottom: -15px;
		border-top: 15px solid #FDF8E3;
	}
	.purchaseTxt:before {
		bottom: -20px;
		border-top: 20px solid #F2D56C;
	}
	.flowBox div.flowDetail,
	.flowBox div.flowDetailEnd {
		min-height: 140px;
		margin-bottom: 2.25em;
		padding: 10px;
	}
	.flowBox.consignmentFlow div.flowDetail {
		min-height: 180px;
	}
	.flowBox.consignmentFlow div.flowDetail.second {
		min-height: 140px;
	}
	.flowBox.consignmentFlow div.flowDetailEnd {
		min-height: 150px;
		margin-bottom: 1em;
	}
	.flowBox div.flowDetail:after {
		bottom: -26px;
		border-top: 26px solid #FFFFFF;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		content: "";
	}
	.flowBox div.flowDetail:before {
		bottom: -28px;
		border-top: 28px solid #BCD5DC;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		content: "";
	}
	.flowBox dl {
		width: 70%;
		float: left;
	}
	.flowBox dl dt {
		padding: 5px 20px 14px 0;
	}
	.differentNotes, 
	.necessaryDocumentsBox {
		padding: 20px 20px 0 20px;
	}
	.differentNotes dl {
		margin-bottom: 2em;
	}
	.differentNotes dt {
		font-size: 110%;
		padding-left: 1.5em;
		margin-bottom: 0.75em;
	}
	.necessaryDocTxt {
		float: left;
		width: 60%;
	}
	.necessaryDocFirst ol {
		margin-left: 2.25em;
	}
	.necessaryDocFirst ol li {
		color: #0C87E5;
		font-weight: bold;
		font-size: 120%;
	}
	.necessaryDocSecond ol {
		margin-left: 1.75em;
	}
	.necessaryDocSecond ol li {
		font-weight: bold;
		font-size: 105%;
	}
	.necessaryDocNotes {
		font-size: 80%;
		font-weight: bold;
		margin: 2.5em 0 2em 0;
		clear: both;
	}
	.necessaryDocNotes span {
		display: block;
		margin-left: 1em;
	}
	.necessaryDocumentsBox dt {
		background: url(../img/icon_note.png) no-repeat left;
		color: #1246AC;
		font-size: 110%;
		font-weight: bold;
		padding-left: 1.5em;
		margin-bottom: 0.75em;
	}
	.necessaryDocumentsBox dt span {
		font-size: 90%;
	}
	.loanPaymentTxt {
		float: left;
		width: 45%;
	}
	.loanPaymentFlow {
		float: right;
		padding: 5px;
		width: 40%;
	}
	.loanPaymentNotes {
		clear: both;
		margin: 0 auto;
		padding: 5px 20px 0 20px;
	}
	.loanPaymentNotes dd li {
		line-height: 3;
		font-size: 105%;
	}
	.reasonBox div {
		padding: 10px 40px;
	}
	.reasonBox div ol li {
		line-height: 2;
		font-size: 120%;
		padding-left: 1em;
	}
	.reasonBox dl dt {
		background: url(../../img/share/bg_heading03.png) no-repeat left;
		padding-left: 0.8em;
		font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	}
	.staffInfoBox h3 {
		background: none;
		display: inherit;
		padding: 1px 0;
		width: 74%;
		margin: 0 auto;
		height: inherit;
		color: #FFF;
		text-indent: inherit;
		text-align: center;
		font-size: 92%;
		border-radius: 1rem;
	}
}

@media screen and (max-width: 736px) {
	h2 {
		background: none;
		padding-left: 0;
	}
	h3 {
		background: url(../../img/share/bg_heading02.png) no-repeat left 0.5em;
		padding-left: 1em;
		line-height: 1.625;
		clear: both;
		color: #1D2086;
		margin-left: 5px;
	}
	.mainContents img {
		width: 100%;
		height: auto;
	}
	.mainContents a.purchaseBtn {
		font-size: 130%;
		padding: 0.5em;
		width: 85%;
	}
	.mainContents a.purchaseBtn span {
		padding: 0.5em;
		font-weight: 700;
	}
	.telSpace p {
		font-size: 300%;
		margin: 0 5px;
		padding-left: 25px;
		width: 7em;
		margin: 0 auto!important;
	}
	.telSpace p.notes,
	.telSpace p.subTxt {
		padding-left: 0;
		width: inherit;
	}
	.telSpace p.subTxt {
		text-align: left;
		margin: 0 5px;
		width: 98%;
	}
	.telSpace p.notes span {
		text-align: left;
		display: block;
		margin: 0 5px;
	}
	.freeService {
		padding: 5px;
		width: 90%;
		margin: 0 auto 15px;
	}
	.freeService ul li {
		margin: 0 0.5em;
		line-height: 2;
	}
	#menuFirst {
		margin-bottom: 1em;
		padding: 5px;
	}
	#menuSecond {
		padding: 5px;
	}
	.kaitoriArea p {
		margin: 0 5px 10px 5px;
	}
	.mainContentsBox #menuFirst p {
		margin: 0 5px 25px;
	}
	.mainContentsBox #menuFirst p.partsNote {
		margin: 0 0 1em;
	}
	#menuSecond dl ul li {
		font-size: 100%;
		padding: 0.5em 0 0.5em 2.75em;
		line-height: 1.625;
	}
	.purchaseTxt:after {
		bottom: -10px;
		border-top: 11px solid #FDF8E3;
	}
	.purchaseTxt:before {
		bottom: -15px;
		border-top: 15px solid #F2D56C;
	}
	.flowBox div.flowDetail,
	.flowBox div.flowDetailEnd {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 1.5em;
		padding: 5px;
	}
	.flowBox.consignmentFlow div.flowDetailEnd {
		margin-bottom: 1em;
	}
	.flowBox div.flowDetail:after {
		bottom: -12px;
		border-top: 12px solid #FFFFFF;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		content: "";
	}
	.flowBox div.flowDetail:before {
		bottom: -15px;
		border-top: 14px solid #BCD5DC;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		content: "";
	}
	.kaitoriArea #menuFirst div.imgBox, 
	.mainContents .flowBox div.flowDetail div.imgBox, 
	.mainContents .flowBox div.flowDetailEnd div.imgBox {
		display: none;
	}
	.flowBox dl dt {
		padding: 5px 20px 5px 0;
	}
	.differentNotes {
		padding: 10px;
		width: 90%;
		margin-bottom: 10px;
	}
	.differentNotes dl {
		margin-bottom: 1em;
	}
	.differentNotes dt {
		padding: 0.25em 0 0.25em 2.25em;
		margin-bottom: 0.5em;
		line-height: 1.25;
	}
	.necessaryDocFirst, .necessaryDocSecond {
		padding: 0 5px;
	}
	.necessaryDocFirst ol {
		padding-left: 25px;
		overflow: hidden;
	}
	.necessaryDocFirst ol li {
		color: #0C87E5;
		font-weight: bold;
		float: left;
		margin-right: 35px;
	}
	.necessaryDocSecond ol {
		margin-left: 1.75em;
	}
	.necessaryDocSecond ol li {
		font-weight: bold;
	}
	.necessaryDocNotes {
		font-size: 80%;
		font-weight: bold;
		margin: 10px 5px;
		clear: both;
	}
	.necessaryDocNotes li {
		margin-bottom: 5px;
	}
	.necessaryDocNotes span {
		margin-left: 0.5em;
	}
	.necessaryDocumentsBox {
		width: 92%;
		margin: 0 auto 20px;
		padding: 5px 5px 0 5px;
	}
	.necessaryDocumentsBox dt {
		background: url(../img/icon_note.png) no-repeat left top;
		margin-bottom: 0.25em;
	}
	.necessaryDocumentsBox dt span {
		display: block;
		font-size: 85%;
	}
	.loanPaymentFlow {
		padding: 5px;
		width: 92%;
		margin: 0 auto 30px;
	}
	.loanPaymentNotes {
		clear: both;
		padding: 5px;
		width: 92%;
		margin: 0 auto 10px;
	}
	.loanPaymentNotes dd li {
		background: url(../img/icon_document.png) no-repeat left top;
		font-size: 100%;
		margin: 0 30px 5px 0;
	}
	.reasonBox div {
		padding: 5px;
		width: 92%;
		margin: 0 auto 10px;
	}
	.reasonBox div ol li {
		line-height: 1.625;
		font-size: 110%;
		background: url(../../img/share/bg_list_icon02.png) no-repeat left 10px;
		padding-left: 0.5em;
		font-family: "GenshinGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	}
	.staffInfoWrapper h2 {
		width: 88%;
		margin: 0 auto;
		margin-bottom: 1.5rem;
		line-height: 1.2;
		padding: .5rem 1rem;
		font-size: 140%;
	}
	.staffInfoWrapper .readTxt {
		box-shadow: none;
	}
	.staffInfoBox {
		width: 48%;
		padding: 0 1%;
	}
	.staffInfoBox h3 {
		padding: 1px 0;
		margin-bottom: 0;
		font-size: 94%;
	}
	.staffInfoBox h3 {
		width: 90%;
		margin: 0 auto;
		color: #FFF;
		text-align: center;
		font-size: 92%;
		border-radius: 1rem;
	}

}