@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

	{
	-webkit-appearance: none;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	border: none;
}

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}


/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

main {
	padding-top: 100px;
}

#container {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .1em;
	z-index: 999;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rubik {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* header */
header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 22222;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
}

header img {
	max-width: 100%;
}

/*
header.fixed {
	position: fixed;
	background: #000;
	z-index: 9990
}
*/

#headerLogoBox {
	display: flex;
	align-items: center;
}

#headerInner {
	box-sizing: border-box;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	line-height: 1;
}

#headerLogo {
	width: 160px;
}

#headerLogo a {
	display: block;
}

#headerLink {
	width: 75%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: calc((30/1920)*100vw);
}

#headerTel {
	display: inline-block;
	margin-right: 20px;
	color: #000;
}

#headerTel p.telLink {
	display: flex;
	margin-bottom: 2px;
	font-size: 4.0rem;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.01em;
	align-items: center;
}

p.telLink a {
	color: #000;
}

#headerTel p.telLink:before {
	content: "";
	display: inline-block;
	background: url(img/freedial.svg) no-repeat center;
	background-size: contain;
	width: 48px;
	height: 30px;
	margin-right: 5px;
}

#headerTel p.timeInfo {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: normal;
}

#headerForm {
	max-width: 300px;
	margin-right: 10px;
}

#headerLine {
	max-width: 320px;
}

#headerForm a,
#headerLine a {
	display: flex;
	width: 200px;
	height: 60px;
	background: #cc006b;
	border-bottom: solid 2px #b80061;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	position: relative;
}

#headerLine a {
	background-color: #53b535;
	border-bottom: solid 2px #37941a;
}

#headerForm a:active {
	border-bottom: solid 2px #cc006b;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#headerLine a:active {
	border-bottom: solid 2px #53b535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.formTxt:before {
	content: "";
	display: inline-block;
	background: url(img/mail.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 20px;
}

.lineTxt:before {
	content: "";
	display: inline-block;
	background: url(img/line.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 18px;
}

.formTxt,
.lineTxt {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}

.formTxt {
	letter-spacing: -0.05em;
}


/* 検索窓 */

#searchWrap {
	height: 60px;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
}

#searchWrapInner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	vertical-align: middle;
}

#searchBox {
	height: 40px;
	display: flex;
	justify-content: left;
	align-items: center;
	border-radius: 5px;
}

#searchTxt {
	width: auto;
	height: 40px;
	padding: 0 15px;
	background: #e9a83f;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

#searchBoxInner {
	width: 320px;
	height: 40px;
	padding: 0 15px;
	border: none;
	border-radius: 0;
}

#submitBtn {
	width: 60px;
	height: 40px;
	border: none;
	background: url(img/glass.svg) no-repeat center #e9a83f;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

/* fv */
#fv {
	overflow: hidden;
	width: 100%;
	height: auto;
}

#fv img {
	width: 100%;
	height: auto;
}

/* 共通 */

.bgSec {
	background: #333;
}

.secInner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.secInner img {
	max-width: 100%;
	height: auto;
}

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

.secTit {
	display: flex;
	margin-bottom: 20px;
	color: #000;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.1em;
	align-items: center;
	flex-direction: column;
}

.secTit.noTxt {
	margin-bottom: 40px;
}

.bgSec .secTit {
	color: #fff;
}

.circle {
	width: 100px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.circle span {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	background: #0093d3;
}

.circle span:nth-child(2) {
	background: #cc006b;
}

.circle span:nth-child(3) {
	background: #fff10c;
}

.circle span:nth-child(4) {
	background: #808080;
}

.headTxt {
	margin-bottom: 40px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
}

.bgSec .headTxt {
	color: #fff;
}

/* コンバージョン */
.convSec {
	background-color: #f1f7f9;
	background-image:
		linear-gradient(#fff 50%, transparent 50%);
	background-size: 5px 5px;
}

.convSecInner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.convCont {
	width: 96%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.yellowBox {
	width: 98%;
	max-width: 1000px;
	margin-bottom: 30px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #ffff00;
}

.convTxt {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}

.yellowInner {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blackBox {
	width: 72px;
	height: 72px;
	display: flex;
	background: #000;
	color: #fff;
	font-size: 2.4rem;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	font-weight: 700;
}

.whiteTxt {
	margin: -10px 15px 0;
	font-size: 7.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	-webkit-text-stroke: 4px #000;
	text-stroke: 1px #000;
	position: relative;
}

.whiteTxt:before {
	content: "即現金買取";
	-webkit-text-stroke: 0;
	position: absolute;
}

.blueTxt {
	width: 40%;
	max-width: 380px;
	padding: 10px 0;
	background: #fff;
	color: #0093d3;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.convList {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.convTel {
	display: inline-block;
	margin-right: 20px;
	color: #000;
}

.convTel p.telLink {
	display: flex;
	margin-bottom: 2px;
	font-size: 5.4rem;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.01em;
	line-height: 1.0;
	align-items: center;
}

p.telLink a {
	color: #000;
}

.convTel p.telLink:before {
	content: "";
	display: inline-block;
	background: url(img/freedial.svg) no-repeat center;
	background-size: contain;
	width: 60px;
	height: 40px;
	margin-right: 10px;
}

.convTel p.timeInfo {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
}

.convForm {
	max-width: 300px;
	margin-right: 10px;
}

.convLine {
	max-width: 320px;
}

.convForm a,
.convLine a {
	display: flex;
	width: 240px;
	height: 80px;
	background: #cc006b;
	border-bottom: solid 2px #b80061;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	position: relative;
}

.convLine a {
	background-color: #53b535;
	border-bottom: solid 2px #37941a;
}

.convForm a:active {
	border-bottom: solid 2px #cc006b;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.convLine a:active {
	border-bottom: solid 2px #53b535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.formTxt:before {
	content: "";
	display: inline-block;
	background: url(img/mail.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 22px;
}

.lineTxt:before {
	content: "";
	display: inline-block;
	background: url(img/line.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 22px;
}

.convForm .formTxt,
.convLine .lineTxt {
	margin-top: 5px;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	line-height: 1;
}

.formTxt {
	letter-spacing: -0.05em;
}

.convForm p,
.convLine p {
	line-height: 1.3;
}

.convImg {
	height: 320px;
}

.convImg img {
	height: 100%;
}

/* トレンドカメラが選ばれる理由 */
#reasonList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#reasonList li {
	width: 32%;
	max-width: 360px;
	height: 260px;
	margin-bottom: 3%;
	padding: 30px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

#reasonList li.wide {
	width: 49%;
	max-width: 570px;
}

#reasonList li:before {
	height: 0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	border-bottom: solid 50px #333;
	border-left: solid 50px transparent;
}

#reasonList li:after {
	height: 0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	border-bottom: solid 50px transparent;
	border-left: solid 50px #e5e5e5;
}

.listTit {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #0093d3;
	display: flex;
	align-items: center;
}

.listTit span {
	font-size: 3.0rem;
}

#reasonList li .listTit:after {
	content: "";
	display: inline-block;
	background-size: contain;
	height: 60px;
	margin-left: 20px;
}

#reasonList li:first-child .listTit:after {
	background: url(img/reason01.svg) no-repeat;
	width: 110px;
}

#reasonList li:nth-child(3) .listTit:after {
	background: url(img/reason03.svg) no-repeat;
	width: 80px;
}

