body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	font-size: 18px;
	color: #000;
	margin: 0 auto;
}

img.sp {
	width: 100%;
	display: block;
}

img {
	width: 100%;
	display: block;
}

span.font_monts {
	font-size: 2.2em;
	padding-right: 3px;
	color: #FF1100;
}

p.red_bg {
	background-color: red;
	color: #fff;
	padding: 3px 0;
	border-radius: 5px;
	margin: 3px;
	font-size: 14px;
	width: 80px;
}

span.red_txt {
	color: red;
	font-size: 20px;
	padding-right: 5px;
}

span.txt_red,
p.txt_red {
	color: #FF1100;
}

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

ボタン 

---------------*/
.next_button {
	background-color: #18063F;
	box-shadow: 1px 4px #D8D8D8;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 170px;
	margin: 25px auto 0;
	padding: 15px 15px 15px 64px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	position: relative;
}

.contact_link {
	background-color: #FF7604;
	box-shadow: 1px 4px #fff;
	width: 290px;
	margin: 25px auto 0;
	padding: 15px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	margin-top: -140px;
	margin-bottom: 20px;
}

.next_button a {
	color: #fff;
}

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

各種バナー

-------------------------- */
section.page_banner {
	padding: 15px 0 40px;
}

.banner_img.banner_img_camp {
	margin-top: -70px;
	position: relative;
}

.top_cash-card img {
	width: 10%;
}

.top_cash-card {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #CBC9C9;
	text-align: center;
	margin: 15px auto;
	width: 96%;
	border-radius: 6px;
}

.top_cash-card div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cash-card p {
	width: 87%;
	background-color: #EDEAEA;
	margin: 0;
	padding: 10px 9px;
	border-radius: 4px 0 0 4px;
	font-size: .8em;
}

.top_cash-card img {
	width: 15%;
	margin: 0 3px;
}

.banner_img {
	text-align: center;
	margin: 7px 0;
}

.banner_img img {
	width: 96%;
	margin: 0 auto;
}

.cp_banner {
	margin: 22px 0 15px;
}

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

料金プラン

