@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;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

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

/* -------------------------------------------------- */
/* 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;
}

#container {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

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

/* テキスト調整 */
.txtBold {
	font-weight: 700;
}

.pathway {
	font-family: "Pathway Gothic One", sans-serif;
}

.tabbr {
	display: none;
}

.spbr {
	display: none;
}

/* 共通パーツ */
.inner {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

.cmnSecTtl {
	margin-bottom: 40px;
	color: #b01c0f;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #dcdcdc;
	z-index: 20;
}

#headerInner {
	height: 100%;
	display: flex;
	align-items: center;
}

#headerLogo {
	width: 320px;
	height: 40px;
	display: block;
	position: relative;
	overflow: hidden;
	background: transparent url(./img/logo.png) no-repeat center center / contain;
}

#headerLogo a {
	width: 100%;
	height: 100%;
	display: block;
}

#headerLogo span {
	position: absolute;
	top: 100%;
	left: 0;
}

#headerTel {
	margin-right: 15px;
	margin-left: auto;
}

#headerTel img {
	max-width: 100%;
}

.headerBtn {
	width: 200px;
	height: 100%;
}

a.headerBtnLink {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: transparent url(./img/icon_arrow.svg) no-repeat center right 10px / 13px 12px;
	font-weight: 700;
}

#headerBtnForm {
	padding-right: 10px;
	background-color: #b01c0f;
	font-size: 1.5rem;
}

#headerBtnForm span:first-child {
	padding: 0 16px;
	color: #b01c0f;
	background-color: #fff;
	font-size: 0.8em;
	border-radius: 10px;
}

#headerBtnLine {
	background-color: #1cb720;
	font-size: 1.8rem;
}

#spHeaderBtnWrap, #spNav {
	display: none;
}

@media screen and (max-width: 1279px) {
	#headerLogo {
		margin-right: 10px;
	}

	.headerBtn {
		width: 180px;
	}
}

/* ナビゲーションメニュー */
#headerNavList {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e5e5e5;
	border-bottom: 1px solid #dcdcdc;
}

.headerNavListItem {
	font-size: 1.3rem;
	font-weight: 700;
}

.headerNavListItem:not(:last-child) {
	margin-right: 80px;
}

/* ------------------------------------ */
/* ファーストビュー */
/* ------------------------------------ */
#fv {
	padding-top: 120px;
	position: relative;
	z-index: 2;
}

#fvInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#fvTxt {
	width: 32%;
	margin-right: 2%;
	padding-top: 4%;
}

#fvTxt img {
	width: 100%;
}

#fvImg {
	width: 62%;
}

#fvImg img {
	width: 100%;
}

/* ------------------------------------ */
/* トップ */
/* ------------------------------------ */
#top {
	padding-top: 60px;
	position: relative;
	background-color: transparent;
	z-index: 1;
	background-color: #282828;
}

#top::before {
	content: "";
	width: 100%;
	height: 80%;
	display: block;
	position: absolute;
	left: 0;
	top: -50px;
	background-color: #b01c0f;
	transform: skewY(-3deg);
	z-index: -2;
}

.topMedia {
	position: relative;
}

.topMedia::after {
	content: "";
	width: 72%;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #ffffff;
	transform: skewY(-3deg) translateY(-50%);
	z-index: -1;
}

.topMedia:nth-child(1) {
	margin-bottom: 120px;
}

.topMedia:nth-child(1)::after {
	right: 0;
}

.topMedia:nth-child(2)::after {
	left: 0;
}

.topMediaImg {
	width: 50vw;
	height: 100%;
	position: absolute;
	transform: skewY(-3deg);
}

.topMediaImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.topMedia:nth-child(1) .topMediaImg {
	left: 0;
	top: -10px;
}
.topMedia:nth-child(2) .topMediaImg {
	top: -80px;
	right: 0;
}

.topMediaBody {
	width: 100%;
	position: relative;
}

.topMediaBodyInner {
	width: 45%;
	padding: 40px 0;
}

.topMedia:nth-child(odd) .topMediaBodyInner {
	margin-left: auto;
}
.topMedia:nth-child(even) .topMediaBodyInner {
	margin-right: auto;
}

.topMediaTtl {
	margin-bottom: 20px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.35;
}

.topMediaTxt {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0;
}

.topMediaBrand {
	padding: 15px;
	border: 1px solid #b01c0f;
}

.topMediaBrandHead {
	display: flex;
	align-items: center;
	color: #b01c0f;
	font-size: 2rem;
	font-weight: 700;
}

.topMediaBrandHead span:nth-child(1) {
	margin-right: 20px;
	margin-bottom: 10px;
}

.topMediaBrandHead span:nth-child(2) {
	margin-bottom: 10px;
	padding: 2px;
	flex-grow: 1;
	color: #fff;
	background-color: #b01c0f;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.topMediaBrandLogo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.topMediaBrandLogo li {
	margin-right: 15px;
	margin-bottom: 5px;
}

.topMediaBrandLogo li:last-child {
	margin-right: 0;
}

.topMediaBrandLogo img {
	max-width: 100%;
}


@media screen and (max-width: 1279px) {
	.topMediaImg {
		width: 46vw;
	}

	.topMediaBodyInner {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.topMediaBrandLogo li {
		margin-right: 20px;
		margin-bottom: 10px;
	}
}

/* ------------------------------------ */
/* 買取商品 */
/* ------------------------------------ */
#item {
	margin-top: -40px;
	padding-top: 120px;
	padding-bottom: 80px;
	background-color: #282828;
	text-align: center;
}