#reasonList li:nth-child(4) .listTit:after {
	background: url(img/reason04.svg) no-repeat;
	height: 54px;
	width: 56px;
}

#reasonList li:nth-child(5) .listTit:after {
	background: url(img/reason05.svg) no-repeat;
	width: 40px;
}

#reasonList li:nth-child(6) .listTit:after {
	background: url(img/reason06.svg) no-repeat;
	width: 62px;
	height: 64px;
}

#reasonList li:nth-child(7) .listTit:after {
	background: url(img/reason07.svg) no-repeat;
	width: 50px;
}

#reasonList li:nth-child(8) .listTit:after {
	background: url(img/reason08.svg) no-repeat;
	width: 64px;
	height: 64px;
}

.listTxt {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: left;
}

.listImg {
	vertical-align: bottom;
}

/* 高額査定対象 */

.targetTit {
	display: inline-block;
	padding: 15px 50px 15px 30px;
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
}

.targetTit:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #e5e5e5;
	transform: scaleY(1.2) perspective(1.5em) rotateX(5deg);
	transform-origin: bottom left;
	-moz-transform: scaleY(1.2) perspective(1.5em) rotateX(5deg);
	-moz-transform-origin: bottom left;
	-webkit-transform: scaleY(1.2) perspective(1.5em) rotateX(5deg);
	-webkit-transform-origin: bottom left;
}

.targetTit span {
	background: linear-gradient(transparent 50%, #e9a83f 30%);
}

.targetList {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.targetList li {
	width: 24%;
	max-width: 280px;
	margin-bottom: 30px;
}

.targetList li p {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.targetList li img {
	max-width: 100%;
	margin-bottom: 10px;
	border: 1px solid #bfbfbf;
}

#caution {
	margin-bottom: 80px;
	padding: 30px 0;
	border-top: solid 2px #bfbfbf;
	border-bottom: solid 2px #bfbfbf;
	text-align: center;
}

.cautionTit {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 30px;
	background: #da0000;
	color: #fff;
	font-size: 2.4rem;
}

.cautionTxt {
	display: inline-block;
	font-size: 1.8rem;
	text-align: left;
}

/* 買取事例 */

#caseList {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 40px;
}

#caseList li {
	width: 32%;
	max-width: 380px;
	padding: 30px;
	background: rgba(0, 0, 0, 0.03);
}

#caseList li img {
	width: 100%;
}

.caseTxt {
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 20px;
}

#wait {
	padding: 30px 40px;
	background: url(img/man01.svg) no-repeat rgba(0, 0, 0, 0.03);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	background-position: left bottom;
	background-position-x: 30px;
	background-position-y: 70px;
}

#waitDialogue {
	margin-bottom: 20px;
	padding: 10px 80px 10px 70px;
	background: #fff;
	border: 2px solid #000;
	color: #000;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-style: italic;
	position: relative;
}

#waitDialogue:before {
	display: inline-block;
	content: "";
	background: url(img/fukidashi.svg) no-repeat;
	background-size: contain;
	width: 50px;
	height: 60px;
	position: absolute;
	top: 73px;
	left: 40px;
}

#waitTit {
	margin-bottom: 10px;
	font-size: 3.0rem;
	color: #0093d3;
	font-weight: 700;
}

#waitList {
	width: 72%;
	margin-bottom: 10px;
}

#waitList li {
	margin-bottom: 5px;
	color: #000;
	font-size: 2.4rem;
	position: relative;
}

#waitList li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left: 16px solid #3388dd;
	margin-right: 20px;
}

.waitTxt {
	font-size: 2.0rem;
}

/* 高く売るポイント */

.pointBox {
	margin-bottom: 50px;
	padding: 40px;
	background: rgba(0, 0, 0, 0.03);
	position: relative;
}

.pointBox:last-child {
	margin-bottom: 0;
}

.pointTit {
	color: #0093d3;
	font-size: 2.8rem;
	font-weight: 700;
	position: absolute;
	top: -20px;
	left: 0;
}

.pointTit span {
	margin-right: 10px;
	font-size: 3.2rem;
	letter-spacing: 0;
}

.pointTit span:before {
	content: "";
	display: inline-block;
	background: url(img/point.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 30px;
	margin-right: 10px;
}

.pointTxt {
	font-size: 1.6rem;
}

/* 選べる買取方法 */

#methodTabWrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.methodTab {
	height: auto;
	padding: 20px 30px 30px;
	background: #fff;
}

#tab1 {
	width: 56%;
	max-width: 660px;
	position: relative;
}

#tab2 {
	width: 42%;
	max-width: 500px;
	position: relative;
}

.methodInner {
	position: relative;
}

.methodTitBox {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.methodTit {
	margin-right: 10px;
	color: #0093d3;
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

#tab1 .methodTit:before {
	content: "";
	display: inline-block;
	background: url(img/delivery_icon.svg) no-repeat;
	background-size: contain;
	width: 56px;
	height: 56px;
	margin-right: 10px;
}

.methodComment {
	font-size: 1.6rem;
}

.methodComment span {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.methodBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.methodImg {
	width: 12%;
}

#tab2 .methodImg {
	width: 24%;
}

.methodTxt {
	width: 84%;
	font-size: 1.6rem;
	font-weight: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#tab2 .methodTxt {
	width: 70%;
}

.methodTxt p {
	margin-bottom: 20px;
	font-size: 2.0rem;
}

.magenta {
	color: #cc006b;
}

.small {
	font-size: 1.6rem;
}

.methodLink {
	display: block;
	width: 300px;
	padding: 20px;
	background: url(img/btn_down.svg) no-repeat 94% center #0093d3;
	background-size: 14px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
}

/* 買取の流れ */

#flowSec.bgSec {
	background: #f6f6f6;
}

