@charset "utf-8";

/*
Theme Name: affinger-child
Version: 1.0
Template: affinger
*/
:root {
	--w_main: 100%;
	--w_inner: calc(876px + 40px);
	--color_main: #f00;
	--color_sub: #fff;
	--color_key: #ff0;
	--color_default: #000;
	--ft_LLL: calc(42px * 0.9);
	--ft_LL: calc(36px * 0.7);
	--ft_L: calc(28px * 0.7);
	--ft_M: calc(24px * 0.7);
	--ft_S: calc(20px * 0.7);
	--ft_SS: calc(16px * 0.7);
}

h2 {
	background-color: var(--color_main);
	color: var(--color_sub);
	padding: 0.6em 0em;
	font-size: 36px;
}

h3 {
	position: relative;
	margin: 40px auto;

}

h4 {
	color: var(--color_default);
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}





/*============================================================
TOP IMG
============================================================*/
#img_top {
	width: var(--w_main);
}

h2#ttl_catch_01 {
	font-size: 32px;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px auto;
	padding: 20px 0px;
	background-color: var(--color_main);
	color: var(--color_sub);
}

h2#ttl_catch_01 strong {
	font-size: 1.2em;
}

#ttl_catch_02 {
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	transform-origin: 0px 0px;
}

#ttl_catch_02 em {
	font-style: normal;
}

#ttl_catch_02 strong {
	font-size: 36px;
	color: var(--color_main);
	background: linear-gradient(transparent 60%, #ff0 60%);
}

/*============================================================
ナビゲーション
============================================================*/
#nav_hamburger,
#btn_hamburger {
	display: none;
}

#nav_local_nav {
	display: block;
	padding: 0 0px;
	max-width: --var(_w_main);
	background-color: var(--color_main);
	color: var(--color_sub);
	text-align: center;
}

#nav_local_nav ul {
	max-width: var(--w_inner);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#nav_local_nav ul li {
	width: calc(100% / 7 - 2px);
}

#nav_local_nav ul li+li {
	border-left: solid 1px #999;
}

#nav_local_nav ul li a {
	display: block;
	padding: 20px 10px;
	color: var(--color_sub);
	line-height: 1.1;
	font-weight: bold;
}

/*============================================================
まとめてウェアを送るだけ
============================================================*/
#wrap_just_send.wrap_content {
	margin-top: 10px;
}

#txt_put_money {
	font-size: 36px;
	text-align: center;
	line-height: 1.5 !important;
	font-weight: bold;
	margin-bottom: 0px;
}

#txt_put_money span {
	font-size: 0.9em;
	display: block;
}

#txt_put_money strong {
	color: var(--color_main);
	background: linear-gradient(transparent 60%, #ff0 60%);
}

#txt_put_money+div {
	text-align: center;
	max-width: calc(var(--w_inner) - 300px);
	margin: auto auto 0px auto;
}

#wrap_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 40px auto;
	max-width: calc(var(--w_inner) - 240px);
}

#wrap_point li {
	width: calc(100% / 2 - 20px);
	margin: 10px;
	text-align: center;
	line-height: 1;
}

#wrap_point li img {
	width: 100%;
}

#wrap_point+p {
	font-size: 18px;
}

#wrap_send_kit>p {
	text-align: center;
}

#wrap_send_kit .wrap_send_nav_cta {
	margin: 0px auto auto auto;
	max-width: calc(var(--w_inner) - 300px);
}

#wrap_send_kit .wrap_send_nav_cta li+li {
	margin-top: 15px;
}

/*============================================================
グッドエンドが高く買えるのは、宅配買取専門店だから！
============================================================*/
#wrap_reason {}

#wrap_reason.wrap_content>section {
	max-width: calc(var(--w_inner) - 120px);
}

.ttl_why {
	position: relative;
	height: 125px;
	margin: 40px auto 30px 0px !important;
	border-bottom: solid 5px #a58715;
}

.ttl_why strong {
	color: var(--color_main);
}

.ttl_why div {
	width: calc(180px * 0.7);
	margin-right: 20px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 40px;
}

#wrap_reason p {
	font-size: 20px;
}

#wrap_reason .ttl_why p {
	width: calc(100% - 200px / 0.7);
	text-align: center;
	margin: 0px;
	line-height: 1.2;
	position: absolute;
	bottom: 20px;
	left: 200px;
	font-size: 32px;
}

/*============================================================
他社と買取価格を比べてみました
============================================================*/
#wrap_compare_with_others {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #1e1e1e;
	padding: 10px 10px 20px 10px;
}