#itemHead {
	margin-bottom: 60px;
	display: inline-block;
	color: #ffffff;
	text-align: center;
}

#itemHeadTtl {
	margin-bottom: 10px;
	font-size: 3.4rem;
	font-weight: 700;
}

.itemHeadTxt {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.itemHeadNote {
	padding: 10px;
	font-size: 1.8rem;
	border: 1px solid #ffffff;
}

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

#itemBodyList li {
	width: calc(25% - 40px * 3 / 4);
	margin-right: 40px;
	margin-bottom: 20px;
}

#itemBodyList li:nth-child(4n) {
	margin-right: 0;
}

.itemBodyListImg img {
	width: 100%;
}

.itemBodyListTxt {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 1279px) {
	#itemBodyList li {
		width: calc(25% - 20px * 3 / 4);
		margin-right: 20px;
	}
}

/* ------------------------------------ */
/* お悩み・強み */
/* ------------------------------------ */
#trouble {
	padding-bottom: 100px;
	background-color: #282828;
}

#troubleListWrap {
	margin-bottom: 100px;
	padding: 40px 20px 50px;
	background-color: #f7e8e7;
	position: relative;
}

#troubleListWrap::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 60px 140px 0 140px;
	border-color: #f7e8e7 transparent transparent transparent;
}

#troubleTtl {
	margin-bottom: 40px;
	font-size: 3rem;
	text-align: center;
}

#troubleList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#troubleList li {
	width: 25%;
	text-align: center;
}

#troubleList li:not(:last-child) {
	border-right: 1px solid #6d6d6d;
}

#troubleList img {
	max-width: 75%;
}

#strength {
	padding-top: 100px;
	margin-top: -100px;
}

#strengthTtl {
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	font-size: 3.2rem;
}

#strengthTtl img {
	max-width: 80%;
	padding: 30px 0;
}

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

#strengthList li {
	width: 30%;
	position: relative;
}

.strengthListLabel {
	height: 40px;
	padding: 0 20px;
	position: absolute;
	top: -20px;
	left: -4px;
	color: #ffffff;
	background-color: #b01c0f;
	font-size: 2.1rem;
	line-height: 40px;
	font-weight: 700;
}

.strengthListLabel::before,
.strengthListLabel::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-style: solid;
}

.strengthListLabel::before {
	left: -20px;
	border-width: 0 0 40px 20px;
	border-color: transparent transparent #b01d0f transparent;
}

.strengthListLabel::after {
	right: -20px;
	border-width: 40px 20px 0 0;
	border-color: #b01d0f transparent transparent transparent;
}

.strengthListLabel span {
	margin-left: 5px;
	font-size: 1.2em;
	font-style: italic;
}

.strengthListImg {
	margin-bottom: 15px;
}

.strengthListImg img {
	width: 100%;
}

.strengthListTxt {
	color: #ffffff;
	font-size: 1.6rem;
}

/* ------------------------------------ */
/* 買取の流れ */
/* ------------------------------------ */
#flow {
	padding-top: 120px;
	background-color: #f6f6f6;
}

.flowItem {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
	border: 3px solid #626262;
}

.flowItem:not(:last-child) {
	margin-bottom: 140px;
}

/* 矢印の装飾 */
.flowArrowTop {
	position: relative;
}

.flowArrowTop::before,
.flowArrowTop::after {
	content: "";
	width: 50%;
	height: 90px;
	display: block;
	position: absolute;
}

.flowArrowTop.left::before {
	top: -123px;
	left: -3px;
	background:
	linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #626262 50.5%) no-repeat top left/100% 100%
}

.flowArrowTop.left::after {
	top: -120px;
	left: 0;
	background:
	linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%
}

.flowArrowTop.right::before {
	top: -123px;
	right: -3px;
	background:
	linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #626262 50.5%) no-repeat top left/100% 100%
}

.flowArrowTop.right::after {
	top: -120px;
	right: 0;
	background:
	linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%
}

.flowArrowBottom {
	position: relative;
}