.flowTitBox {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
}

.flowTitBox .methodTit {
	margin-right: 0;
	justify-content: center;
}

.deliveryTxt {
	margin-bottom: 10px;
	padding: 10px 25px;
	background-color: #ffff00;
	background-image:
		repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
}

.deliveryTxt:after {
	top: 100%;
	right: 25%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 0, 0);
	border-top-color: #ffff0030;
	border-width: 12px;
}

#deliveryTop .methodTit:before {
	content: "";
	display: inline-block;
	background: url(img/delivery_icon.svg) no-repeat;
	background-size: contain;
	width: 56px;
	height: 56px;
	margin-right: 10px;
}

.flowInnnerTit {
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: 700;
}

#deliverySec {
	margin-bottom: 60px;
}

.flowBox {
	width: 100%;
	padding: 0 40px 40px;
	background: #fff;
	position: relative;
}

#flowList {
	margin-bottom: 30px;
}

#flowList li {
	width: 100%;
	height: 120px;
	margin-bottom: 50px;
	border: 1px solid #0093d3;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#flowList li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0px 20px;
	border-color: #cecece transparent transparent transparent;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

#flowList li:last-child:after {
	display: none;
}

.flowListTit {
	width: 20%;
	height: 60px;
	border-right: 1px solid #0093d3;
	font-size: 2.0rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flowListTxt {
	width: 76%;
	padding-right: 4%;
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 0.08em;
}

.listStep {
	color: #0093d3;
	font-size: 3.6rem;
	letter-spacing: 0;
	position: absolute;
	top: -25px;
	left: 20px;
}

.deliveryListBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deliveryListTit {
	font-size: 2.2rem;
	font-weight: 700;
	background: url(img/circle.svg) no-repeat;
	width: 200px;
	height: 130px;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
}

#deliveryList {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#deliveryList li {
	width: 32%;
	max-width: 300px;
	margin-bottom: 10px;
	padding: 15px 0;
	background: #333;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

#businesstripSec {
	padding-bottom: 80px;
}

.flowTxt {
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.flowTxt span {
	font-size: 1.6rem;
}

.ereaBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.ereaBoxInner {
	width: 33%;
}

#tableBox {
	width: 65%;
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
}

#ereaTable {
	width: 100%;
}

#ereaTable th,
#ereaTable td {
	padding: 15px 20px;
	border-bottom: 1px solid #000;
	text-align: left;
	overflow: hidden;
}

#ereaTable th {
	width: 130px;
	padding: 15px 0;
	background: #f6f6f6;
	vertical-align: middle;
	text-align: center;
}

#ereaTable td {
	border-left: 1px solid #000;
}

#ereaTable .lastCol th,
#ereaTable .lastCol td {
	border-bottom: none;
}


/* LINE査定 */

#lineList {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#lineList li {
	width: 30%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#lineList li img {
	width: auto;
	height: 340px;
}

.lineListTxt {
	margin-top: 20px;
	font-size: 1.6rem;
}

#lineList li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 18px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: -20px;
}

#lineList li:last-child:after {
	display: none;
}

#lineAdd {
	width: 100%;
	padding: 10px;
	border: 3px solid #00b900;
}

.boxInner {
	width: 100%;
	padding: 20px 30px 30px;
	border: 1px solid #00b900;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

.lineTit {
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lineTit span {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: #00b900;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.lineTit span img {
	width: 70%;
}

.addBox {
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
}

.addBoxInner {
	width: 30%;
}

.addBoxInner:last-child {
	width: 60%;
}

.addTit {
	margin-bottom: 10px;
	padding: 10px 0;
	background: #000;
	color: #fff;
}

.addTxt {
	text-align: left;
	margin-bottom: 20px;
}

.otherCont {
	margin-bottom: 20px;
	text-align: left;
}

.otherCont:last-child {
	margin-bottom: 0;
}

.otherTit {
	font-size: 1.8rem;
	font-weight: 700;
}

.otherTxt {
	font-size: 1.6rem;
}

/* 無料スピード査定 */

#contactformWrap {
	background: #0093d3;
}

#contactTit {
	display: inline-block;
	position: relative;
	padding: 15px 50px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	border: 3px solid #fff;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#contactTit:before {
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	top: -30px;
	left: -3px;
	height: 30px;
	padding: 0 10px 0 14px;
	content: '入力簡単！';
	color: #cc006b;
	background: #fff;
	letter-spacing: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#contactLead {
	margin-bottom: 40px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

.contactBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: rgb(255 255 255 / 90%);
}

.contactBoxInner {
	width: 580px;
	padding: 30px 30px 0 0;
}

.contactBoxInner:first-child {
	padding: 30px 0 0 30px;
}

.contactItem {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formInput {
	width: 80%;
	max-width: 400px;
	font-size: 1.4rem;
	overflow: hidden;
}

.formInput input {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #959595;
	border-radius: 5px;
	align-items: center;
}

.formInput select {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #333;
	background: url(img/btn_select.svg) no-repeat center #fff;
	background-position-x: 370px;
	background-size: 10px;
	border: 1px solid #959595;
	border-radius: 5px;
	align-items: center;

}

.contactBox.wide {
	margin-bottom: 40px;
	padding: 0 30px 30px;
}

.contactBox.wide .contactItem {
	padding-top: 5px;
}

.contactBox.wide .formInput {
	width: 100%;
	max-width: 990px;
	height: auto;
	align-items: flex-start;
}

.formInput textarea {
	width: 100%;
	height: 100px;
	padding: 10px 15px;
	border: 1px solid #959595;
	border-radius: 5px;
}

.errForm {
	background: #fdc5c5 !important;
}

.errorMessage {
	margin: 5px 0;
	font-size: 1.3rem;
	color: #ff0000;
}

.contactBox.wide .errorMessage {
	margin: 0;
}

#ppBox {
	width: 100%;
	height: 125px;
	margin: 40px 0 20px 0;
	padding: 5px 5px 0px 20px;
	border: 2px solid #fff;
	color: #fff;
}

#ppBoxInner {
	width: 100% !important;
	height: 115px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	overflow: auto;
}

.jspContainer {
	width: 100% !important;
}

.jspPane {
	width: 98% !important;
}

#ppTit {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 700;
}

.ppSubTit {
	font-weight: 700;
}

.ppTxt {
	margin-bottom: 10px;
}

.ppTxt.last {
	text-align: right;
	font-size: 1.6rem;
}