#wrap_compare_with_others>div {
	width: calc(100% / 3 - 20px);
	padding: 10px;
	color: var(--color_sub);
	margin:0px;
}

#wrap_compare_with_others>div h3 {
	padding-bottom: 5px;
	border-bottom: solid 1px var(--color_sub);
	margin: 5px 0px 0px 0px;
	line-height: 1.2;
	font-size: 20px !important;
	background-color: transparent !important;
	color: var(--color_sub);
	text-align: left !important;
}

#wrap_compare_with_others>div h3 strong {
	display: block;
	margin: 0px;
}

#wrap_compare_with_others>div p {
	margin: 0px 0px;
	font-size: 20px;
}

#wrap_compare_with_others>div .txt_compare_our_price {
	color: var(--color_key);
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
}

#wrap_moreover {
	margin: 40px 0px;
}

#wrap_moreover h3 {
	font-size: 36px;
	text-align: center;
	line-height: 1.2;
}

#wrap_moreover>section {}

#wrap_moreover p strong {
	color: var(--color_main);
}

#txt_moreover_notice {
	font-size: 0.8em;
}

/*============================================================
比べてわかる！お客様目線の買取サービス
============================================================*/
#wrap_service {
	width: var(--w_main);
}

#wrap_service strong {
	color: var(--color_main);
}

#wrap_moreover_table {
	margin: 40px auto;
	position: relative;
}

#nav_moreover_table {
	display: none;
}

/*============================================================
無料査定のご依頼はこちら
============================================================*/
#wrap_assesment {
	max-width: var(--w_main);
	background-color: #3d220a;
	padding: 30px;
	margin-bottom: 0px;
}

#wrap_assesment>div:nth-of-type(1) {
	margin: 0 auto;
	line-height: 1;
	max-width: var(--w_inner);
	text-align: center;
}

#wrap_assesment>section {
	max-width: calc(var(--w_inner) - 60px);
	margin-top: 0px !important;
	padding: 60px 40px;
}

#wrap_assesment>section h3.ttl_banzai {
	margin-top: 0px;
	margin-bottom: 50px;
}

#wrap_assesment>section h3.ttl_banzai::before,
#wrap_assesment>section h3.ttl_banzai::after {
	margin-top: 0px;
}

#wrap_assesment_nav_cta_01 {
	margin: 20px auto;
	max-width: calc(var(--w_inner) - 250px);
}

#wrap_assesment_nav_cta_01+p {
	font-size: calc(4.8px * 4);
	text-align: center;
}

#wrap_assesment_nav_cta_01+p a {
	color: #000;
	text-decoration: underline;
}

#wrap_assesment_nav_cta_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
	max-width: calc(var(--w_inner) - 240px);
}

#wrap_assesment_nav_cta_02 li {
	margin: 0px 5px;
	width: calc(100% / 2 - 10px);
}

#wrap_assesment_nav_cta_03 {
	margin: 20px auto;
	max-width: calc(var(--w_inner) - 250px);
}

#wrap_ask {
	padding: 30px;
	border: solid 1px #555;
	font-weight: bold;
}

#txt_please_ask {
	text-align: center;
}

#wrap_ask p {
	font-size: 28px;
	margin: 0px auto 10px auto;
	text-align: center;
}

#wrap_ask ul {
	margin: auto;
}

#wrap_ask ul li {
	background-image: url("../../../../uploads/icon_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	font-size: 30px;
	padding-left: 50px;
	margin: 10px 0px;
}

#wrap_ask ul li strong {
	color: var(--color_main);
}

/*============================================================
グッドエンドの4つの安心
============================================================*/
#wrap_relief.wrap_content {
	margin: 0 auto;
	padding: 30px 0px;
	background-color: var(--color_main);
}

#wrap_relief h2 {
	line-height: 1.2;
	margin: 0 auto;
	padding-top: 0px !important;
}

#wrap_relief h2 strong {
	display: table;
	border-bottom: solid 5px var(--color_sub);
	margin: 0px auto 10px auto;
}

#wrap_relief h2 span {
	font-size: 0.8em;
}

#wrap_relief.wrap_content>section {
	background-image: url("../../../../uploads/bg_sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 30px 0px;
	max-width: calc(var(--w_main));
	margin: auto;
}

#wrap_relief>section>section {
	margin: auto 30px;
}

#wrap_relief>section>section>section {
	background-color: var(--color_main);
	padding: 30px;
	color: var(--color_sub);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0px;
	max-width: calc(var(--w_inner) - 40px);
	margin: auto;
}

