body {
	color: #42210b;
	line-height: 1.6;
	font-size: 16px;
}
.footer {margin-top: 0px;}

/* ------------------------------
kv
------------------------------*/
.covit_alarm {
	background: #ff7139;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-top: -9px;
}
.covit_alarm p {
	padding: 13px 10px;
}

.main_bg {
	background: #f9f2ed url(../images/shucchoulp/bg.png) center center no-repeat;
	text-align: center;
}

.main_bg picure img {
	width: 100%;
	max-width: 960px;
}

.floating_block {
	display: none;
}
/* ------------------------------
コンテンツエリア 共通箇所
------------------------------*/
.h2_headding {
	margin-bottom: 30px;
	text-align: center;
}

.h2_headding img {
	width: calc(100% / 2);
}

.point_area ,
.recommend_block ,
.flow_block ,
.item_block ,
.voice_block ,
.form_block {
	padding: 50px 0px;
}

/* お問い合わせバナー はじまり */
.contact_block {
	border: 5px solid #5e8bcc;
	border-radius: 10px;
	background: #fff;
	padding: 30px 50px;
	text-align: center;
	position: relative;
	margin-top: 70px;
}


.contact_block--title {
	position: absolute;
	top:-53px;
	left: 18%;
}

.contact_block__action_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding-top: 35px;
}

.contact_block__action_area--tel {
	max-width: 340px;
	width: 100%;
}

.contact_block__action_area--mail {
	background: #ff7139;
	border-radius: 50px;
	display: inline-block;
	max-width: 328px;
	width: 100%;
	padding: 10px 70px;
}

@media screen and (min-width:768px) {
	.tellink {
		pointer-events: none;
	}
}
/* お問い合わせバナー おわり */


/* ------------------------------
 出張買取の3つのポイント
------------------------------*/
.point_item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

.point_item:nth-child(odd) {
	flex-direction: row-reverse;
}

.point_item img {
	width: 100%;
	max-width: 250px;
	flex-shrink: 0;
}

.point_item .point_item__txt {
	padding: 0px 50px;
	margin: 30px 0px;
	align-self:center;
	-webkit-align-self:center;
	-ms-align-self:center;
}

.point_item .point_item__txt h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
}


/* ------------------------------
 こんな方におすすめ
------------------------------*/
.recommend_block {
	background: #f9f2ed;
}

.balloon_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-top: 60px;
}

.balloon_box__item {
	position: relative;
	display: inline-block;
	padding: 15px 10px;
	max-width: 300px;
	width: 100%;
	background: #fff;
	filter:drop-shadow(3px 3px 3px rgba(229,218,190,0.25));
	border-radius: 5px;
	box-sizing: border-box;
}

.balloon_box__item::before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 1;
}

.balloon_box__item p {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.balloon_box__item .balloon_box__item--icon01::before ,
.balloon_box__item .balloon_box__item--icon02::before ,
.balloon_box__item .balloon_box__item--icon03::before {
	content: "";
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 20px;
}

.balloon_box__item .balloon_box__item--icon01::before {
	background: url(../images/shucchoulp/icon01.svg) no-repeat;
	width: 33px;
	height: 37px;
}

.balloon_box__item .balloon_box__item--icon02::before {
	background: url(../images/shucchoulp/icon02.svg) no-repeat;
	width: 37px;
	height: 37px;
}

.balloon_box__item .balloon_box__item--icon03::before {
	background: url(../images/shucchoulp/icon03.svg) no-repeat;
	width: 25px;
	height: 35px;
}

.balloon_box__item p .marker {
	background: linear-gradient(transparent 50%, #ffee8d 50%);
}

.recommend_area {
	text-align: center;
}

.recommend_area--img {
	margin-top: 40px;
	max-width: calc(100% / 2);
	width: 100%;
}

/* ------------------------------
 出張買取の流れ
------------------------------*/
.flow_block .flow_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

.flow_area__flow_box ,
.flow_area__flow_box img {
	max-width: 284px;
	width: 100%;

}

.flow_area__flow_box a {
	text-decoration: underline;
}

.flow_area .arrow_img {
	transform: rotate(-90deg);
	width: 27px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 120px;
}

/* ------------------------------
 訪問査定対象品目
------------------------------*/
.item_block {
	background: url(../images/shucchoulp/bg_strip.png);
}

.item_block .h2_headding img {
	max-width: 276px;
	width: 100%;
}

.item_block p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.item_block .item_block--item_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 70px;
}

.item_block--item_list02{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	margin-bottom: 30px;
}

.item_block .item_block--item_list img ,
.item_block .item_block--item_list02 img {
	max-width: 225px;
	width: 100%;
}

.item_block .item_block--item_list02 img {
	padding-right: 20px;
}

.item_block .item_block--item_list02 img:last-child {
	padding-right: 0px;
}

/* ------------------------------
 お客様の声
------------------------------*/
.voice_block--2column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
	-ms-align-content: stretch;
}