#contactBtn {
	width: 480px;
	margin: 40px auto 0;
	padding: 30px 0 25px;
	display: block;
	background: url(img/btn_next.svg)no-repeat 94% center #cc006b;
	border-radius: 5px;
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: solid 4px #b80061;
	box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#contactBtn span {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

#contactBtn:hover {
	cursor: pointer;
}

#contactBtn:active {
	border-bottom: solid 2px #cc006b;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.contactInner {
	width: 90%;
	max-width: 1000px;
	margin: -80px auto;
	padding: 160px 0;
	text-align: center;
}

.leadTxt {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid;
}

.contactInner .contactItem {
	padding: 20px 0;
	font-size: 1.6rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

.contactInner .contactItem:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 1px solid #cde9f5;
	bottom: -1px;
	width: 30%;
}

.confirm .contactItemTit {
	padding: 0 20px;
}

.contactItemCont {
	width: 70%;
	padding: 0 20px;
	text-align: left;
}

.submitCheck {
	width: 480px;
	margin: 40px auto 0;
	padding: 25px 0;
	display: block;
	background: url(img/btn_next.svg)no-repeat 94% center #cc006b;
	border-radius: 10px;
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: solid 4px #b80061;
	box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.submitCheck:hover {
	cursor: pointer;
}

.submitCheck:active {
	border-bottom: solid 2px #cc006b;
	box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}

#contactprev {
	width: 480px;
	margin: 15px auto;
	text-align: left;
}

#contactprev a {
	color: #fff;
}

#contactEnd {
	background: #0093d3;
}

#contactEndLink a {
	width: 480px;
	background: url(img/btn_next_p.svg) no-repeat 94% center #fff;
	padding: 25px 0;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 2.0rem;
	color: #cc006b;
	font-weight: 700;
	border: 4px solid #cc006b;
}

#linkTit {
	margin: 100px auto 40px;
	font-size: 3.0rem;
	color: #fff;
	font-weight: 700;
}

#linkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#linkList li {
	width: 33%;
	margin-bottom: 1%;
}

#linkList li a {
	display: block;
}

#linkList li img {
	width: 100%;
}



/* よくある質問 */

.faqBox {
	margin-bottom: 5px;
}

.faqQ {
	padding: 20px;
	background: rgba(0, 0, 0, 0.03);
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1;
}

.faqQ:hover {
	cursor: pointer;
}

.faqA {
	padding: 20px;
	line-height: 1;
	display: none;
}

.faqAInner {
	display: flex;
	align-items: center;
	position: relative;
}

.faqQ span,
.faqA span {
	margin-right: 20px;
	font-size: 3.6rem;
}

.faqQ span {
	color: #0093d3;
}

.faqQTxt {
	font-size: 2.0rem;
}

.faqATxt {
	font-size: 1.6rem;
}

.faqQ:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 4px;
	background-color: #0093d3;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.faqQ:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 4px;
	background-color: #0093d3;
	transition: .3s;
}

.faqQ.on:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.faqQ.on:after {
	background-color: transparent;
}

/*footer*/

.convFootImg {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.convFootImg img {
	width: 100%;
}

#pageFooter {
	background: #666666;
	color: #fff;
}

#footerInner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

#footBox {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	color: #fff;
	font-size: 1.6rem;
}

#footCompany {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
}

#copy {
	margin-top: 20px;
	color: #fff!important;
	font-size: 1.2rem;
	text-align: center;
}

#pagetop {
	width: 60px;
	position: fixed;
	right: 30px;
	bottom: 55px;
	z-index: 9;
}

#pagetop i {
	padding: 15px;
	margin: 3px;
	background-color: #fff10c;
	font-size: 3.0rem;
	color: white;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

#pagetop i:after {
	border-color: #fff10c;
}

#pagetop i:hover {
	background: #fff;
	color: #fff10c;
	border: 2px solid #fff10c;
	transform: scale(1);
	box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
	/*	background-color: transparent;*/
	transform: rotate(360deg);
	cursor: pointer;
}

#footInfo2 a {
	color: #fff;
}

@media screen and (max-width: 1332px) and (min-width: 1025px) {

	.listTit {
		font-size: 2.0rem;
	}

	.contactBoxInner {
		width: 580px;
		padding: 30px 30px 0 20px;
	}

	.contactBoxInner:first-child {
		padding: 30px 0px 0px 30px;
	}

	.contactBox.wide {
		display: flex;
		flex-direction: column;
	}

	.contactBox.wide .formInput {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1320px) and (min-width: 1025px) {

	#headerTel p.telLink {
		font-size: 3.6rem;
		letter-spacing: -0.02em;
	}

	#headerTel p.telLink:before {
		width: 42px;
		height: 26px;
	}

	.convTel p.telLink {
		font-size: 4.2rem;
		letter-spacing: -0.02em;
	}

	.convTel p.telLink:before {
		width: 50px;
		height: 32px;
	}

	.methodTit {
		font-size: 4.0rem;
	}

	#tab1 .methodTit:before {
		width: 44px;
		height: 44px;
	}

	#waitDialogue {
		padding: 10px 5%;
		text-indent: -0.1em;
	}

}


@media screen and (max-width: 1260px) and (min-width: 1025px) {
	.listTit span {
		font-size: 2.6rem;
		letter-spacing: 0;
	}

	#wait {
		background-size: 14%;
		background-position-y: 100px;
	}

	.deliveryListTit {
		width: 180px;
		height: 120px;
		font-size: 2.0rem;
	}

	#deliveryList li {
		padding: 10px 0;
		font-size: 1.6rem;
	}

	#ereaTable th,
	#ereaTable td {
		padding: 10px 20px;
	}
}


@media screen and (max-width: 1210px) and (min-width: 1025px) {

	.methodComment {
		font-size: 1.4rem;
	}

	.methodTxt p {
		font-size: 1.6rem;
	}

	.listTxt {
		font-size: 1.6rem;
	}

	.whiteTxt {
		font-size: 6.2rem;
	}

	.blackBox {
		width: 64px;
		height: 64px;
		font-size: 2.0rem;
	}

	.blueTxt {
		font-size: 2.0rem;
	}

	.convForm a,
	.convLine a {
		width: 220px;
	}

	.convForm p,
	.convLine p {
		line-height: 1.1;
	}

	#waitDialogue {
		font-size: 3.4rem;
	}

	#waitDialogue:before {
		width: 40px;
		height: 50px;
		top: 70px;
	}

	#waitTit {
		font-size: 2.8rem;
	}

	#waitList {
		width: 75%;
	}

	.methodTab {
		padding: 20px 20px 30px;
	}

	.methodComment {
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	.methodLink {
		font-size: 1.8rem;
	}

	#lineList li img {
		height: 300px;
	}
}