-------------------------- */
.hexagon_box {
	display: flex;
	width: 115px;
	height: 100px;
	color: #fff;
	background: #257B3A;
	margin: 5px;
	clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.hexagon_box p {
	display: block;
	font-size: .7em;
}

.hexagon_box p span {
	display: block;
	font-size: 2em;
	color: #FFF500;
}

.plan_obi {
	background-color: #D0EFD8;
	padding: .5em 0 1em;
	text-align: center;
	margin: 1.5em 0 1em;
	position: relative;
}

.plan_obi::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	border: 20px solid transparent;
	border-top: 22px solid #D0EFD8;
	border-bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.plan_obi p {
	font-size: 1.1em;
	margin: 0;
}

.plan_obi span {
	font-size: 2em;
	padding: 0 5px;
}

.plan_obi span {
	font-size: 2.5em;
	padding: 0 5px;
	-webkit-text-stroke: 3px #257B3A;
	text-stroke: 1px #ff0000;
	text-shadow: 3px 4px 0px #257B3A;
	color: #FFE500;
}

.price_flex {
	justify-content: center;
}

.flex.pack_list {
	width: 98%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
	margin-bottom: 5px;
}

.pack_box {
	background-color: #fff;
	width: 47%;
	margin: 10px 5px;
	text-align: center;
	box-shadow: 2px 3px 7px #C6C5C5;
	border-radius: 10px 10px 0 0;
	height: 305px;
}

.pack_box:last-child .pack_inner .pack_price span {
	font-size: 23px;
}

img.pack_img {
	width: 100%;
	margin: 7px 0px;
}

h1.pack_name {
	margin: 0;
	font-size: 13px;
	background-color: #257B3A;
	padding: 5px 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

h4.pack_name {
	margin: 0;
	font-size: 13px;
	background-color: #257B3A;
	padding: 5px 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

h1.pack_name span {
	font-size: 30px;
	padding-right: 3px;
	color: #FFE500;
}

h4.pack_name span {
	font-size: 30px;
	padding-right: 3px;
	color: #FFE500;
}

p.pack_border {
	font-weight: 400;
	font-size: 10px;
	border: 1px solid;
	border-radius: 15px;
	padding: 2px 8px;
	margin: 5px 3px;
}

h2.pack_ttl {
	font-size: 18px;
	margin: 5px;
	line-height: 1.3;
}

h5.pack_ttl {
	font-size: 18px;
	margin: 7px 0;
	line-height: 1.3;
}

p.bg_yellow.font_monts {
	font-size: 10px;
	background-color: #FFE500;
	color: #FF1100;
	padding: 0px 1px;
	margin: 0;
	margin-right: 2px;
	letter-spacing: -0.5px;
}

p.pack_price {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
}

.pack_inner {
	flex: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 0.5em;
}

.flex.pack_tag {
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 90%;
	margin: 0 auto 5px;
}

.icon_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 7px auto 10px;
	width: 91%;
}

.pack_icon {
	width: 50%;
	text-align: center;
	margin: 5px auto;
}

.pack_icon img {
	width: 58%;
	display: block;
	margin: 0 auto;
}

.pack_icon span {
	font-size: 11px;
	text-align: center;
	display: block;
	line-height: 13px;
	padding-top: 3px;
}

.pack_icon_text {
	font-size: 14px;
	color: red;
	margin-top: 0;
}

p.price_zeikomi {
	margin: 0;
	font-size: 0.5em;
}

p.price_en {
	margin: 0;
	font-size: .9em;
	margin-top: -4px;
}

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

他社比較

-------------------------- */
section.comparison {
	background: -webkit-repeating-linear-gradient(-45deg, #BFEBCA, #BFEBCA 4px, #C9EED2 3px, #C9EED2 8px);
	background: repeating-linear-gradient(-45deg, #BFEBCA, #BFEBCA 4px, #C9EED2 3px, #C9EED2 8px);
}

img.comparison_img {
	width: 85%;
	margin: 0 auto;
	display: block;
}

.comparison_ttl h2 {
	text-align: center;
}

.comparison_ttl h2 span {
	font-size: 1.3em;
	border-bottom: 5px solid #FFE500;
}

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

片づけ実績

-------------------------- */
section.result {
	overflow: hidden;
	padding-bottom: 0;
}

.result_content h2 {
	text-align: center;
	width: 85%;
	margin: 0 auto 33px;
	padding: 10px 0;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
}

h2.result_bl-bg {
	background-color: #257B3A;
	position: relative;
}

h2.result_bl-bg::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	border: 20px solid transparent;
	border-top: 22px solid #257B3A;
	border-bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.result_box {
	background-color: #fff;
	box-shadow: 1px 1px 14px #D9D9D9;
	width: 85%;
	margin: 0 auto 25px;
	padding: 10px 12px 20px 12px;
}

.result_box .inner_txt {
	font-size: 14px;
	font-weight: bold;
}

.flex.result_flex {
	justify-content: left;
	align-items: center;
	border-bottom: 1px dashed #6D6C6C;
	margin: 0 auto 20px;
	position: relative;
	width: 92%;
}

.flex.result_flex img {
	width: 60px;
	height: 60px;
	padding-right: 15px;
}

.flex.result_flex::before {
	display: inline-block;
	width: 9px;
	height: 9px;
	content: '';
	border-radius: 100%;
	background: #6D6C6C;
	position: absolute;
	bottom: -4px;
	left: -8px;
}

.flex.result_flex::after {
	display: inline-block;
	width: 9px;
	height: 9px;
	content: '';
	border-radius: 100%;
	background: #6D6C6C;
	position: absolute;
	bottom: -4px;
	right: -8px;
}

.ba-img_flex {
	text-align: center;
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: space-around;
}

p.result_detail {
	font-size: 14px;
	margin: 20px 0 0;
}

p.result_kinds {
	margin-top: 10px;
	background-color: #257B3A;
	width: 8em;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
}

img.before_img {
	width: 40%;
	height: 20%;
	margin-right: 10px;
	position: relative;
}

.ba-img_flex::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 42%;
	border: 12px solid transparent;
	border-top: 12px solid #662D29;
	border-bottom: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: rotate(-90deg);
}

img.after_img {
	width: 50%;
	margin-left: 10px;
}

.detail_list {
	width: 100%;
	text-align: center;
}

.detail_list p {
	background-color: #257B3A;
	margin: 3px 0;
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}

.detail_list p:nth-child(1) {
	border-bottom: 0;
	border-radius: 10px 0 0 0;
}

.detail_list p:nth-child(3) {
	border-top: 0;
	border-radius: 0 0 0 10px;
}

.detail_item {
	width: 100%;
	text-align: center;
}

.detail_item p {
	border: 2px solid #E2E2E2;
	border-left: 0;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
}

.detail_item p:nth-child(1) {
	border-bottom: 0;
	border-radius: 0 10px 0 0;
}

.detail_item p:nth-child(3) {
	border-top: 0;
	border-radius: 0 0 10px 0;
}

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

遺品整理 サポート

-------------------------- */
.support_heading {
	background: #257B3A;
	padding: 20px 0 1px;
	text-align: center;
}

.support_heading p {
	font-size: 25px;
	color: #fff;
}

.support_heading span {
	color: #FFE500;
}

p.heading_fukidashi {
	background: #FFE500;
	width: 30%;
	text-align: center;
	padding: 10px;
	margin: 0 auto -25px;
	position: relative;
}

p.heading_fukidashi::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	border: 12px solid transparent;
	border-top: 13px solid #FFE500;
	border-bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

p.text_left {
	width: 94%;
	margin: 20px auto;
}

.flex.support_list {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 94%;
	margin: 10px auto;
	align-items: center;
}

.support_item {
	display: flex;
	width: 47%;
	background-color: #fff;
	border: 2px solid #257B3A;
	border-radius: 10px;
	margin: 7px 0;
	align-items: center;
	box-shadow: 3px 4px 0px rgba(151, 165, 154, 73%);
	position: relative;
}

.support_item img {
	width: 49%;
	border-radius: 8px 0 0 8px;
}

.support_item p {
	font-size: 12px;
	padding-left: 7px;
}

.support_item::after {
	content: '';
	position: absolute;
	bottom: 4px;
	right: -1px;
	border: 9px solid transparent;
	border-top: 9px solid #257B3A;
	border-bottom: 0px;
	rotate: -44deg;
	border-radius: 0px;
}

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

お客様体験談

-------------------------- */
.next_button.blog_btn {
	padding-left: 55px;
	padding-right: 25px;
	width: 202px;
}

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

よくある質問

-------------------------- */
section.qa {
	background-color: #D0EEFF;
}

.qa_wrap {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1000px;
}

details.qa-007,
details.qa-008 {
	background-color: #fff;
	margin: 9px auto;
	width: 70%;
	padding: 20px 35px 20px 53px;
	border-radius: 12px;
	font-size: 16px;
	position: relative;
	color: #000;
}

details.qa-008 {
	background-color: #F1F1F1;
	margin: 10px auto 15px;
	width: 65%;
	padding: 20px 35px 20px 53px;
	border-radius: 12px;
	font-size: 16px;
	position: relative;
	color: #000;
	border: 1px solid #BFBFBF;
}

details.qa-007::before,
details.qa-008::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 10px;
	width: 16px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

details.qa-007::after,
details.qa-008::after {
	position: absolute;
	content: '';
	top: 48%;
	right: 11px;
	width: 16px;
	height: 3px;
	background: #000;
	rotate: 90deg;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

details.qa-007 p,
details.qa-008 p {
	border-top: 1px dashed;
	padding-top: 15px;
	font-size: 14px;
	margin-bottom: 0;
	position: relative;
}

details.qa-007 P::before {
	content: "A";
	position: absolute;
	font-size: 18px;
	background-color: #FF3A2C;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	left: -41px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qa-007 summary,
.qa-008 summary {
	display: block;
	list-style: none;
	position: relative;
}

.qa-007 summary::before {
	content: "Q";
	position: absolute;
	font-size: 18px;
	background-color: #257B3A;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	left: -41px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.qa-007 summary::-webkit-details-marker,
.qa-008 summary::-webkit-details-marker {
	display: none;
}

details.qa-007[open]::after,
details.qa-008[open]::after {
	display: none;
}

details.qa-007[open]::before,
details.qa-008[open]::before {
	top: 43px;
}

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

お客様の声

-------------------------- */
section.voice {
	position: relative;
	z-index: 9;
}

p.d-blue_kinds {
	margin-top: 10px;
	background-color: #257B3A;
	width: 53%;
	text-align: center;
	border-radius: 20px;
	padding: 2px 0;
	font-size: 12px;
	color: #fff;
	margin: 0;
}

p.voice_inner {
	width: 90%;
	margin: 20px auto 0;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.4;
}

.slider {
	margin: 30px auto 0;
	max-width: 500px;
	width: 80%;
}

.slider {
	width: 85%;
	margin: 0 auto;
	position: relative;
}

.slide {
	width: 285px;
	height: 375px;
	text-align: left;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 10px 0;
	margin-top: 0;
	box-shadow: 1px 1px 6px 1px #ccc;
	margin: 7px 8px;
}

img.voice_icon {
	width: 30%;
}

p.v-toptxt {
	font-size: .7em;
	margin-bottom: 8px;
}

.voice_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

.voice_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-left: 1em;
}


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

回収の流れ

-------------------------- */
section.flow {
	background-color: #257B3A;
}

.underlayer_ttl.js-fadeTop.scroll.text_white h1 {
	color: #fff;
}

.flow_ant_box {
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 5%;
}

.bg_gray {
	width: 80%;
	background-color: #F4F3F3;
	border: 1px solid #D0CECE;
	margin: 0 auto;
	font-size: 11px;
	padding: 12px 15px;
	border-radius: 10px;
	font-weight: 500;
}

.flow_content {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.flow_box {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	padding-right: 10px;
}

.flow_box:first-child {
	margin-bottom: 0;
}

.flow_box:last-child {
	margin-bottom: 10px;
}

.flow_box::before {
	position: absolute;
	content: "";
	background: url(./img/step_item.png);
	background-size: contain;
	display: inline-block;
	width: 7px;
	height: 34px;
	background-repeat: no-repeat;
	top: 73px;
	left: 35px;
}

img.flow_img {
	width: 48px;
	height: 48px;
	margin-left: 10px;
}

.flow_txt {
	width: 60%;
	margin: 0 auto;
	padding-left: 4em;
}

.step_num {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
	margin-right: 4px;
	font-family: 'Montserrat', sans-serif;
	background-color: #257B3A;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 4px;
	font-weight: 900;
}

.step_num span {
	display: block;
	font-size: 14px;
	margin-bottom: -4px;
}

.step_num p {
	font-size: 19px;
	margin-top: 9px;
}

p.flow_con {
	margin-bottom: 10px;
	position: relative;
	display: block;
	z-index: 999999;
}

p.flow_inner {
	margin-top: 5px;
	font-size: 14px;
}

.con_icon_flex {
	display: flex;
}

.con_icon {
	width: 30%;
	text-align: center;
	border-radius: 13px;
	color: #fff;
}

.tel {
	background-color: #FF4E41;
}

.mail {
	background-color: #FFAC52;
}

.line {
	background-color: #4CC764;
}

.con_icon p {
	font-size: 12px;
	margin-bottom: 5px;
}

.con_icon_flex {
	display: flex;
	justify-content: space-around;
	padding: 12px 0 20px;
	color: #fff;
	width: 93%;
	margin: 0 auto;
}

.con_icon_flex img {
	width: 50%;
	margin: 7px auto;
}

.card_box {
	width: 90%;
	background-color: #F4F3F3;
	border: 1px solid #D0CECE;
	margin: 10px auto 0;
	font-size: 12px;
	padding: 8px 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.card_box img {
	width: 100%;
}

.card_box ul {
	display: flex;
	width: 85%;
	margin: 5px auto 0;
}

.card_box li {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0 4px;
}

.card_box span {
	font-size: 10px;
	padding-right: 15px;
}

.flow_ant_box:last-child {
	padding-bottom: 20px;
}

.pc_flex {
	display: flex;
}

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

資格証明書

-----------------------*/
section.license {
	width: 92%;
	margin: 0 auto 35px;
	border: 1px solid #D9D9D9;
	padding: 5px 5px 10px;
	position: relative;
}

.license_icon {
	width: 25%;
	background: #013B9E;
	position: absolute;
	top: -1px;
	right: 8px;
	color: #fff;
}

.license_icon p {
	font-size: 4px;
	text-align: center;
}

.license_icon :nth-child(2) {
	font-size: 15px;
	margin: 0;
}

p.license_txt {
	width: 70%;
	text-align: center;
	font-size: 22px;
	position: relative;
	z-index: 0;
	margin-top: 12px;
}

p.license_txt::before {
	content: '';
	position: absolute;
	bottom: 1px;
	display: inline-block;
	width: 95%;
	height: 11px;
	background-color: #FFFD70;
	z-index: -1;
}

.flex.license_img img {
	width: 50%;
}

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

お客様の声top3

-----------------------*/
section.ranking {
	background-image: url(./common/img/top3_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 15px 0;
}

section.ranking h2 {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 22px;
}

img.top3_heading {
	width: 40%;
	padding-left: 7px;
}

.ranking_content img {
	width: 15%;
}

.ranking_wrap {
	background: #fff;
	width: 80%;
	margin: 25px auto;
	padding: 0 20px 15px;
}

.ranking_content {
	padding: 20px 0 10px;
	border-bottom: 2px dashed #257B3A;
	position: relative;
}

.ranking_content::before {
	content: "";
	background-image: url(./common/img/ichiwan_icon.png);
	width: 50px;
	height: 70px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.ranking_content .flex {
	justify-content: flex-start;
}

p.ranking_heading {
	font-size: 16px;
	padding-left: 18px;
	margin: 0;
}

.ranking_content:last-child {
	border: none;
}

.ranking_txt {
	background: #D0EFD8;
	border-radius: 50px;
	width: 80%;
}

.ranking_txt p {
	font-size: 12px;
	font-weight: 500;
	padding: 8px 19px;
	line-height: 1.2;
}

.ranking_txt span {
	color: red;
}

.ranking_txt:after {
	content: '';
	position: absolute;
	top: 76%;
	right: 51px;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-top: 19px solid #D0EFD8;
	transform: rotate(-50deg);
}