.flowArrowBottom::before,
.flowArrowBottom::after {
	content: "";
	width: 100%;
	height: 90px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.flowArrowBottom::before {
	bottom: -123px;
	background:
	linear-gradient(to top right, rgba(255,255,255,0) 50%, #626262 50.5%) no-repeat top left/50% 100%,
	linear-gradient(to top left, rgba(255,255,255,0) 50%, #626262 50.5%) no-repeat top right/50% 100%;
}

.flowArrowBottom::after {
	bottom: -120px;
	background:
	linear-gradient(to top right, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/50% 100%,
	linear-gradient(to top left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top right/50% 100%;
}

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

.flowItemHeadTtl {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 3.4rem;
	font-weight: 700;
}

.flowItemHeadTtl::before {
	content: attr(data-text);
	color: #b01c0f;
	font-size: 0.76em;
	font-family: 'Bebas Neue', cursive;
	text-transform: uppercase;
	order: -1;
}

.flowItemHeadTtl:after {
	content: "";
	width: 34px;
	height: 2px;
	display: block;
	background-color: #b01c0f;
	order: -1;
}

.flowItemHeadTxt {
	margin-bottom: 15px;
	font-size: 2.6rem;
	font-weight: 700;
}

.flowItemHeadNote {
	padding: 10px;
	display: inline-block;
	font-size: 1.7rem;
	border: 1px solid #333333;
}

.flowItemBody {
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* STEP1 申し込み
------------------------------------ */
.flowItemBody.apply {
	padding: 0;
}

.applyItem {
	width: 33.33%;
	padding: 0 40px;
}

.applyItem:not(:last-child) {
	border-right: 1px solid #c9c9c9;
}

.applyItem > *:last-child {
	margin-bottom: 0;
}

.applyItemImg {
	margin-bottom: 10px;
}

.applyItemImg img {
	width: 100%;
}

.applyItemTtl {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.applyItemTxt {
	margin-bottom: 10px;
}

.applyItemNote {
	padding: 5px 10px;
	color: #b01c0f;
	border: 1px solid #b01c0f;
	line-height: 1.2857;
}

/* STEP2 査定・買取
------------------------------------ */
.buyItem {
	width: 48%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.buyItemHead {
	padding: 30px;
	background-color: #7d7d7d;
	pointer-events: none;
}

.buyItemHeadTtl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
}

.buyItemHeadTtl::before {
	content: "";
	width: 64px;
	height: 48px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* 出張買取 */
.businesstrip .buyItemHeadTtl::before {
	background-image: url(./img/icon_step2-1.png);
}

/* 宅配買取 */
.delivery .buyItemHeadTtl::before {
	background-image: url(./img/icon_step2-2.png);
}

.buyItemBody {
	height: 100%;
	padding: 15px;
	border: 2px solid #7d7d7d;
}


.buyStep {
	position: relative;
	padding-left: 45px;
}

.buyStep:not(:last-child) {
	padding-bottom: 40px;
}

.buyStep:not(:last-child)::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	bottom: 13px;
	left: 9px;
	border-right: 2px solid #b01c0f;
	border-bottom: 2px solid #b01c0f;
	transform: rotate(45deg);
}

.buyStep:not(:last-child)::after {
	content: "";
	width: 2px;
	height: calc(100% - 60px);
	position: absolute;
	bottom: 12px;
	left: 16px;
	display: block;
	background-color: #b01c0f;
}

.buyStepHead {
	margin-bottom: 10px;
	padding-top: 3px;
	position: relative;
	color: #b01c0f;
	font-size: 2rem;
	font-weight: 700;
}

.buyStepHead::before {
	content: attr(data-num);
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: -45px;
	color: #ffffff;
	background-color: #333333;
	font-size: 1.8rem;
	font-family: "Pathway Gothic One", sans-serif;
	letter-spacing: 0.075em;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.buyStepBody > *:last-child {
	margin-bottom: 0;
}

.buyStepBodyTxt {
	margin-bottom: 10px;
	line-height: 1.8571;
}

.buyStepBodyPoint {
	padding: 10px 10px 10px 60px;
	position: relative;
	color: #b01c0f;
	background-color: #f7e8e7;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6667;
}

.buyStepBodyPoint::before {
	content: attr(data-text);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #ffffff;
	background-color: #b01c0f;
	font-size: 1.4rem;
	font-family: "Pathway Gothic One", sans-serif;
	letter-spacing: 0.03em;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
}

/* STEP3 集荷・発送までのご対応
------------------------------------ */
.releaseItem {
	width: 47%;
}

.releaseItemImg {
	margin-bottom: 40px;
}

.releaseItemImg img {
	width: 100%;
}

.releaseItemTxt {
	color: #b01c0f;
	font-size: 2rem;
	font-weight: 700;
}

.releaseSupport {
	width: 50%;
	padding: 20px 30px;
	border: 2px solid #b01c0f;
}

.releaseSupportImg {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10%;
	text-align: center;
}

.releaseSupportImg img {
	max-width: 100%;
}

.releaseSupportMessage {
	margin-bottom: 10px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	background-color: #b01c0f;
}

.releaseSupportMessage span {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b01c0f;
	background-color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.1429;
	border-radius: 50%;
}

.releaseSupportMessage p {
	width: calc(100% - 75px);
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.releaseSupportTxt {
	margin-bottom: 10px;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.375;
}

.releaseSupportTel {
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #b01c0f;
}

.releaseSupportTel p {
	margin-right: 15px;
	flex-shrink: 1;
	color: #b01c0f;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0;
}

.releaseSupportTel div {
	flex-shrink: 0;
}

.releaseSupportTel img {
	max-width: 100%;
}

@media screen and (max-width: 1185px) and (min-width: 1025px) {
	.releaseSupportMessage p {
		font-size: 1.6rem;
	}

	.releaseSupportTel p {
		font-size: 1.3rem;
	}
	
	.releaseSupportTel img {
		width: 170px;
	}
}

/* ------------------------------------ */
/* 買取実績 */
/* ------------------------------------ */
#case {
	padding-top: 120px;
	background-color: #f6f6f6;
}

.caseItemWrap {
	display: flex;
	flex-wrap: wrap;
}

.caseItem {
	background-color: #ffffff;
	border: 2px solid #313131;
}

.caseItem:not(:last-child) {
	border-right: none;
}

.caseItemBody {
	display: flex;
}

/* 2カラム */
.caseItemTop {
	width: 50%;
	padding: 20px 30px;
}

/* 4カラム */
.caseItemBottom {
	width: 25%;
	padding: 20px;
	border-top: none;
}

.caseItemBottom .caseItemBody {
	flex-wrap: wrap;
}

.caseInfo {
	margin-bottom: 5px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
}

.caseInfoPlace {
	margin-right: 10px;
	flex-shrink: 1;
}

.caseInfoState {
	flex-shrink: 0;
}

.caseInfoState .gray {
	color: #a4a3a3;
}

.caseItemBodyImg img {
	max-width: 100%;
}

/* 2カラム */
.caseItemTop .caseItemBodyImg {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5%;
}

.caseItemTop .caseItemBodyTxt {
	width: 50%;
	padding-top: 40px;
}

.caseItemTop .caseItemBodyName {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 700;
}

/* 4カラム */
.caseItemBottom .caseItemBodyImg {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.caseItemBottom .caseItemBodyTxt {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

@media screen and (max-width: 1279px) {
	.caseItemTop .caseItemBodyImg {
		width: 40%;
	}

	.caseItemTop .caseItemBodyTxt {
		width: 55%;
		padding-top: 20px;
	}
}

/* ------------------------------------ */
/* お客様の声 */
/* ------------------------------------ */
#voice {
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #f6f6f6;
}

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

.voiceItem {
	width: 47.5%;
	margin-bottom: 50px;
	padding: 30px;
	position: relative;
	display: flex;
	background-color: #ffffff;
}

.voiceItemImg {
	width: 130px;
	margin-right: 25px;
}

.voiceItemImg img {
	width: 100%;
}

.voiceItemBody {
	width: calc(100% - 155px);
	padding-top: 20px;
}

.voiceItemTtl {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
}

.voiceItemName {
	padding: 8px 24px;
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -10px;
	color: #ffffff;
	background-color: #525151;
	font-size: 1.6rem;
}

.voiceItemName::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #1f1f1f transparent transparent transparent;
}

/* ------------------------------------ */
/* 査定 */
/* ------------------------------------ */
#contactformWrap {
	padding: 120px 0;
	background-color: #bfbfbf;
}

/* タブ部分 */
.tabSwitch {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.tabSwitchItem {
	width: 49%;
	padding: 15px 10px;
	background-color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
    cursor: pointer;
}

/* タブ中身 */
.tabContent {
	margin-top: -3px;
}

.tabContentItem {
	padding: 40px;
	position: relative;
	background-color: #ffffff;
}

.tabContentInner {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* タブ切り替え */
[data-tab-switch].is-open {
	z-index: 1;
}
[data-tab-content] {
    display: none;
}
[data-tab-content].is-open {
    display: block;
}

/* かんたん事前査定
------------------------------------ */
#tabForm {
	color: #b01c0f;
	border: 3px solid #b01c0f;
	border-bottom: transparent;
}

#form {
	border: 3px solid #b01c0f;
}

.formTtl {
	margin-bottom: 30px;
	color: #b01c0f;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
}

.formTxtCaution {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.formTxtCaution span {
	display: inline-block;
	border-bottom: 1px solid #333333;
}

.formTxt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	text-align: center;
}

/* フォーム */
#contactform {
	margin-bottom: 30px;
}

.contactItem {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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

.contactItemTit {
	width: 200px;
	padding-right: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.375;
	text-align: right;
}

.contactItemTit .txtSm {
	font-size: 0.875em;
}

.formInput {
	width: calc(100% - 200px);
}

.formInput input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 12px 14px;
	color: inherit;
	background: #eeeeee;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
}

.formInput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 260px;
	padding: 12px 14px;
	color: inherit;
	background: #eeeeee url(./img/icon_select.svg) no-repeat center right 10px/16px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
}

.formInput select::-ms-expand {
	display: none;
}

.formInput textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 130px;
	padding: 12px 14px;
	color: inherit;
	background: #eeeeee;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
	resize: none;
}

.formUpload label {
	margin-bottom: 10px;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	background: #ffffff;
	font-size: 14px;
	border: 1px solid #959595;
	border-radius: 5px;
	cursor: pointer;
}
.formUpload label .fileInput {
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:-1;
}

.formUploadName {
	font-size: 1.6rem;
}

::-webkit-input-placeholder {
	color: #888787;
}
::-moz-placeholder {
	color: #888787;
}
:-ms-input-placeholder {
	color: #888787;
}
::-ms-input-placeholder {
	color: #888787;
}
::placeholder {
	color: #888787;
}

.errForm {
	background: #fdc5c5 !important;
}

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

/* プライバシーポリシー */
#ppAnchor {
	margin-top: -80px;
	padding-top: 80px;
}

#ppBox {
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
	padding: 15px 15px 15px 30px;
	border: 1px solid #aaaaaa;
}

#ppBoxInner {
	width: 100%;
	height: 220px;
	margin: 0px auto;
	padding: 10px 40px 0 0;
	position: relative;
	overflow: auto;
}

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

.ppSubTit {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #535353;
}

.ppTxt {
	margin-bottom: 20px;
}

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

/* スクロールバー */
.ps__rail-y {
	opacity: 1!important;
	width: 3px;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
	background-color: #d2d2d2;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	width: 3px;
	right: 0;
	background-color: #707070;
	border-radius: 0;
}

.ps__thumb-y {
	width: 3px;
	right: 0;
	background-color: #707070;
	border-radius: 0;
}

/* チェックボックス */
.contactCheck {
	margin-bottom: 15px;
	text-align: center;
}

.formCheckbox {
	display: none;
}

.formCheckbox + span {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
}

.formCheckbox + span::before,
.formCheckbox + span::after {
	content: "";
	display: block;
	position: absolute;
}

.formCheckbox + span::before {
	width: 22px;
	height: 22px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 2px solid #bfbfbf;
}

.formCheckbox + span::after {
	width: 8px;
	height: 14px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	top: 2px;
	left: 8px;
	transform: rotate(45deg);
	opacity: 0;
}

.formCheckbox:checked + span::after {
	opacity: 1;
}

.contactBtn {
	width: 320px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	display: block;
	background: #b01c0f url(./img/icon_arrow.svg) no-repeat center right 20px / 20px auto;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

/* フォーム確認画面 */
#contactformWrap.confirm,
#contactformWrap.complete {
	height: 100vh;
	padding-top: 120px;
}

#contactConfirmWrap .contactItem {
	padding: 15px;
	border-bottom: 1px solid #aaaaaa;
}