@media screen and (max-width: 1120px) and (min-width: 1025px) {

	#headerTel p.telLink {
		font-size: 3.2rem;
	}

	#headerForm a,
	#headerLine a {
		width: 180px;
	}

	.convTxt {
		font-size: 2.0rem;
	}

	.blackBox {
		width: 56px;
		height: 56px;
		font-size: 1.8rem;
	}

	.blueTxt {
		font-size: 1.6rem;
	}

	.convTel p.telLink {
		font-size: 3.6rem;
	}

	.convForm a,
	.convLine a {
		width: 200px;
		height: 70px;
		font-size: 1.4rem;
	}

	.convForm .formTxt,
	.convLine .lineTxt {
		font-size: 2.0rem;
	}

	.convImg {
		height: 280px;
	}

	.listTit {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.listTit span {
		font-size: 2.2rem;
	}

	#waitDialogue {
		font-size: 3.2rem;
	}

	#waitTit {
		font-size: 2.6rem;
	}

	#waitDialogue:before {
		top: 67px;
	}

	#waitList li {
		font-size: 2.0rem;
	}

	.waitTxt {
		font-size: 1.8rem;
	}

	#tab1 .methodTit:before {
		width: 40px;
		height: 40px;
	}

	.methodTit {
		font-size: 3.6rem;
		letter-spacing: 0;
	}

	.flowListTit {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.deliveryListTit {
		width: 160px;
		height: 100px;
		font-size: 1.8rem;
		line-height: 1.2;
	}

	#deliveryList li {
		width: 32.5%;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.ereaBox {
		align-items: flex-start;
	}

	#lineList li img {
		height: 260px;
	}

	#footBox {
		font-size: 1.4rem;
	}
}

@media screen and (max-height: 780px) {
	/* 高さ700px以下の場合 */

}

@media screen and (min-width: 1025px) {

	.tb {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	a {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		cursor: pointer;
	}

	a:hover {
		opacity: .7;
	}

}

/* -------------------------------------------------- */
/* TAB/sp */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

	main {
		padding-top: 60px;
	}

	/* header */

	#headerInner {
		width: 94%;
		height: 60px;
	}

	#headerLogo {
		width: 60%;
	}

	#headerLink {
		width: auto;
		margin-left: 0;
	}

	#headerTel {
		margin-right: 5px;
	}

	#headerTel p.telLink,
	#headerTel p.timeInfo {
		display: none;
	}

	#headerTel a {
		width: 40px;
		height: 40px;
		display: block;
		padding: 10px;
		background: url(img/tel_sp.svg) no-repeat center #111;
		background-size: 24px;
		border-bottom: solid 2px #000;
		box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
		border-radius: 4px;
	}

	#headerTel a:active {
		border-bottom: solid 2px #000;
		box-shadow: 0 0 2px rgb(0 0 0 / 30%);
	}

	#headerForm {
		margin-right: 5px;
	}

	#headerForm a,
	#headerLine a {
		width: 40px;
		height: 40px;
	}

	#headerForm a {
		background: url(img/mail.svg) no-repeat center #cc006b;
		background-size: 20px;
	}

	#headerLine a {
		background: url(img/line.svg) no-repeat center #53b535;
		background-size: 22px;
	}

	#headerForm p,
	#headerLine p,
	#headerLine a:after {
		display: none;
	}

	li#hNavSpBox {
		display: none;
	}

}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.sp {
		display: none;
	}

	.pcOnly {
		display: none !important;
	}

	.convSecInner {
		width: 94%;
		align-items: flex-end;
}

	.convCont {
		width: 76%;
	}

	.convTxt {
		font-size: 2.0rem;
		text-align: center;
	}

	.yellowBox {
		width: 100%;
		margin-bottom: 20px;
	}

	.yellowBox .convTxt {
		padding: 0 10px;
	}

	.yellowInner {
		flex-wrap: wrap;
}

	.blackBox {
		width: 60px;
		height: 60px;
		font-size: 2.0rem;
	}

	.whiteTxt {
		font-size: 6.0rem;
		margin-right: 0;
	}

	.blueTxt {
		width: 90%;
		margin-top: 10px;
	}

	.convList {
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.convTel {
		margin-right: 0;
		margin-bottom: 10px;

	}

	.convForm,
	.convLine {
		max-width: 100%;
	}

	.convForm {
		margin-right: 20px;
	}

	.convForm a, .convLine a {
		width: 250px;
	}

	#reasonList {
		display: flex;
		flex-wrap: wrap;
	}

	#reasonList li {
		width: 48%;
		height: auto;
		padding: 20px 20px 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#reasonList li.wide {
		width: 100%;
		max-width: 100%;
	}

	#reasonList li img {
		width: 100%;
		height: auto;
	}

	.secInner {
		width: 94%;
		padding: 40px 0 60px;
	}

	.secInner.wide {
		width: 94%;
	}

	.secTit {
		line-height: 1.0;
	}

	.targetList li {
		width: 24%;
		margin-bottom: 2%;
	}

	.targetList li img {
		margin-bottom: 5px;
	}

	.targetList li p {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

	#caution {
		margin-bottom: 60px;
		padding: 20px 0;
	}

	.cautionTit {
		font-size: 2.0rem;
	}

	.cautionTxt {
		font-size: 1.6rem;
	}


	#caseList {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	#caseList li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#caseList li img {
		width: 240px;
		height: auto;
	}

	.caseTxt {
		font-size: 1.5rem;
		font-weight: 400;
		margin-top: 0;
		width: 62%;
	}

	#wait {
		padding: 20px;
		background-position-x: 15px;
		background-position-y: 85px;
		background-size: 15%;
	}

	#waitDialogue {
		width: 94%;
		margin-bottom: 20px;
		padding: 10px 30px 10px 20px;
		font-size: 2.4rem;
		text-align: center;
	}

	#waitDialogue:before {
		width: 25px;
		height: 40px;
		top: 55px;
		left: 35px;
	}

	#waitTit {
		margin-bottom: 10px;
		font-size: 2rem;
	}

	#waitList {
		width: 80%;
	}

	#waitList li {
		font-size: 1.6rem;
		display: flex;
		align-items: center;
	}

	#waitList li:before {
		content: "";
		position: initial;
		transform: none;
		border: 4px solid transparent;
		border-left: 10px solid #3388dd;
		margin-right: 10px;
	}

	.waitTxt {
		font-size: 1.5rem;
	}


	#tab1,
	#tab2 {
		width: 100%;
		max-width: 100%;
	}

	#tab1 {
		margin-bottom: 20px;
	}

	#methodTabWrap {
		box-shadow: none;
		padding: 0;
		flex-wrap: wrap;
	}

	.methodTab {
		display: block;
		width: 49%;
	}

	.deliveryTxt {
		display: inline-block;
		width: 90%;
		margin: 0 auto 10px;
		text-align: center;
	}

	.flowBox {
		padding: 0 30px 30px;
	}

	.flowTitBox {
		flex-wrap: nowrap;
	}

	#flowList li:last-child {
		margin-bottom: 0;
	}

	.flowListTit {
		width: 30%;
	}

	.flowListTxt {
		width: 66%;
		font-size: 1.5rem;
	}

	.deliveryListBox {
		justify-content: center;
		flex-wrap: wrap;
	}

	.deliveryListTit {
		font-size: 1.8rem;
		width: 180px;
		height: 120px;
	}

	#deliveryList {
		width: 100%;
	}

	#deliveryList li {
		width: 49%;
		max-width: 100%;
		margin-bottom: 2%;
	}

	.ereaBox {
		align-items: flex-start;
	}

	.ereaBoxInner {
		width: 40%;
	}

	#tableBox {
		width: 58%;
	}

	#ereaTable th {
		width: 24%;
		padding: 10px 15px;
	}

	#ereaTable th, #ereaTable td {
		padding: 10px 15px;
	}

	#lineWrap .secInner,
	#contactformWrap .secInner {
		padding: 60px 0;
	}

	#lineList {
		margin-bottom: 0;
		flex-wrap: nowrap;
	}

	#lineList li {
		width: 30%;
	}

	#lineList li img {
		width: auto;
		height: 200px;
	}

	#lineList li:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20px 18px;
		border-color: transparent transparent transparent #333;
		position: absolute;
		top: 200px;
		margin-top: -20px;
		right: -20px;
	}

	#lineLink {
		width: 60%;
		margin: 0 auto;
		padding: 20px 0;
		background: #53b535;
		color: #fff;
		font-size: 2.4rem;
		font-weight: 700;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 5px 0 #587b4d;
	}

	#lineLink:hover {
		opacity: 1;
		box-shadow: none;
		top: 5px;
		transform: translateY(5px);
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	#lineLink span {
		position: relative;
		display: flex;
		align-items: center;
	}

	#lineLink span::before {
		content: "";
		display: inline-block;
		background: url(img/icon_line.svg) no-repeat;
		background-size: contain;
		width: 36px;
		height: 34px;
	}

	#contactformWrap .titBox {
		margin-bottom: 20px;
	}

	#contactLead {
		font-size: 1.5rem;
	}


	.contactBox {
		padding: 15px 15px 0;
		flex-direction: column;
	}

	.contactBoxInner {
		width: 100%;
		padding: 0;
	}

	.contactBoxInner:first-child {
		padding: 0;
	}

	.contactItemTit {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

	.formInput {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

	.formInput select {
		background-position-x: 98%;
	}

	.contactBox.wide {
		margin-bottom: 30px;
		padding: 0 15px 15px;
	}

	.contactBox.wide .contactItem {
		padding-top: 0;
	}

	.formInput {
		width: 86%;
		max-width: 100%;
	}

	#ppBox {
		width: 100%;
		height: 150px;
		margin: 40px 0 20px 0;
		padding: 5px 5px 0px 15px;
	}

	#ppBoxInner {
		width: 100% !important;
		height: 150px;
	}

	.jspContainer {
		width: 100% !important;
		height: 140px!important;
	}

	.jspTrack {
		height: 150px!important;
	}

	#contactBtn,
	.submitCheck,
	#contactEndLink a {
		width: 60%;
	}

	#contactprev {
		width: 60%;
	}

	.contactItemCont {
		width: 75%;
	}

	.contactInner .contactItem:after {
		width: 25%;
	}

	#footBox {
		flex-wrap: wrap;
	}

}