.voice_block .voice_area {
	background: #f9f2ed;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	max-width: 455px;
	border-radius: 10px;
	margin-bottom: 50px;
}


.voice_block .voice_area h3 {
	font-size: 18px;
	font-weight: 700;
}

.voice_block .voice_area img {
	margin-bottom: 20px;
}

.voice_block .voice_area h3 {
	margin-bottom: 10px;
}

.voice_block .voice_area img ,
.voice_block .voice_area h3 ,
.voice_block .voice_area p {
	max-width: 395px;
	width: 100%;
}

/* ------------------------------
 フォーム
------------------------------*/
.form_block {
	background: #5E8BCC;
}
.form_block .form_area {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.form_block .form_area h3 {
	font-weight: 700;
	font-size: 26px;
	color: #FF7139;
	text-align: center;
	padding-bottom: 15px;
}
.form_block .form_area .tel_box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	border-bottom: 3px solid #5E8BCC;
	padding-bottom: 20px;
}
.form_block .form_area .tel_box .tel_box_link {
	margin-right: 20px;
}
.form_block .form_area .form_main {
	padding: 20px 20px 30px;
}
.form_block .form_area .form_table {
	margin: 0 auto;
	width: 100%;
}
.form_block .form_area .form_main .form_table .form_req ,
.form_block .form_area .form_main .form_table .form_any {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-left: 10px;
	padding: 3px 5px;
}
.form_block .form_area .form_main .form_table .form_req {
	background: #D32D00;
}
.form_block .form_area .form_main .form_table .form_any {
	background: #999999;
}
.form_block .form_area .form_main .form_table tr th ,
.form_block .form_area .form_main .form_table tr td {
	padding-bottom: 20px;
}
.form_block .form_area .form_main .form_table tr th {
	text-align: right;
	padding-right: 30px;
	vertical-align: top;
	width: 25%;
}
.form_block .form_area .form_main .form_table tr td .form_text_full {
	width: 100%;
	max-width: 550px;
}
.form_block .form_area .form_main .form_table tr td p {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	vertical-align: top;
}
.form_block .form_area .form_main .form_table tr .atention_comment {
	font-size: 14px;
}
.form_block .form_area .form_main .form_table tr td p.mab20 {
	margin-bottom: 20px;
}
.form_block .form_area .form_main .form_table tr td .form_date_cal {
	max-width: 200px;
	width: 100%;
}
.form_block .form_area .form_main .form_table tr td .form_textarea {
	height: 200px;
}
input ,
textarea {
	border: none;
	background: #E6E6E6;
	padding: 10px 16px;
}
.form_block .form_area .form_main .form_checkbox {
	text-align: center;
	margin-bottom: 10px;
}
.form_block .form_area .form_main .form_checkbox a {
	text-decoration: underline;
}
.form_block .form_area .form_main .form_checkbox a:hover {
	text-decoration: none;
}
.form_block .form_area .form_main .form_sendbox {
	text-align: center;
	max-width: 340px;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 50px;
	padding: 14px 10px 10px
}
.form_block .form_area .form_main .form_btn {
	background: #FF7139 no-repeat;
}

.form_block .form_area .form_main .disabled {
	background: #CC927D no-repeat;
	pointer-events: none;
}