#contactConfirmWrap {
	margin-bottom: 40px;
}

#contactConfirmWrap .contactItemTit {
	text-align: left;
}

#contactprev {
	width: 320px;
	margin: 10px auto 0;
}

/* フォーム完了画面 */
#contactEndLink {
	text-align: center;
}

#contactEndLink a {
	width: 320px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	display: block;
	background: #b01c0f;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

/* LINE査定
------------------------------------ */
#tabLine {
	color: #1cb720;
	border: 3px solid #1cb720;
	border-bottom: transparent;
}

#line {
	background: #ffffff url(./img/line_img.jpg) no-repeat top right / contain;
	border: 3px solid #1cb720;
}

.lineTtl {
	margin-bottom: 20px;
	color: #1cb720;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
}

#lineHead {
	width: 49%;
	margin-bottom: 40px;
}

.lineHeadTxt1 {
	padding-bottom: 10px;
	font-size: 3rem;
	text-align: center;
	border-bottom: 1px solid #1cb720;
}

.lineHeadTxt1::before {
	content: "";
	width: 52px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background: transparent url(./img/icon_line.png) no-repeat center center / contain;
}

.lineHeadTxt2 {
	margin-bottom: 10px;
	font-size: 2rem;
	text-align: center;
}

.lineHeadTxt2 span {
	color: #1cb720;
	font-size: 1.3em;
	font-weight: 700;
}