/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	body.fixed {
		position: fixed;
		width: 100%;
	}

	.pc {
		display: none !important;
	}

	.pcOnly {
		display: none !important;
	}

	#container {
		width: 100%;
		letter-spacing: .15em;
		overflow: hidden;
	}


	/* 検索窓 */

	#searchWrapInner {
		width: 94%;
	}

	#searchTxt {
		padding: 0 10px;
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 0.02em;
	}

	#submitBtn {
		background-size: 20px;
	}


	/* 共通 */

	.secInner {
		width: 94%;
		padding: 40px 0 60px;
	}

	.secInner.wide {
		width: 100%;
		padding: 40px 0;
	}

	.secTit {
		margin-bottom: 10px;
		font-size: 2.4rem;
		letter-spacing: 0.02em;
	}

	.circle {
		width: 16%;
		margin-bottom: 5px;
	}

	.circle span {
		width: 10px;
		height: 10px;
	}

	.secTit.noTxt {
		margin-bottom: 20px;
	}

	.headTxt {
		margin-bottom: 20px;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.5;
	}

	.secInner.wide .headTxt {
		width: 94%;
		margin: 0 auto 20px;
	}

	/* コンバージョン */

	.convSecInner {
		width: 100%;
		display: block;
	}

	.convImg {
		display: none;
	}

	.convCont {
		width: 100%;
	}

	.yellowBox {
		width: 100%;
	}

	.yellowInner {
		flex-wrap: wrap;
	}

	.convTxt {
		width: 94%;
		font-size: 2.0rem;
		text-align: center;
	}

	.blackBox {
		width: 48px;
		height: 48px;
		font-size: 1.6rem;
	}

	.whiteTxt {
		font-size: 4.8rem;
	}

	.blueTxt {
		width: 94%;
		margin-top: 10px;
		font-size: 1.8rem;
	}

	.convList {
		width: 94%;
		margin: 0 auto;
		flex-direction: column;
	}

	.convTel {
		margin: 0 auto 10px;
	}

	.convTel p.telLink {
		display: flex;
		align-items: center;
		margin: 20px auto 0;
		letter-spacing: 0.01em;
	}

	.convTel p.telLink:before {
		content: "";
		width: 46px;
		height: 26px;
		vertical-align: middle;
	}

	.convTel p.telLink a {
		display: block;
		margin-bottom: 2px;
		font-size: 3.8rem;
		color: #000;
		line-height: 1.0;
		font-weight: 700;
		letter-spacing: 0;
	}

	.convTel p.timeInfo {
		font-size: 1.2rem;
	}

	.convForm,
	.convLine {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 10px;
	}

	.convForm a,
	.convLine a {
		width: 100%;
		font-size: 1.8rem;
	}

	.convForm a {
		background-position-x: 95%;
		background-size: 12px;
	}

	.foot .convForm a {
		background-position-x: 95%;
		background-size: 12px;
	}

	.convLine a {
		position: relative;
		text-align: center;
	}

	.convList .smallTxt {
		font-size: 1.8rem;
	}



	/* fv */
	#fv {}

	#fvInner {}


	/* 選ばれる理由 */

	#reasonList {
		display: block;
	}

	#reasonList li {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 20px;
		padding: 20px 20px 30px;
	}

	#reasonList li.wide {
		width: 100%;
	}

	#reasonList li:after {
		border-bottom: solid 40px transparent;
		border-left: solid 40px #e5e5e5;
	}

	#reasonList li:before {
		border-bottom: solid 40px #333;
		border-left: solid 40px transparent;
	}

	#reasonList li .listTit:after {
		margin-left: 10px;
		background-size: contain !important;
		height: 46px;
	}

	#reasonList li:first-child .listTit:after {
		width: 100px;
		height: 34px;
	}

	#reasonList li:nth-child(3) .listTit:after {
		width: 40px;
		height: 30px;
	}

	#reasonList li:nth-child(4) .listTit:after {
		height: 32px;
		width: 32px;
	}

	#reasonList li:nth-child(5) .listTit:after {
		width: 32px;
		height: 36px;
	}

	#reasonList li:nth-child(6) .listTit:after {
		width: 34px;
		height: 32px;
	}

	#reasonList li:nth-child(7) .listTit:after {
		width: 30px;
		height: 36px;
	}

	#reasonList li:nth-child(8) .listTit:after {
		width: 32px;
		height: 32px;
	}

	#reasonList li img {
		width: 100%;
		height: 100%;
	}

	.listTit {
		margin-bottom: 10px;
		font-size: 1.8rem;
		letter-spacing: 0.01em;
	}

	.listTit span {
		font-size: 2.2rem;
	}

	.listTxt {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}




	/* 高額査定対象 */

	.targetList {
		margin-bottom: 30px;
	}

	.targetList li {
		width: 48%;
		margin-bottom: 10px;
	}

	.targetList li img {
		margin-bottom: 5px;
	}

	.targetList li p {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

	#caution {
		margin-bottom: 60px;
		padding: 15px 0;
	}

	.cautionTit {
		display: block;
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.cautionTxt {
		display: block;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}


	/* 買取事例 */

	#caseList {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	#caseList li {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}

	.caseTxt {
		font-size: 1.5rem;
		margin-top: 10px;
	}

	#wait {
		padding: 20px;
		background: rgba(0, 0, 0, 0.03);
	}

	#waitDialogue {
		width: 100%;
		padding: 10px 0;
		font-size: 2.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#waitDialogue:before {
		display: none;
	}

	#waitTit {
		font-size: 2.0rem;
		line-height: 1.2;
	}

	#waitList {
		width: 100%;
	}

	#waitList li {
		font-size: 1.8rem;
		display: flex;
		align-items: center;
	}

	#waitList li:before {
		content: "";
		transform: none;
		width: 0px;
		height: 0px;
		border: 4px solid transparent;
		border-left: 10px solid #3388dd;
		margin-right: 5px;
		position: initial;
	}

	.waitTxt {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}

	.waitTxt:before {
		content: "";
		display: inline-block;
		background: url(img/man01.svg) no-repeat;
		background-size: contain;
		width: 80px;
		height: 100px;
	}



	/* 高く売るポイント */

	.pointBox {
		margin: 40px 0;
		padding: 45px 25px 25px;
	}

	.pointTit {
		font-size: 2.0rem;
		line-height: 1.2;
		letter-spacing: 0.01em;
	}

	.pointTit span {
		display: block;
		margin: 0;
		font-size: 2.4rem;
		letter-spacing: 0;
	}

	.pointTit span:before {
		width: 32px;
		height: 24px;
	}

	.pointTxt {
		font-size: 1.5rem;
	}



	/* 選べる買取方法 */

	#methodTabWrap {
		margin-top: 0;
		padding: 20px 3% 30px;
		background: #fff;
		z-index: 0;
	}

	#tab1,
	#tab2 {
		width: 100%;
		max-width: 100%;
	}

	.methodTabList {
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.methodTabList li {
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f0f0f0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.methodTabList li.active {
		box-shadow: 0px -5px 5px rgb(0 0 0 / 5%);
		background: #fff;
	}

	.methodTabList li a {
		width: 100%;
		display: block;
		padding: 10px;
		color: #333;
		text-align: center;
	}

	.methodTab {
		display: none;
		width: 100%;
		padding: 0;
	}

	.methodTab.active {
		display: block !important;
	}

	.methodTitBox {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}

	.methodTit {
		margin: 0 0 10px;
	}

	#tab1 .methodTit:before {
		width: 50px;
		height: 50px;
	}

	.methodComment {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.methodTxt p {
		font-size: 1.6rem;
	}

	.methodImg,
	#tab2 .methodImg {
		width: 25%;
	}

	.methodTxt {
		width: 72%;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}

	.methodTxt span.smallTxt {
		padding-bottom: 0;
	}

	.methodLink {
		width: 100%;
		padding: 20px;
		background: url(img/btn_down.svg) no-repeat 95% center #0093d3;
		background-size: 12px;
		font-size: 1.8rem;
	}



	/* 買取の流れ */

	.deliveryTxt {
		width: 90%;
		margin: 0 auto 10px;
		padding: 10px 10px;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.2;
	}

	.flowTitBox {
		width: 100%;
		height: auto;
		padding: 20px 0 10px;
		flex-wrap: wrap;
	}

	.flowTitBox .methodTit {
		font-size: 3.2rem;
	}

	#deliveryTop .methodTit:before {
		width: 40px;
		height: 40px;
	}

	.flowBox {
		padding: 0 3% 20px;
	}

	#flowList {
		flex-direction: column;
		margin-bottom: 0;
	}

	#flowList li {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-bottom: 60px;
		flex-wrap: wrap;
	}

	#flowList li:last-child {
		margin-bottom: 20px;
	}

	#flowList li:after {
		bottom: -30px;
	}

	.listStep {
		font-size: 3.2rem;
		letter-spacing: 0;
		top: -35px;
		left: 50%;
		transform: translateX(-50%);
	}

	.flowListTit {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0 10px;
		border-bottom: 1px solid #0093d3;
		border-right: none;
		text-align: center;
		line-height: 1.2;

	}

	.flowListTxt {
		width: 100%;
		margin-bottom: 0;
		padding: 10px 15px 20px;
		font-size: 1.6rem;
	}

	.deliveryListBox {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#deliveryList {
		width: 100%;
	}

	.deliveryImg {
		margin-bottom: 0;
		flex-direction: column;
	}

	.deliveryListTit {
		font-size: 1.6rem;
		width: 150px;
		height: 100px;
		line-height: 1.2;
		letter-spacing: 0.1em;
	}

	#deliveryList li {
		width: 49%;
		height: 50px;
		margin-bottom: 2%;
		padding: 0;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#businesstripSec {
		padding-bottom: 0;
	}

	.flowTxt {
		margin-bottom: 30px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}

	.flowTxt span {
		font-size: 1.5rem;
	}

	.ereaBox {
		flex-wrap: wrap;
	}

	.ereaBoxInner {
		width: 100%;
		margin-bottom: 20px;
	}

	#tableBox {
		width: 100%;
	}

	#ereaTable {
		width: 100%;
		font-size: 1.3rem;
	}

	#ereaTable th {
		width: 25%;
		padding: 10px 15px;
	}

	#ereaTable td {
		width: 75%;
		padding: 10px 0 10px 10px;
	}

	.deliveryMap {
		width: 100%;
	}


	/* LINE査定 */

	.lineCc {
		margin-bottom: 30px;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.3;
	}

	#lineList {
		margin-bottom: 0;
		flex-wrap: wrap;
	}

	#lineList li {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}

	#lineList li:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 24px 0px 24px;
		border-color: #333 transparent transparent transparent;
		position: absolute;
		top: auto;
		margin-top: 0;
		right: calc(50% - 24px);
		bottom: -40px;
	}

	#lineList li img {
		margin-top: 40px;
		width: auto;
		height: 300px;
	}

	.lineListTxt {
		width: 90%;
		margin-top: 10px;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}

	#lineLink {
		width: 100%;
		padding: 20px 0;
		background: #53b535;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 5px 0 #587b4d;
	}

	#lineLink:hover {
		opacity: 1;
		box-shadow: none;
		top: 5px;
		transform: translateY(5px);
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	#lineLink span {
		position: relative;
		display: flex;
		align-items: center;
	}

	#lineLink span::before {
		content: "";
		display: inline-block;
		background: url(img/icon_line.svg) no-repeat;
		background-size: contain;
		width: 36px;
		height: 34px;
	}



	/* 無料スピード査定 */

	#contactformWrap .secInner {
		padding: 60px 0;
	}

	.titBox {
		margin-bottom: 20px;
	}

	#contactTit {
		padding: 15px 30px;
	}

	#contactLead {
		margin-bottom: 20px;
		font-size: 1.5rem;
		text-align: left;
		letter-spacing: 0.1em;
	}

	.contactBox {
		padding: 15px 15px 0;
		flex-direction: column;
	}

	.contactBoxInner {
		width: 100%;
		padding: 0;
	}

	.contactBoxInner:first-child {
		padding: 0;
	}

	.contactItemTit {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

	.formInput {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

	.formInput select {
		background-position-x: 95%;
	}

	.contactBox.wide {
		margin-bottom: 30px;
		padding: 0 15px 15px;
	}

	.contactBox.wide .contactItem {
		padding-top: 0;
	}

	#ppBox {
		height: 190px;
		margin: 30px 0 10px 0;
		padding: 0px 0px 0px 15px;
	}

	#ppBoxInner {
		height: 170px !important;
		margin: 5px auto;
		padding: 10px 10px 0 0;
	}

	#ppBox p {
		font-size: 1.3rem;
	}

	#ppBox #ppTit {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	.jspContainer {
		width: 330px !important;
		height: 170px !important;
	}

	.jspPane {
		width: 320px !important;
	}

	#contactBtn {
		width: 100%;
		margin: 20px auto 0;
		padding: 25px 0 20px;
		font-size: 2.4rem;
		background-size: 10px;
		background-position-x: 95%;
	}

	#contactBtn span {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}

	.contactInner .contactItem {
		padding: 15px 0;
		font-size: 1.4rem;
	}

	.confirm .contactItemTit {
		padding: 0 10px;
	}

	.contactItemCont {
		width: 60%;
		padding: 0 10px;
		text-align: left;
		word-break: break-all;
	}

	.contactInner .contactItem:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: 1px solid #ffef34;
		bottom: -1px;
		width: 40%;
	}

	.submitCheck {
		width: 100%;
		font-size: 2rem;
		background-position-x: 90%;
	}

	#contactprev {
		width: 100%;
		margin: 15px auto 0;
		font-size: 1.3rem;
		text-align: left;
		letter-spacing: 0.05em;
	}

	#contactEndLink a {
		width: 100%;
		background: url(img/btn_next_g2.svg) no-repeat 92% center #fff;
	}


	#linkList li {
		width: 49%;
		margin-bottom: 2%;
	}


	/* よくある質問 */

	.faqQ,
	.faqA {
		padding: 15px;
	}

	.faqQ {
		padding-right: 40px;
		line-height: 1.4;
	}

	.faqQ span,
	.faqA span {
		margin-right: 10px;
		font-size: 3.0rem;
	}

	.faqQTxt {
		font-size: 1.8rem;
	}

	.faqATxt {
		font-size: 1.5rem;
	}

	/* footer */

	#footerInner {
		padding: 20px;
		text-align: center;
	}

	#footBox {
		display: inline-block;
	}

	#footCompany {
		font-size: 2.2rem;
		font-weight: 700;
	}

	#copy {
		padding-bottom: 20px;
		font-size: 1.1rem;
		letter-spacing: 0.01em;
	}

	#footBox p {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	#footAdd {
		margin-bottom: 10px;
	}

	#pagetop {
		width: calc((100/750)*100vw);
		bottom: calc((20/750)*100vw);
		right: calc((20/750)*100vw);
	}

	#pagetop i {
		padding: 12px;
		font-size: 2.4rem;
	}

	#pagetop i:hover {
		box-shadow: 0px 2px 10px rgb(0 0 0 / 10%), 0px 2px 5px rgb(0 0 0 / 15%);
	}

}



@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}

	#slider1 .sp-button {
		width: 16%;
	}

	/* クラス名の要素の直後で改行させる */
	.br_se::after {
		content: "\A";
		white-space: pre;
	}

}