/* -------------------------------------------------

レスポンシブ

--------------------------------------------------*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
	}
@media print, screen and (max-width: 767px) {
.covit_alarm {
	margin-top: 0px;
}

.main_bg picture img ,
.h2_headding img {
	width: 100%;
}

.l-container_box {
	padding: 0 3%;
}

	.floating_block {
		display: block;
		border: 5px solid #5e8bcc;
		background: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 10px;
		position: fixed;
		z-index: 9999;
		bottom: 45px;
		right: 0;
	}
	.floating_block .floating_block__action_area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	}
	.floating_block .floating_block__action_area a {
		max-width: 50%;
	}
	.floating_block__action_area--tel {
		max-width: 424px;
		width: 90%;
		margin-right:20px;
	}
	.floating_block__action_area--mail {
		background: #ff7139;
		border-radius: 50px;
		display: inline-block;
		max-width: 260px;
		width:74%;
		padding: 10px 20px;
	}


/* ---------------------                      --- */

/* お問い合わせバナー はじまり */
.contact_block {
	padding: 10px 30px 30px;
	position: static;
}

.contact_block--title {
	position: static;
	z-index: 2;
	max-width: 340px;
	width: 100%
}

.contact_block__action_area {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding-top: 5px;
}

.contact_block__action_area--mail {
	width: 80%;
	padding: 10px 30px;
}

/* お問い合わせバナー おわり */


/* ------------------------------
 出張買取の3つのポイント
------------------------------*/
	.point_block .h2_headding {
		padding-top: 50px;
	}

.point_item ,
.point_item:nth-child(odd) {
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.point_item img {
	width: 100%;
	max-width: 250px;
	flex-shrink: 0;
}

.point_item .point_item__txt {
	padding: 0px 50px;
	margin: 30px 0px;
	align-self:center;
	-webkit-align-self:center;
	-ms-align-self:center;
}

.point_item .point_item__txt h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
}


/* ------------------------------
 こんな方におすすめ
------------------------------*/

.balloon_box {
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.balloon_box__item {
	margin-bottom: 40px;
}

.recommend_area--img {
	margin-top: 0px;
	max-width: 660px;
	width: 100%;
}

/* ------------------------------
 出張買取の流れ
------------------------------*/
.flow_block .flow_area {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.flow_area__flow_box ,
.flow_area__flow_box img {
	max-width: 710px;
	width: 100%;
}

.flow_area .arrow_img {
	transform: rotate(0deg);
	width: 45px;
	height: 35px;
	position: static;
	margin: 10px 0px;
}

/* ------------------------------
 訪問査定対象品目
------------------------------*/
.item_block .h2_headding img {
	max-width: 468px;
	width: 100%;
}

.item_block p {
	text-align: left;
}

.item_block .item_block--item_list ,
.item_block--item_list02 {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 0px;
}

.item_block .item_block--item_list img ,
.item_block .item_block--item_list02 img {
	max-width: 340px;
	width: 100%;
	padding: 0 0 20px;
}

.item_block .item_block--item_list02 img {
	padding-right: 0px;
}

/* ------------------------------
 お客様の声
------------------------------*/
.voice_block--2column {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.voice_block .voice_area {
	max-width: 710px;
}

.voice_block .voice_area img ,
.voice_block .voice_area h3 ,
.voice_block .voice_area p {
	max-width: 650px;
	width: 100%;
}

/* ------------------------------
 お問い合わせ
------------------------------*/
.form_block .form_area .form_main .form_table tr th ,
.form_block .form_area .form_main .form_table tr td {
	display: block;
	width: 100%;
	text-align: left;
}
.form_block .form_area .form_main .form_table tr td .form_text_full {
	max-width: 100%;
	width: 93%;
}
.form_block .form_area .form_main .form_table tr th {
	padding-right: 0px;
}
input, textarea {
	padding: 16px;
}
.form_block .form_area .form_main .form_table tr th {
	padding-bottom: 10px;
}
input , textarea {
	font-size: 18px;
}
.form_block .form_area .form_main {
	padding: 20px 0px 30px;
}
}