.lineHeadImg {
	margin-bottom: 20px;
	text-align: center;
}

.lineHeadImg img {
	max-width: 100%;
}

.lineHeadTxt3 {
	padding: 10px;
	background-color: #ffffff;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	text-align: center;
}

#lineImg {
	width: 100%;
	position: absolute;
}

#lineImg img {
	width: 100%;
}

.lineStepWrap {
	background-color: #ffffff;
	border: 2px solid #1cb720;
}

.lineStepWrap:not(:last-child) {
	margin-bottom: 50px;
}

.lineStepHead {
	padding: 10px 20px;
	color: #ffffff;
	background-color: #1cb720;
	font-size: 1.9rem;
	font-weight: 700;
}

.lineStepBody {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.lineStepBodyItem:nth-child(1) {
	width: 36%;
}
.lineStepBodyItem:nth-child(2) {
	width: 60%;
}

.lineStepImgTtl {
	margin-bottom: 10px;
	font-weight: 700;
}

.lineStepImg img {
	max-width: 100%;
}


/* STEP1 友達追加 */
.lineWay {
	border: 1px solid #333333;
}

.lineWayTtl {
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.lineWayBody {
	padding: 15px 20px 30px;
}

.lineWayTxt {
	margin-bottom: 20px;
}

.lineWayImg {
	text-align: center;
}

.lineWay:nth-child(1) .lineWayImg img {
	max-width: 156px;
}

.lineWay:nth-child(2) .lineWayImg img {
	max-width: 100%;
}

/* STEP2 撮影ポイント */
.linePoint {
	margin-top: 30px;
	padding: 40px 10px 30px;
	position: relative;
	border: 1px solid #b01c0f;
}

.linePointTtl {
	width: 70%;
	padding: 4px;
	color: #b01c0f;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.6rem;
	font-weight: 700;
	border: 2px solid #b01c0f;
	border-radius: 18px;
	text-align: center;
}

.linePointList li {
	display: flex;
}

.linePointList li:not(:last-child) {
	margin-bottom: 15px;
}

.linePointNum {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b01c0f;
	font-size: 2rem;
	font-weight: 700;
	border-right: 1px solid #e58f83;
}

.linePointTxt {
	width: calc(100% - 40px);
	padding-left: 15px;
	letter-spacing: 0.01em;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footerTop {
	padding: 30px 20px;
	background-color: #ffffff;
	text-align: center;
}

.footerTopTxt {
	margin-bottom: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.07em;
}

.footerTopTxt::before {
	content: "";
	width: 72px;
	height: 72px;
	margin: 0 auto 10px;
	display: block;
	background: transparent url(./img/icon_tel.svg) no-repeat center center / contain;
	border-radius: 50%;
}

.footerTopLogo {
	margin-bottom: 20px;
	text-align: center;
}

.footerTopLogo img {
	width: 100%;
	max-width: 321px;
}

.footerTopTel {
	margin-bottom: 10px;
}

.footerTopHour {
	font-size: 1.2rem;
}

#footerBottom {
	padding: 30px;
	color: #ffffff;
	background-color: #333333;
}

.footerNav {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.footerNav li:not(:last-child)::after {
	content: "|";
}

.footerNav a {
	padding: 0 10px;
	color: #ffffff;
}

.copyright {
	color: #cccaca;
	font-size: 1.2rem;
	text-align: center;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	#headerLogo {
		transition: 0.3s ease-in-out;
	}
	#headerLogo:hover {
		opacity: 0.7;
	}
	
	#headerNavList a {
		transition: 0.3s ease-in-out;
	}
	
	a.headerBtnLink {
		transition: 0.3s ease-in-out;
	}
	
	a.headerBtnLink:hover {
		opacity: 0.8;
	}

	.tabSwitchItem {
		transition: 0.3s ease-in-out;
	}
	#tabForm:not(.is-open):hover {
		color: #ffffff;
		background-color: #b01c0f;
	}
	#tabLine:not(.is-open):hover {
		color: #ffffff;
		background-color: #1cb720;
	}
	
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.inner {
		padding: 0 30px;
	}
	
	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#header {
		height: 50px;
	}

	#headerLogo {
		width: 200px;
	}

	#headerTel {
		display: none;
	}

	#headerNav, .headerBtn {
		display: none;
	}

	#spHeaderBtnWrap {
		display: flex;
		margin-left: auto;
	}

	.spHeaderBtn:not(:first-child) {
		margin-left: 5px;
	}
	
	.spHeaderBtn a {
		width: 35px;
		display: block;
	}

	.spHeaderBtn img {
		width: 100%;
	}
	
	/* ハンバーガーメニュー */
	body.open {
		overflow: hidden;
	}
	
	#spNav {
		margin-left: 15px;
		display: block;
	}

	#navbarIcon {
		width: 26px;
		height: 20px;
		position: relative;
		cursor: pointer;
		z-index: 1;
	}

	.navbarIconBar {
		width: 26px;
		height: 2px;
		display: block;
		position: absolute;
		background-color: #b01c0f;
		transition: 0.3s ease-in-out;
	}

	.navbarIconBar:nth-child(1) {
		top: 0;
	}

	.navbarIconBar:nth-child(2) {
		top: 9px;
	}

	.navbarIconBar:nth-child(3) {
		top: 18px;
	}

	#navbarIcon.open .navbarIconBar {
		background-color: #333333;
	}

	#navbarIcon.open .navbarIconBar:nth-child(1) {
		top: 9px;
		transform: rotate(45deg);
	}

	#navbarIcon.open .navbarIconBar:nth-child(2) {
		opacity: 0;
	}

	#navbarIcon.open .navbarIconBar:nth-child(3) {
		top: 9px;
		transform: rotate(-45deg);
	}

	#drawerNavMenu {
		width: 100%;
		height: 100%;
		padding-top: 60px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		display: none;
	}

	#drawerNavList {
		padding: 0 30px;
	}

	.drawerNavListItem {
		border-top: 3px solid #b01c0f;
	}
	
	.drawerNavListItem a {
		padding: 15px;
		position: relative;
		display: block;
		color: #b01c0f;
		font-size: 1.8rem;
		font-weight: 700;
	}

	.drawerNavListItem a::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		border-top: 2px solid #b01c0f;
		border-right: 2px solid #b01c0f;
		transform: rotate(45deg) translateY(-50%);
	}

	.drawerBtn {
		padding: 15px 30px 15px 45px;
	}

	a.drawerBtnLink {
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1.8rem;
		font-weight: 700;
	}

	a.drawerBtnLink::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(45deg) translateY(-50%);
	}

	#drawerBtnFormWrap {
		background-color: #b01c0f;
	}

	#drawerBtnLineWrap {
		margin-bottom: 10px;
		background-color: #1cb720;
	}
	
	.drawerNavTel {
		text-align: center;
	}

	/* ------------------------------------ */
	/* トップ */
	/* ------------------------------------ */
	#top::before {
		top: -30px;
	}

	.topMedia::after {
		width: calc(100% - 30px);
	}

	.topMediaImg {
		width: 100%;
		position: relative;
	}
	
	.topMedia:nth-child(2) .topMediaImg {
		top: 0;
	}

	.topMediaBodyInner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* ------------------------------------ */
	/* 買取商品 */
	/* ------------------------------------ */
	#itemHeadTtl {
		font-size: 3rem;
	}

	.itemHeadTxt {
		font-size: 2rem;
	}

	.itemBodyListTxt {
		height: 60px;
		font-size: 1.4rem;
	}

	#troubleTtl {
		font-size: 2.4rem;
	}

	#troubleList li {
		width: 50%;
		margin-bottom: 20px;
	}

	#troubleList li:not(:last-child) {
		border-right: none;
	}
	#troubleList li:not(:nth-child(2n)) {
		border-right: 1px solid #6d6d6d;
	}

	/* ------------------------------------ */
	/* 強み */
	/* ------------------------------------ */
	#strength {
		padding-top: 80px;
		margin-top: -80px;
	}

	#strengthTtl {
		font-size: 2.8rem;
	}

	#strengthTtl img {
		padding: 15px 0;
	}

	/* ------------------------------------ */
	/* 買取の流れ */
	/* ------------------------------------ */
	.applyItem {
		padding: 0 30px;
	}

	.flowItemBody {
		padding: 0 30px;
	}

	.releaseItem {
		width: 100%;
		margin-bottom: 40px;
	}

	.releaseItemImg {
		margin-bottom: 20px;
	}

	.releaseSupport {
		width: 100%;
	}

	.releaseSupportTel p span {
		display: inline-block;
	}

	/* ------------------------------------ */
	/* 買取実績 */
	/* ------------------------------------ */
	.caseItemTop {
		width: 100%;
	}

	.caseItemTop:not(:last-child) {
		border-right: 2px solid #313131;
		border-bottom: none;
	}

	.caseItemBottom {
		width: 50%;
	}

	.caseItemBottom:nth-child(2n) {
		border-right: 2px solid #313131;
	}

	/* ------------------------------------ */
	/* お客様の声 */
	/* ------------------------------------ */
	.voiceItem {
		width: 100%;
	}

	/* ------------------------------------ */
	/* 査定 */
	/* ------------------------------------ */
	.tabContentItem {
		padding: 30px;
	}

	/* LINE査定
	------------------------------------ */
	.linePointTtl {
		width: 90%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tabbr {
		display: block;
	}

	/* ------------------------------------ */
	/* ファーストビュー */
	/* ------------------------------------ */
	#fv {
		padding-top: 70px;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#container {
		font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	}

	.spbr {
		display: block;
	}

	.inner {
		padding: 0 20px;
	}

	.cmnSecTtl {
		font-size: 3.2rem;
	}

	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#headerInner {
		padding: 0 20px;
	}

	/* ------------------------------------ */
	/* ファーストビュー */
	/* ------------------------------------ */
	#fv {
		padding-top: 90px;
	}

	#fvInner {
		justify-content: center;
	}

	#fvTxt {
		width: 80%;
		margin-right: 0;
		margin-bottom: 20px;
		padding-top: 0;
	}

	#fvImg {
		width: 100%;
	}

	/* ------------------------------------ */
	/* トップ */
	/* ------------------------------------ */
	#top {
		padding-top: 40px;
	}

	.topMedia:nth-child(1) {
		margin-bottom: 80px;
	}

	.topMedia::after {
		width: calc(100% - 20px);
	}

	.topMediaBodyInner {
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.topMediaTtl {
		font-size: 2.2rem;
	}

	.topMediaTxt {
		font-size: 1.4rem;
	}

	.topMediaBrandHead {
		margin-bottom: 10px;
		flex-wrap: wrap;
	}

	.topMediaBrandHead span:nth-child(1) {
		margin-bottom: 10px;
	}
	.topMediaBrandHead span:nth-child(2) {
		margin-left: 0;
	}

	/* ------------------------------------ */
	/* 買取商品 */
	/* ------------------------------------ */
	#itemHeadTtl{
		font-size: 2.2rem;
	}

	.itemHeadTxt {
		font-size: 1.6rem;
	}

	.itemHeadNote {
		font-size: 1.2rem;
	}

	#itemBodyList li {
		width: calc(50% - 20px * 1 / 2);
	}

	#itemBodyList li:nth-child(2n) {
		margin-right: 0;
	}

	/* ------------------------------------ */
	/* お悩み */
	/* ------------------------------------ */
	#trouble {
		padding-bottom: 80px;
	}

	#troubleListWrap {
		padding: 40px 0;
	}

	#troubleListWrap::after {
		bottom: -45px;
		border-width: 45px 105px 0 105px;
	}

	#troubleTtl {
		font-size: 2.2rem;
	}

	#troubleList {
		margin-bottom: -20px;
	}


	/* ------------------------------------ */
	/* 強み */
	/* ------------------------------------ */
	#strengthTtl {
		font-size: 2.2rem;
	}

	#strengthTtl img {
		max-width: 330px;
		padding: 5px 0;
	}

	#strengthList li {
		width: 90%;
		margin: 0 auto 60px;
	}

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

	.strengthListLabel {
		font-size: 1.8rem;
	}

	.strengthListTxt {
		font-size: 1.4rem;
	}

	/* ------------------------------------ */
	/* 買取の流れ */
	/* ------------------------------------ */
	#flow {
		padding-top: 80px;
	}

	.flowItem:not(:last-child) {
		margin-bottom: 90px;
	}

	.flowItemHeadTxt {
		font-size: 1.7rem;
	}

	.flowItemHeadTtl {
		font-size: 2.6rem;
	}

	.flowItemBody {
		padding: 0 20px;
	}

	.flowArrowBottom::before, .flowArrowBottom::after,
	.flowArrowTop::before, .flowArrowTop::after {
		height: 60px;
	}

	.flowArrowBottom::before {
		bottom: -93px;
	}

	.flowArrowBottom::after {
		bottom: -90px;
	}

	.flowArrowTop.right::before, 
	.flowArrowTop.left::before {
		top: -93px;
	}

	.flowArrowTop.right::after, 
	.flowArrowTop.left::after {
		top: -90px;
	}
	

	/* STEP1 */
	.applyItem {
		width: 100%;
		margin-bottom: 40px;
	}

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

	/* STEP2 */
	.flowItemHeadNote {
		margin-right: 15px;
		margin-left: 15px;
		font-size: 1.3rem;
	}

	.buyItem {
		width: 100%;
		margin-bottom: 40px;
	}

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

	.buyItemHead {
		padding: 15px 50px 15px 10px;
		position: relative;
		pointer-events: all;
	}

	.buyItemHead::after {
		content: "";
		width: 20px;
		height: 12px;
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background: transparent url(./img/icon_accordion.svg) no-repeat center center / contain;
		transition: 0.3s ease-in-out;
	}
	
	.buyItemHead.open::after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.buyItemHeadTtl {
		flex-direction: row;
	}

	.buyItemHeadTtl::before {
		margin-right: 20px;
	}
	
	.buyItemBody {
		display: none;
	}

	/* STEP3 */
	.releaseItemTxt {
		font-size: 1.5rem;
	}

	.releaseSupport {
		padding: 20px;
	}

	.releaseSupportMessage {
		flex-direction: column;
	}

	.releaseSupportMessage span {
		width: 52px;
		height: 52px;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	.releaseSupportMessage p {
		width: 100%;
		font-size: 1.5rem;
	}

	.releaseSupportTel {
		flex-direction: column;
	}

	.releaseSupportTel p {
		margin-right: 0;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	/* ------------------------------------ */
	/* 買取実績 */
	/* ------------------------------------ */
	#case {
		padding-top: 80px;
	}

	.caseItemTop {
		padding: 15px 15px 30px;
	}
	
	.caseInfo {
		flex-wrap: wrap;
	}

	.caseInfoPlace {
		margin-bottom: 5px;
	}

	.caseItemTop .caseItemBodyName {
		font-size: 1.8rem;
	}

	.caseItemTop .caseItemBodyName + p {
		font-size: 1.2rem;
	}

	.caseItemBottom {
		padding: 15px 10px;
	}

	.caseItemBottom .caseItemBodyTxt {
		font-size: 1.5rem;
	}

	/* ------------------------------------ */
	/* お客様の声 */
	/* ------------------------------------ */
	#voice {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.voiceItem {
		margin-bottom: 20px;
		padding: 30px 15px 20px;
		align-items: center;
	}

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

	.voiceItemImg {
		width: 90px;
		margin-right: 20px;
	}

	.voiceItemBody {
		width: calc(100% - 110px);
	}

	.voiceItemTtl {
		font-size: 1.8rem;
	}

	.voiceItemTxt {
		font-size: 1.3rem;
	}

	/* ------------------------------------ */
	/* 査定 */
	/* ------------------------------------ */
	#contactformWrap {
		padding: 40px 0;
	}

	.tabSwitchItem {
		font-size: 1.5rem;
	}

	.tabContentItem {
		padding: 30px 20px;
	}
	
	#contactformWrap.confirm, #contactformWrap.complete {
		padding-top: 40px;
	}

	/* かんたん事前査定
	------------------------------------ */
	.formTtl {
		font-size: 3rem;
	}

	.contactItemTit {
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}

	.formInput {
		width: 100%;
	}

	.formUpload label {
		margin-bottom: 5px;
	}

	.formUploadName {
		margin-bottom: 10px;
		display: block;
	}

	.formInput textarea {
		height: 180px;
	}

	#ppBox {
		padding: 15px;
	}

	#ppBoxInner {
		padding-right: 20px;
	}
	
	.formCheckbox + span {
		font-size: 1.3rem;
	}

	.formCheckbox + span::after {
		top: 0;
	}

	/* LINE査定
	------------------------------------ */
	#line {
		background: #ffffff;
	}

	.lineTtl {
		margin-bottom: 40px;
		font-size: 3rem;
	}

	#lineHead {
		width: 100%;
		margin-bottom: 0;
	}

	#lineHead::after {
		content: "";
		width: calc(100% + 40px);
		height: 50vw;
		margin-top: -60px;
		display: block;
		background: transparent url(./img/line_img.jpg) no-repeat center center / cover;
		transform: translateX(-20px);
	}

	.lineHeadTxt1 {
		margin-bottom: 5px;
		font-size: 2.4rem;
	}

	.lineHeadTxt2 {
		font-size: 1.3rem;
	}

	.lineHeadTxt3 {
		position: relative;
		background-color: transparent;
		font-size: 1.4rem;
		text-align: left;
		z-index: 1;
	}

	.lineStepBody {
		padding: 30px 20px;
	}

	.lineStepBodyItem:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.lineStepBodyItem:nth-child(2) {
		width: 100%;
	}
	
	.lineWayTtl {
		font-size: 1.4rem;
	}

	.linePoint {
		margin-top: 50px;
	}

	.linePointTtl {
		top: -30px;
		border-radius: 30px;
	}
}

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

	.spHeaderBtn a {
		width: 9.333vw;
	}
}

.contactItemCont img,
.contactItemCont video{
	width:300px;
	height:auto;
}

#preview{
	width:300px;
	margin-bottom: 10px;
}
#bk_img{
	width:300px;
}
#bk_img img,
#bk_img video,
#preview img,
#preview video{
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
	.contactItemCont img,
	.contactItemCont video{
		width:100%;
		height:auto;
	}
	#preview{
		width:100%;
	}
	#bk_img{
		width:100%;
	}
}