#wrap_relief>section>section>section:nth-of-type(1) {
	margin-top: 0;
}

#wrap_relief>section>section>section:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

#wrap_relief>section>section>section>section,
#wrap_relief>section>section>section>div {
	width: calc(50% - 30px);
	padding: 10px;
}

#wrap_relief>section>section>section>section h3 {
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: solid 3px var(--color_sub);
	line-height: 1.2;
	margin: 10px 0px 10px 10px;
	text-align: center;
	background-color: transprent !important;
}

#wrap_relief>section>section>section>section p {
	margin: 10px 0px;
}

#wrap_relief.wrap_content>section>section+p {
	max-width: var(--w_inner);
	margin: 60px auto;
	text-align: center;
}

/*============================================================
買取強化アイテム一覧
============================================================*/
#wrap_items.wrap_content {
	margin: 0 auto;
}

#wrap_items h2 span {
	display: table;
	margin: 0px auto;
	text-align: center;
	border-bottom: solid 3px var(--color_sub);
}

#wrap_items.wrap_content>section {
	background-color: var(--color_main);
	color: var(--color_sub);
	max-width: var(--w_main);
	margin: 0px auto;
	padding: 0px 0px 80px 0px;
}

#wrap_items.wrap_content>section>section {
	max-width: var(--w_inner);
	margin: auto;
	text-align: center;
}

#wrap_items.wrap_content>section>section>div {
	max-width: var(--w_main);
}

/*============================================================
買取強化ブランド一覧
============================================================*/
#wrap_brands.wrap_content {
	margin: 0 auto;
	background-color: #282828;
}

#wrap_brands h2 {
	background-color: #282828;
	display: table;
	padding-bottom: 5px !important;
	border-bottom: solid 5px #fff;
	margin: 0px auto 40px auto;
	text-align: center;
	padding-top: 60px !important;
}

#wrap_brands h2 span {
	display: table;
	margin: 0px auto;
	text-align: center;
	border-bottom: solid 3px var(--color_sub);
}

#wrap_brands.wrap_content>section {
	background-color: #282828;
	color: var(--color_sub);
	max-width: var(--w_main);
	margin: 0px auto;
	padding: 0px 0px 80px 0px;
}

#wrap_brands.wrap_content>section>section {
	max-width: var(--w_inner);
	margin: auto;
	text-align: center;
}

#wrap_brands.wrap_content>section>section>div {
	max-width: var(--w_main);
}

/*============================================================
かんたん３ステップ！買取の流れ
============================================================*/
#wrap_steps.wrap_content {
	margin: 0px auto;
	background-image: url("../../../../uploads/bg_yellow.jpg");
	padding: 0px 0px 50px 0px;
	background-position: top center;
	background-repeat: repeat-y;
}

#wrap_steps.wrap_content>section {
	padding: 0px;
	background-color: transparent;
	margin: 50px auto 0px auto;
}

#wrap_steps.wrap_content>section>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#wrap_steps.wrap_content>section>section>section {
	padding: 10px;
	width: calc(100% / 3 - 40px);
	background-color: var(--color_main);
	color: var(--color_sub);
	margin: 10px;
}

#wrap_steps.wrap_content>section>section>section h3 {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px var(--color_sub);
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	height: 80px;
	position: relative;
}

#wrap_steps.wrap_content>section>section>section h3 span {
	display: block;
	margin: auto;
	font-family: "Courier New", Courier, "monospace";
}

#wrap_steps.wrap_content>section>section>section h3 strong {
	position: absolute;
	left: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	top: 60%;
	transform: translateY(-50%);
}

#wrap_steps.wrap_content>section>section>section p {
	font-size: 17px;
	text-align: center;
	height: 3em;
}

#wrap_steps.wrap_content>section>section+p {
	max-width: calc(var(--w_inner) - 20px);
	margin: 20px auto 20px auto;
}

/*============================================================
お客様の声
============================================================*/
#wrap_voice.wrap_content {
	margin: 0px auto;
}

#wrap_voice .wrap_voice_each {
	padding: 40px 20px;
	margin: 0px auto;

}

#wrap_voice .wrap_voice_each+section {
	border-top: solid 2px #aaa;
}

#wrap_voice .wrap_voice_each>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
	max-width: calc(var(--w_inner) - 120px);
}

#wrap_voice .wrap_voice_each>section>div {
	width: 200px;
	text-align: center;
}

#wrap_voice .wrap_voice_each>section>div img {
	width: 200px;
}

