@charset "UTF-8";
/* -------------------------------------------------- */
/* 出張買取 visit */
/* -------------------------------------------------- */
/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "BUSINESS TRIP PURCHASE";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

/* 導入 */
/*
.contGray.vis {
	padding-top: 35px;
}
*/

.visintroTxt {
	margin-bottom: 45px;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.075em;
}

.visintroPh {
	margin-bottom: 55px;
}

.visintroPh img {
	width: 100%;
	height: auto;
}

/* 出張買取はこのようなお悩みにぴったり！ */
.visworryList {
	padding: 0 20px;
}

.visworryList li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 50px;
}

.visworryListQ {
	width: 675px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 100px;
	position: relative;
}

.visworryListQ:after {
	width: 100px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../../img/visit/arrow_right.svg) no-repeat center center/36px auto;
}

.visworryListQImg {
	width: 123px;
	margin-right: -20px;
}

.visworryListQImg img {
	width: 100%;
	height: auto;
}

.visworryListQBodyTit {
	width: 463px;
	height: 74px;
	margin-bottom: 15px;
	padding-top: 15px;
	background: url(../../img/visit/pict_bubble1.svg) no-repeat center center/cover;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.075em;
	text-align: center;
}

.visworryListQBodyTxt {
	padding-left: 50px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

.visworryListA {
	width: calc(100% - 675px);
}

.visworryListATxt {
	font-size: 2.6rem;
	line-height: 1.46154;
	letter-spacing: 0.075em;
	font-weight: 700;
	text-align: center;
}

.visworryListATxt span {
	font-size: 1.26923em;
	font-feature-settings: "palt";
}

.visworryFollow {
	padding: 0 60px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: solid 4px #CCEADA;
	border-bottom: solid 4px #CCEADA;
}

.visworryFollowBody {
	padding: 30px 0;
	padding-right: 40px;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.075em;
}

.visworryFollowPict {
	margin: -12px 0 0 0;
}

/* 日本全国どこでも出張します！ */
.visalljp {
	margin-bottom: 90px;
}

.visalljp .uniPara {
	margin-bottom: 40px;
	text-align: center;
}

.visalljpBody {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.visalljpBodyMap {
	width: 337px;
}

.visalljpBodyMap img {
	width: 100%;
	height: auto;
}

.visalljpBodyPref {
	padding-left: 40px;
}

.visalljpBodyPref table {
	width: 100%;
	margin-top: -0.4em;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0em;
}

.visalljpBodyPref table th {
	width: 4em;
	padding: 0.4em 1em 0.4em 0;
	text-align: right;
	font-weight: 700;
	white-space: nowrap;
}

.visalljpBodyPref table td {
	padding: 0.4em 1em 0.4em 0;
}

.visalljpBodyPref table td ul li {
	display: inline-block;
}

.visalljpBodyPref table td ul li:not(:last-child) {
	margin-right: 1em;
}

/* 出張買取の流れ */
.buyflow {
	margin-bottom: 120px;
}

.buyflowStep {
	margin-bottom: 50px;
	padding-top: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.buyflowStep li {
	width: 366px;
	height: 450px;
	padding-right: 30px;
	background: url(../../img/visit/pict_bubble2.svg) no-repeat center center/cover;
}

.buyflowStep li:last-child {
	width: 337px;
	padding-right: 0;
	background: url(../../img/visit/pict_bubble3.svg) no-repeat center center/cover;
}

.buyflowStepNum {
	width: 79px;
	height: 79px;
	margin: -40px auto 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 4px #CCEADA;
	border-radius: 50%;
	color: #009847;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.buyflowStepNumHead {
	display: block;
	font-size: 1.6rem;
}

.buyflowStepNumBody {
	display: block;
	font-size: 3.0rem;
}

.buyflowStepTit {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
}

.buyflowStepPict {
	width: 95px;
	margin: 0 auto 30px;
}

.buyflowStepPict img {
	width: 100%;
	height: auto;
}

.buyflowStepTxt {
	margin-bottom: 15px;
	padding: 0 30px;
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
}

.buyflowStepLink {
	padding: 0 30px;
}

.buyflowStepLink a {
	width: auto;
	height: auto;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em 2em 0.5em 1em;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #009847;
	border: solid 1px #009847;
	background-color: #FFFFFF;
	background-image: url(../../img/common/arrow_right_green.svg);
	background-repeat: no-repeat;
	background-position: right 0.5em center;
	background-size: 0.83em auto;
}

.buyflowNote {
	padding: 25px;
	border: solid 1px #B72727;
}

.buyflowNoteTit {
	margin-bottom: 0.75em;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.buyflowNoteTxt {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0.05em;
}

/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	/* 出張買取はこのようなお悩みにぴったり！ */
	.visworryList {
		padding: 0 1.7vw;
	}
	.visworryList li {
		margin-bottom: 4.2vw;
	}
	.visworryListQ {
		width: 56.3vw;
		padding-right: 8.3vw;
	}
	.visworryListQ:after {
		width: 8.3vw;
		background: url(../../img/visit/arrow_right.svg) no-repeat center center/3vw auto;
	}
	.visworryListQImg {
		width: 10.3vw;
		margin-right: -1.7vw;
	}
	.visworryListQBodyTit {
		width: 38.6vw;
		height: 6.2vw;
		margin-bottom: 1.3pxvw;
		padding-top: 1.3vw;
	}
	.visworryListQBodyTxt {
		padding-left: 4.2vw;
	}
	.visworryListA {
		width: calc(100% - 56.3vw);
	}
	.visworryFollow {
		padding: 0 5vw;
	}
	.visworryFollowBody {
		padding: 2.5vw 0;
		padding-right: 3.3vw;
	}
	.visworryFollowPict {
		margin: -1vw 0 0 0;
	}
	/* 日本全国どこでも出張します！ */
	.visalljp {
		margin-bottom: 7.5vw;
	}
	.visalljp .uniPara {
		margin-bottom: 3.3vw;
	}
	.visalljpBodyMap {
		width: 28.1vw;
	}
	.visalljpBodyPref {
		padding-left: 3.3vw;
	}
	/* 出張買取の流れ */
	.buyflow {
		margin-bottom: 10vw;
	}
	.buyflowStep {
		padding-top: 3.3vw;
	}
	.buyflowStep li {
		width: 30.5vw;
		height: 37.5vw;
		padding-right: 2.5vw;
	}
	.buyflowStep li:last-child {
		width: 28.1vw;
	}
	.buyflowStepNum {
		width: 6.6vw;
		height: 6.6vw;
		margin: -3.3vw auto 1.7vw;
	}
	.buyflowStepTit {
		margin-bottom: 1.7vw;
	}
	.buyflowStepPict {
		width: 7.9vw;
		margin: 0 auto 2.5vw;
	}
	.buyflowStepTxt {
		margin-bottom: 1.3vw;
		padding: 0 2.5vw;
	}
	.buyflowStepLink {
		padding: 0 2.5vw;
	}
}

/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.buyflowStepLink a {
		transition: 0.3s ease-in-out;
	}
	.buyflowStepLink a:hover {
		background-color: #009847;
		color: #FFFFFF;
		background-image: url(../../img/common/arrow_right_white.svg);
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	/* 導入 */
/*
	.contGray.vis {
		padding-top: 25px;
	}
*/
	.visintroTxt {
		margin-bottom: 35px;
		font-size: 1.4rem;
	}
	.visintroPh {
		margin-bottom: 35px;
	}
	/* 出張買取はこのようなお悩みにぴったり！ */
	.visworryList {
		padding: 0;
	}
	.visworryList li {
		margin-bottom: 4.2vw;
	}
	.visworryListQ {
		width: 60vw;
		padding-right: 5vw;
	}
	.visworryListQ:after {
		width: 8.3vw;
		background: url(../../img/visit/arrow_right.svg) no-repeat center center/3vw auto;
	}
	.visworryListQImg {
		width: 10.3vw;
		margin-right: -1.7vw;
	}
	.visworryListQBodyTit {
		width: 38.6vw;
		height: 6.2vw;
		margin-bottom: 1.3pxvw;
		padding-top: 1.3vw;
		font-size: 1.6rem;
	}
	.visworryListQBodyTxt {
		padding-left: 4.2vw;
		font-size: 1.3rem;
	}
	.visworryListA {
		width: calc(100% - 60vw);
	}
	.visworryListATxt {
		font-size: 1.8rem;
	}
	.visworryFollow {
		padding: 0 3.3vw;
	}
	.visworryFollowBody {
		padding: 2.5vw 0;
		padding-right: 3.3vw;
		font-size: 1.6rem;
	}
	.visworryFollowPict {
		margin: -1vw 0 0 0;
	}
	/* 日本全国どこでも出張します！ */
	.visalljp {
		margin-bottom: 50px;
	}
	.visalljp .uniPara {
		margin-bottom: 3.3vw;
	}
	.visalljpBodyMap {
		width: 28.1vw;
	}
	.visalljpBodyPref {
		padding-left: 3.3vw;
	}
	.visalljpBodyPref table {
		font-size: 1.4rem;
	}
	/* 出張買取の流れ */
	.buyflow {
		margin-bottom: 50px;
	}
	.buyflowStep {
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.buyflowStep li {
		width: 30.5vw;
		height: 37.5vw;
		padding-right: 2.5vw;
	}
	.buyflowStep li:last-child {
		width: 28.1vw;
	}
	.buyflowStepNum {
		width: 6.6vw;
		height: 6.6vw;
		margin: -3.3vw auto 1.7vw;
	}
	.buyflowStepNumHead {
		font-size: 1.4rem;
	}
	.buyflowStepNumBody {
		font-size: 2.1rem;
	}
	.buyflowStepTit {
		margin-bottom: 1.7vw;
		font-size: 1.6rem;
	}
	.buyflowStepPict {
		width: 7.1vw;
		margin: 0 auto 0.8vw;
	}
	.buyflowStepTxt {
		margin-bottom: 1.3vw;
		padding: 0 2.5vw;
		font-size: 1.3rem;
		line-height: 1.35;
	}
	.buyflowStepLink {
		padding: 0 2.5vw;
	}
	.buyflowStepLink.unilinkWhite a {
		padding: 0.5em 1.5em 0.5em 0.75em;
		font-size: 1.0rem;
		background-position: right 0.25em center;
	}
	.buyflowNote {
		padding: 15px;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	/* 導入 */
/*
	.contGray.vis {
		padding-top: 15px;
	}
*/
	.visintroTxt {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.visintroPh {
		margin-bottom: 20px;
	}
	/* 出張買取はこのようなお悩みにぴったり！ */
	.visworryList {
		padding: 0;
	}
	.visworryList li {
		margin-bottom: 40px;
		display: block;
		-webkit-align-items: inherit;
		    -ms-flex-align: inherit;
		        align-items: inherit;
	}
	.visworryListQ {
		width: 100%;
		max-width: 355px;
		margin: 0 auto;
		padding-right: 0;
	}
	.visworryListQ:after {
		width: 100%;
		height: 30px;
		background: url(../../img/visit/arrow_down.svg) no-repeat center center/36px auto;
		top: inherit;
		right: inherit;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.visworryListQImg {
		width: 10.3vw;
		min-width: 60px;
		margin-right: -1.7vw;
	}
	.visworryListQBody {
		margin-bottom: 30px;
	}
	.visworryListQBodyTit {
		width: 38.6vw;
		min-width: 290px;
		height: 6.2vw;
		min-height: 46px;
		margin-bottom: 5px;
		padding-top: calc(5px + 0.5vw);
		font-size: 1.5rem;
	}
	.visworryListQBodyTxt {
		width: 38.6vw;
		min-width: 290px;
		padding-left: 20px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.visworryListA {
		width: 100%;
	}
	.visworryListATxt {
		font-size: 2.1rem;
		line-height: 1.3;
	}
	.visworryFollow {
		padding: 0;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		border-top: solid 3px #CCEADA;
		border-bottom: solid 3px #CCEADA;
	}
	.visworryFollowBody {
		width: calc(100% - 130px);
		padding: 2.5vw 0;
		padding-right: 0;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.visworryFollowPict {
		width: 130px;
		margin: 0;
	}
	.visworryFollowPict img {
		width: 100%;
		height: auto;
	}
	/* 日本全国どこでも出張します！ */
	.visalljp {
		margin-bottom: 15px;
	}
	.visalljp .uniPara {
		margin-bottom: 0;
		text-align: left;
	}
	.visalljpBody {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		display: block;
	}
	.visalljpBodyMap {
		width: 337px;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
	}
	.visalljpBodyPref {
		padding-left: 40px;
		padding-left: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.visalljpBodyPref table {
		width: 100%;
		margin-top: -0.4em;
		font-size: 1.6rem;
		line-height: 1.2;
		letter-spacing: 0em;
		max-width: 565px;
		margin-top: 0;
		font-size: 1.4rem;
	}
	.visalljpBodyPref table th {
		width: 4em;
		padding: 0.4em 1em 0.4em 0;
		text-align: right;
		font-weight: 700;
		white-space: nowrap;
	}
	.visalljpBodyPref table td {
		padding: 0.4em 1em 0.4em 0;
	}
	.visalljpBodyPref table td ul li {
		display: inline-block;
	}
	.visalljpBodyPref table td ul li:not(:last-child) {
		margin-right: 1em;
	}
	/* 出張買取の流れ */
	.buyflow {
		margin-bottom: 15px;
	}
	.buyflowStep {
		margin-bottom: 15px;
		padding-top: 25px;
		display: block;
		-webkit-justify-content: inherit;
		    -ms-flex-pack: inherit;
		        justify-content: inherit;
	}
	.buyflowStep li {
		width: 100%;
		height: auto;
		max-width: 474px;
		margin: 0 auto 55px;
		padding: 0 15px 15px !important;
		background: none;
		border: solid 1px #009847;
		position: relative;
	}
	.buyflowStep li:after, .buyflowStep li:before {
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		left: 50%;
	}
	.buyflowStep li:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-width: 17px;
		border-bottom-width: 17px;
		border-left-width: 19px;
		border-right-width: 19px;
		margin-left: -19px;
		border-top-color: #FFFFFF;
	}
	.buyflowStep li:before {
		border-color: rgba(0, 152, 71, 0);
		border-top-width: 17px;
		border-bottom-width: 17px;
		border-left-width: 20px;
		border-right-width: 20px;
		margin-left: -20px;
		margin-top: 1px;
		border-top-color: #009847;
	}
	.buyflowStep li:last-child {
		width: 100%;
		margin-bottom: 0;
		background: none;
	}
	.buyflowStep li:last-child:after, .buyflowStep li:last-child:before {
		display: none;
	}
	.buyflowStepNum {
		width: 65px;
		height: 65px;
		margin: -33px auto 10px;
		font-family: sans-serif;
		font-weight: bold;
		background-color: #FFFFFF;
		position: relative;
	}
	.buyflowStepNum:after {
		width: 65px;
		height: 65px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
		content: "";
		border: solid 5px #FFFFFF;
		border-radius: 50%;
	}
	.buyflowStepNumHead {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.buyflowStepNumBody {
		font-size: 2.1rem;
	}
	.buyflowStepTit {
		font-size: 2.1rem;
		font-weight: bold;
	}
	.buyflowStepPict {
		width: 85px;
		margin-bottom: 15px;
	}
	.buyflowStepTxt {
		margin-bottom: 0;
		padding: 0;
	}
	.buyflowStepLink {
		padding: 15px 0 0;
		text-align: center;
	}
	.buyflowNote {
		padding: 15px;
	}
	.buyflowNoteTit {
		margin-bottom: 0.75em;
		font-size: 1.6rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		font-weight: 700;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.buyflowNoteTxt {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.4rem;
		line-height: 1.71429;
		letter-spacing: 0.05em;
		font-size: 1.2rem;
	}
}