#wrap_voice .wrap_voice_each>section>section {
	width: calc(var(--w_main) - 200px - 80px);
	padding: 20px;
	border-radius: 20px;
	position: relative
}

#wrap_voice .wrap_voice_each>section:nth-of-type(2n)>section {
	background-color: #f3f3f3;
	padding: 20px;
}

#wrap_voice .wrap_voice_each>section:nth-of-type(2n)>section:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #f3f3f3;
}

#wrap_voice .wrap_voice_each>section:nth-of-type(2n+1)>section:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}

#wrap_voice .wrap_voice_each>section:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

#wrap_voice .wrap_voice_each section h3 {
	margin: 10px 0px 20px 0px;
	font-size: 26px;
	border-bottom: none;
}

#wrap_voice.wrap_content>section>section p {}

/*============================================================
よくある質問
============================================================*/
#wrap_faq.wrap_content {}

#wrap_faq.wrap_content>section>section {
	background-color: #ffd2d2;
	padding: 20px 40px;
	margin: 40px auto;
	position: relative;
}

#wrap_faq.wrap_content>section>section h3,
#wrap_faq.wrap_content>section>section>section {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 40px 20px 0px;
	padding: 0px 0px 0px 2em;
	position: relative;
	border-bottom: none;
}

#wrap_faq.wrap_content>section>section>section {
	display: none;
}

#wrap_faq.wrap_content>section>section h3::before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 36px;
}

#wrap_faq.wrap_content>section>section>section::before {
	content: "A.";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 36px;
}

#wrap_faq.wrap_content>section>section>aside {
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 50px;
	cursor: pointer;
	font-family: "Courier New", Courier, "monospace";
}

#wrap_faq.wrap_content>section>section>aside::before {
	content: "\e145";
	font-family: 'Material Icons';
}

#wrap_faq.wrap_content>section>section.wrap_qa_show>aside::before {
	content: "\e15b";
	font-family: 'Material Icons';
}

#wrap_faq.wrap_content>section>section.wrap_qa_show>section {
	/*display: block;*/
}

#wrap_faq.wrap_content>section>section.wrap_qa_show p {
	margin-top: 0;
}
/*============================================================
リボーンプロジェクト
============================================================*/
#wrap_reborn{
	max-width: var(--w_main);
    margin: 60px auto;
	word-break: keep-all;
}
#wrap_reborn p{
	text-align: center;
}


/*============================================================
お知らせ
============================================================*/
#wrap_faq2.wrap_content {}

#wrap_faq2.wrap_content>section>section {
	background-color: #ffd2d2;
	padding: 10px 10px;
	margin: 10px auto;
	position: relative;
	
}

#wrap_faq2.wrap_content>section>section h3,
#wrap_faq2.wrap_content>section>section>section {
	font-size: 19px;
	font-weight: normal;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom: none;
}

#wrap_faq2.wrap_content>section>section>section {
	display: none;
}

#wrap_faq2.wrap_content>section>section h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 36px;
}

#wrap_faq2.wrap_content>section>section>section::before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 36px;
}

#wrap_faq2.wrap_content>section>section>aside {
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 50px;
	cursor: pointer;
	font-family: "Courier New", Courier, "monospace";
}

#wrap_faq2.wrap_content>section>section>aside::before {
	content: "\e145";
	font-family: 'Material Icons';
}

#wrap_faq2.wrap_content>section>section.wrap_qa_show>aside::before {
	content: "\e15b";
	font-family: 'Material Icons';
}

#wrap_faq2.wrap_content>section>section.wrap_qa_show>section {
	/*display: block;*/
}

#wrap_faq2.wrap_content>section>section.wrap_qa_show p {
	margin-top: 0;
}
/*============================================================
無料宅配キットお申し込みフォーム
============================================================*/
#wrap_fm.wrap_content {
	margin-top: 0;
}

#wrap_fm.wrap_content>section {
	margin: auto auto;
	background-color: transparent;
}

#wrap_fm.wrap_content h3+p {
	font-size: 20px;
	margin-top: 0;
	text-align: center;
}

#wrap_fm_content>section {
	margin: 40px 0px;
}

.wrap_content>section>div+div {
	margin-top: 5px;
}

#wrap_fm_content .wpcf7-list-item {
	display: block;
	margin: 20px 0px;
	position: relative;
}

.wrap_fm_memo p {
	font-size: 16px;
	margin: 0;
}

.wrap_fm_id input[type="file"],
.wrap_fm_bank input[type="file"] {
	font-size: 18px;
	margin: 10px 10px;
}

.wrap_date_hours,
.wrap_fm_bank {
	margin: 80px auto;
}

.wrap_date_hours>h4 {
	margin-top: 20px;
}

#wrap_fm_privacy {
	margin-top: 16px
}

#wrap_fm_privacy .wpcf7-list-item {
	margin-bottom: 0px;
	display: inline;
}

#wrap_fm_privacy .wpcf7-list-item-label {}

#wrap_fm_privacy a {
	color: #000;
	text-decoration: underline;
	margin-top: 10px;
}

/*確認画面*/
#wrap_fm_content.wrap_fm_confirm {
	font-size: 25px;
}

#wrap_fm_content.wrap_fm_confirm>section {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px 0px;
}

#wrap_fm_content.wrap_fm_confirm>section>div:first-child {
	width: 10em;
	margin-right: 20px;
}

#wrap_fm_content.wrap_fm_confirm>section>div:last-child {
	width: calc(100% - 10em - 40px);
}

/*============================================================
フローティングフッター
============================================================*/
#ft_cta {
	max-width: calc(var(--w_main));
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 0px;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	z-index: 50;
	display: none;
}

#ft_cta ul {
	max-width: calc(var(--w_inner) - 180px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
}

#ft_cta li {
	width: calc(100% / 2 - 10px);
	line-height: 1;
}

#ft_cta li a {}

/*



*/
/*============================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
レスポンシブ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
============================================================*/
@media only screen and (min-width: 600px) and (max-width: 959px) {}

/*


*/
@media only screen and (max-width: 640px) {
	main h2 {
		font-size: 26px !important;
		line-height: calc(8.62px * 4);
	}

	/*============================================================
ナビゲーション
============================================================*/
	#nav_hamburger {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background-color: var(--color_main);
		padding: 10px;
		z-index: 100;
		width: calc(var(--w_main) - 20px);
		/*box-shadow: 0 10px 0px 0px rgb(0, 0, 0, 0.3);*/
	}

	#nav_hamburger>p {
		width: 130px;
		padding: 5px 20px 5px 20px;
		background-color: #fff;
		margin: 0px 0px 0px 20px;
		line-height: 1;
	}

	#nav_hamburger.nav_open {}

	#nav_hamburger.nav_close {}

	#btn_hamburger {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 5px;
		right: 5px;
		display: block;
		z-index: 110;
	}

	#nav_hamburger.nav_open {
		display: block;
	}

	#nav_hamburger ul.ul_nav_local_nav {
		border-top: solid 1px #555;
		padding: 20px;
		margin: 20px auto;
	}

	#nav_hamburger ul.ul_nav_local_nav li {
		font-size: calc(5.83px * 4);
	}

	#nav_hamburger ul.ul_nav_local_nav li br {
		display: none;
	}

	#nav_hamburger ul.ul_nav_local_nav li+li {
		/*border-top: solid 1px #555;*/
	}

	#nav_hamburger ul.ul_nav_local_nav li a {
		color: var(--color_sub);
		padding: 10px 0px;
		display: block;
	}

	#nav_hamburger ul.wrap_send_nav_cta {
		line-height: 1;
	}

	#nav_hamburger ul.wrap_send_nav_cta li+li {
		margin-top: 10px;
	}

	/*PC版のメニューは非表示にする*/
	#nav_local_nav {
		display: none;
	}

	#nav_hamburger {
		display: none;
	}

	h2#ttl_catch_01 {
		font-size: 20px !important;
	}

	h2#ttl_catch_01 strong {
		font-size: calc(6.47px * 4);
	}

	#ttl_catch_02 {
		width: calc(var(--w_main) - 20px);
		margin: auto;
		font-size: calc(5.59px * 4);
		line-height: 1.3;
	}

	#ttl_catch_02 em {
		font-size: calc(4.1px * 4);
		font-style: normal;
	}

	#ttl_catch_02 strong {
		font-size: calc(7.46px * 4);
		display: table;
		margin: auto;
		text-align: center;
	}

	#ttl_catch_02 strong em {
		font-size: calc(6.26px * 4);
		font-style: normal;
	}

	/*============================================================
まとめてウェアを送るだけ
============================================================*/
	#wrap_just_send.wrap_content {}

	h2.ttl_hd {
		font-size: calc(7.68px * 4) !important;
	}

	#wrap_just_send.wrap_content h3.ttl_banzai {
		font-size: 20px;
	}

	#wrap_just_send.wrap_content h3.ttl_banzai {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#wrap_send_kit {
		margin: auto 20px;
	}

	#wrap_just_send.wrap_content #wrap_send_kit h3.ttl_banzai {
		font-size: 17px;
	}

	#txt_put_money {
		font-size: calc(5.89px * 4);
	}

	#wrap_point {
		margin: 0 5px 10px 5px;
		text-align: center;
	}

	#wrap_point li {
		width: calc(100% / 1);
		margin: 10px 60px;
	}

	.wrap_send_nav_cta {
		margin: auto 0px;
		text-align: center;
	}

	.wrap_send_nav_cta_02 {
		margin: 10px auto;
	}

	.wrap_send_nav_cta_02 img {
		width: 100%;
	}

	#wrap_send_kit .wrap_send_nav_cta {
		margin-top: 0;
	}

	#wrap_send_kit .wrap_send_nav_cta li+li {
		margin-top: 5px;
	}

	/*============================================================
グッドエンドが高く買えるのは、宅配買取専門店だから！
============================================================*/
	#wrap_reason.wrap_content {}

	#wrap_reason.wrap_content>section {
		margin: auto 20px;
	}

	#wrap_reason.wrap_content>section>p:nth-of-type(1) {
		margin-bottom: 0;
	}

	.ttl_why {
		border-bottom-width: 3px;
		margin: 40px auto 2px 0px;
		height: auto;
	}

	.ttl_why:nth-of-type(1) {
		margin-top: 20px;
	}

	.ttl_why div {
		text-align: center !important;
		width: 120px;
		margin: 0px auto 5px auto;
		position: static;
	}

	#wrap_reason.wrap_content .ttl_why p {
		width: 100%;
		text-align: center;
		margin: 0px;
		line-height: 1.2;
		position: static;
		bottom: 0;
		left: 0;
		font-size: calc(6.72px * 4) !important;
		padding-bottom: 10px;
	}

	/*============================================================
他社と買取価格を比べてみました
============================================================*/
	#wrap_compare_with_others {
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0;
	}

	#wrap_compare_with_others>div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px;
		margin: 10px 0px;
		background-color: var(--color_default);
		line-height: 1;
	}

	#wrap_compare_with_others>div:nth-of-type(2n) {
		flex-direction: row-reverse;
	}

	#wrap_compare_with_others>div>div,
	#wrap_compare_with_others>div>section {
		width: calc(100% / 2 - 5px);
	}

	#wrap_compare_with_others>div p {
		line-height: 1.5;
		font-size: 15px;
	}

	#wrap_compare_with_others>div h3 {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 13px !important;
	}

	#wrap_compare_with_others>div .txt_compare_our_price {
		font-size: 32px;
	}

	#wrap_moreover {
		margin: 0px 20px 40px 20px;
	}

	#wrap_moreover h3 {
		margin-top: 20px;
		font-size: calc(6.72px * 4);
		line-height: calc(8.26px * 4);
	}

	#wrap_moreover>section {
		text-align: center;
	}

	#wrap_compare_with_others>div p {
		margin: 0px;
	}

	/*============================================================
比べてわかる！お客様目線の買取サービス
============================================================*/
	#wrap_service.wrap_content>section {
		margin: 20px 30px;
	}

	#wrap_moreover_table div:first-child {
		overflow-x: scroll;
	}

	#wrap_moreover_table div:first-child img {
		width: 600px;
		max-width: 600px;
	}

	#nav_moreover_table {
		display: block;
		position: absolute;
		top: 50%;
		width: 100%;
		height: 60px;
		transform: translateY(-50%);
	}

	#nav_moreover_table ul {}

	#nav_moreover_table>ul li {
		position: absolute;
		top: -50%;
		cursor: pointer;
	}

	#nav_moreover_table>ul li::before {
		font-family: 'Material Icons';
		content: '\e8dc';
		font-size: 60px;
		color: #f00;
		width: 60px;
		height: 60px;
	}

	#nav_moreover_table ul li:first-child {
		left: -20px;
	}

	#nav_moreover_table ul li:last-child {
		right: -20px;
	}

	#nav_moreover_table ul li:first-child::before {
		content: "\e5de";
	}

	#nav_moreover_table ul li:last-child::before {
		content: "\e5df";
	}

	/*============================================================
無料査定のご依頼はこちら
============================================================*/
	#wrap_assesment {
		padding: 10px;
	}

	#wrap_assesment>section {
		padding: 10px;
	}

	#wrap_assesment>section h3.ttl_banzai {
		margin-top: 30px;
		margin-bottom: 0;
		font-size: calc(4.19px * 4);
	}

	#wrap_assesment_nav_cta_01 {
		margin: 20px 15px 0px 15px;
		text-align: center;
	}

	wrap_assesment_nav_cta_01 {
		padding: 10px;
	}

	#wrap_assesment_nav_cta_01+p {
		margin: 0px 15px;
	}

	#wrap_assesment_nav_cta_02 {
		text-align: center;
		margin: 10px 15px;
	}

	#wrap_assesment_nav_cta_02 li {
		margin: 5px 0px;
		width: calc(100%);
	}

	#wrap_assesment_nav_cta_03 {
		margin: 0px 15px 10px 15px;
	}

	#wrap_ask {
		padding: 10px;
		text-align: center;
	}

	#wrap_ask p {
		font-size: 15px;
	}

	#wrap_ask ul li {
		background-size: 20px;
		padding-left: 30px;
		font-size: 18px;
	}

	/*============================================================
グッドエンドの4つの安心
============================================================*/
	#wrap_relief {
		padding: 20px 0px;
	}

	#wrap_relief h2 {
		font-size: calc(7.68px * 4);
	}

	#wrap_relief h2 span {
		font-size: calc(4.8px * 4);
	}

	#wrap_relief h2 strong {}

	#wrap_relief.wrap_content>section {}

	#wrap_relief>section>section {
		margin: auto 0;
	}

	#wrap_relief>section>section>section {
		padding: 10px;
		margin: 20px 20px;
	}

	#wrap_relief>section>section>section>section,
	#wrap_relief>section>section>section>div,
	#wrap_relief>section>section>section>section,
	#wrap_relief>section>section>section>div {
		width: 100%;
		padding: 10px 0px;
	}

	#wrap_relief.wrap_content>section>section+p {
		margin: 10px 20px;
	}

	/*============================================================
買取強化アイテム一覧
============================================================*/
	#wrap_items.wrap_content {
		padding: 0px;
	}

	#wrap_items.wrap_content h2 {
		padding-bottom: 5px !important;
	}

	#wrap_items.wrap_content>section {
		padding: 20px;
	}

	#wrap_items.wrap_content>section div img {
		width: 100%;
	}

	/*============================================================
買取強化ブランド一覧
============================================================*/
	#wrap_brands.wrap_content {
		padding: 0px;
	}

	#wrap_brands.wrap_content h2 {
		padding-bottom: 5px !important;
		margin-bottom: 10px !important;
		padding-top: 40px !important;
	}

	#wrap_brands.wrap_content {
		padding: 0px;
	}

	#wrap_brands.wrap_content>section {
		padding: 20px;
	}

	#wrap_brands.wrap_content div img {
		width: 100%;
	}

	/*============================================================
かんたん３ステップ！買取の流れ
============================================================*/
	#wrap_steps.wrap_content {
		padding-top: 40px;
		padding-bottom: 0px;
	}

	#wrap_steps.wrap_content>section {
		margin: 30px 10px 0px 10px;
		padding-bottom: 30px;
	}

	#wrap_steps.wrap_content>section>section>section {
		width: 100%;
		padding: 15px;
	}

	#wrap_steps.wrap_content>section>section>section h3 {
		display: block;
		height: auto;
	}

	#wrap_steps.wrap_content>section>section>section h3 strong {
		position: static;
		transform: translateY(0%);
	}

	#wrap_steps.wrap_content>section>section div img {
		width: 100%;
	}

	#wrap_steps.wrap_content>section>section+p {
		margin: auto 20px;
	}

	/*============================================================
お客様の声
============================================================*/
	#wrap_faq.wrap_content>section {
		margin: auto 20px;
	}

	#wrap_voice.wrap_content>section>section h3 {
		font-size: calc(4.8px * 4);
		text-align: center;
	}

	#wrap_faq.wrap_content>section>section {
		padding: 15px;
	}

	#wrap_voice.wrap_content>section>section>section>div {
		margin: auto;
	}

	#wrap_voice.wrap_content>section>section>section>section {
		width: 100%;
	}

	#wrap_faq.wrap_content>section>section h3,
	#wrap_faq.wrap_content>section>section>section {
		font-size: calc(4.32px * 4);
	}

	#wrap_faq.wrap_content>section>section h3::before,
	#wrap_faq.wrap_content>section>section>section::before {
		font-size: 32px;
	}

	#wrap_faq.wrap_content>section>section>aside {
		top: -10px;
		right: 4px;
		font-size: 40px;
	}

	/*============================================================
無料宅配キットお申し込みフォーム
============================================================*/
	#wrap_fm.wrap_content>section {
		margin: auto 20px;
	}

	#wrap_fm.wrap_content h3+p {
		font-size: 16px;
	}

	.wrap_requested_date_hours>section:nth-of-type(1)>h4 {
		margin-top: 20px;
	}

	.wrap_fm_id input[type="file"],
	.wrap_fm_bank input[type="file"] {
		margin: auto 0px;
	}

	/*============================================================
フローティングフッター
============================================================*/
	#ft_cta {
		max-width: calc(var(--w_main) - 20px);
		padding: 10px 10px;
		margin: 0;
	}

	#ft_cta ul {
		max-width: calc(var(--w_main) - 10px);
	}

	/*============================================================
閉じカッコ
============================================================*/
}

/*============================================================


/*============================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー上書き
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
============================================================*/
#header-full {
	display: none;
}



/*============================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘルメット買取　202308追加
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
============================================================*/
#wrap_helmet #wrap_just_send h2.ttl_hd {
	word-break: keep-all;
}

#wrap_inflation {
	max-width: calc(var(--w_main) - 80px);
	padding: 80px 40px 20px 40px;
	background-color: #fff9d5;
	position: relative;
	margin: 80px auto;
	/*border-top-left-radius: 100px;*/
}

#wrap_inflation div {
	max-width: calc(var(--w_main) - 60px);
	margin: 40px auto;
}

#wrap_inflation h2 {
	/*
	position: absolute;
	top: -20px;
	left: -20px;
	width: 320px;
	border-radius: 210px / 90px;
	transform: rotate(-10deg);
	*/
}

#wrap_inflation h2+p {
	text-align: center;
	font-size: var(--ft_LL);
	word-break: keep-all;
}

#wrap_inflation h3 {
	background-color: var(--color_main);
	color: var(--color_sub);
	text-align: center;
	padding: 0.6em 0em !important;
}

#wrap_helmet #wrap_compare_with_others>div {
	width: calc(100% / 4 - 15px);
	padding: 7.5px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
}

#wrap_helmet #wrap_compare_with_others>div section {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#wrap_helmet #wrap_compare_with_others>div h3 {
	font-size: 16px !important;
}

#wrap_helmet #wrap_compare_with_others>div h3+p {
	flex-grow: 1;
}

@media only screen and (max-width: 640px) {
	#wrap_inflation {
		max-width: calc(var(--w_main) - 20px);
		padding: 10px 10px 20px 10px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	#wrap_inflation h2 {
		/*
		position: absolute;
		top: -20px;
		left: 0px;
		width: 200px;
		border-radius: 180px / 90px;
		font-size: var(--ft_L) !important;
*/
		font-size: 25px !important;
	}

	#wrap_inflation h2+p {
		font-size: var(--ft_L);
	}

	#wrap_inflation div {
		max-width: calc(var(--w_main) - 10px);
		text-align: center;
		margin-bottom: 0px;
		;
	}

	#wrap_inflation div img {
		width: 100%;
	}

	#wrap_compare {
		margin-top: 40px;
	}

	#wrap_compare>h2+section {
		margin-top: 10px;
	}

	#wrap_compare_with_others {
		width: calc(100% - 20px);
		background-color: #1e1e1e;
		padding-top: 10px;
		padding-bottom: 10px;
	}




	#wrap_compare_with_others>div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px;
		margin: 10px 0px;
		background-color: var(--color_default);
		line-height: 1;
	}

	#wrap_compare_with_others>div:nth-of-type(2n) {
		flex-direction: row-reverse;
	}

	#wrap_compare_with_others>div>div,
	#wrap_compare_with_others>div>section {
		width: calc(100% / 2 - 5px);
	}














	#wrap_helmet #wrap_compare_with_others>div {
		width: calc(100% / 2 - 15px);
	}

	#wrap_helmet #wrap_compare_with_others>div {
		display: block;
	}

	#wrap_helmet #wrap_compare_with_others>div section {
		display: block;
	}

	#wrap_helmet #wrap_compare_with_others>div>div,
	#wrap_helmet #wrap_compare_with_others>div>section {
		width: 100%;
	}

	#wrap_voice .wrap_voice_each {
		padding: 10px 20px;
	}

	#wrap_voice .wrap_voice_each>section:nth-of-type(2n)>section:before {
		display: none;
	}

	#wrap_voice .wrap_voice_each>section:nth-of-type(2n+1)>section:before {
		display: none;
	}
}