@charset "utf-8";
/* CSS Document */

/* common */
body,
html {
  height: 100%;
  margin: 0 auto;
  counter-reset: number;
	
}
li {
	list-style: none;
}
.in-br{
	display: inline-block;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px){
.pc {
	display: none;
}
.sp {
	display: block;
}
}

.f-18 {
	font-size: 18px;
}
.f-20 {
	font-size: 20px;
	line-height: 1.5;
}
/* body */
#step_wrap{
overflow: hidden;	
}
section {
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	section {
	max-width: 90%;
	margin: 0 auto;
}
}
#item_wrap{
	margin-bottom: 50px;
}
h1{
	margin: 0 calc(50% - 50vw);
    padding: 30px calc(50vw - 50%);
	background: #B74B5F;
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
.item-ttl {
	text-align: center;
	color: #FFF;
	background-color: #B74B5F;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;	
}
.item-flex {
	display: flex;
	
	margin-bottom: 20px;
	background-color: #F0F0F0;
}
.item_img{
	width: 40%;
	margin-right: 20px;
	align-self: flex-start;
}
.item_txtbox {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}
.item_txtbox ul{
	font-weight: bold;
	margin: 10px 0;
}
h4{
    text-align: center;
    color: #B74B5F;
    font-size: 20px;
    margin: 20px 0 30px;
	padding: 20px 0;
	display: flex;
    align-items: center;
    justify-content: center;
	border-bottom:2px solid #B74B5F;
	background-color: #F0F0F0;
}
.text-small{
	font-size: 0.8em;
}
.text-b{
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.item-flex {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	background-color: #F0F0F0;
}
	.item_img{
	width: 100%;
	margin-right: 0;

}
}

/* 宅配買取の流れ */
h2{
	margin: 0 calc(50% - 50vw);
    padding: 30px calc(50vw - 50%);
    width: 100vw;
	background: #B74B5F;
	color: #FFF;
	text-align: center;
}
.takuhai-step section h3 {
	margin: 30px 0;
	background-color: #F0F0F0;
	padding: 10px 0;
}
.step-num {
	background-color: #B74B5F;
	color: #FFF;
	padding: 9px 30px;
	margin-right: 30px;
	letter-spacing: 1px;
}
.step-num:after {
    counter-increment: number;
    content: counter(number);	
}
.step-flex {
	display: flex;
	margin-bottom: 50px;
	
}
.step_img{
	width: 40%;
	height: auto;
	margin-right: 20px;
	align-self: flex-start;
}
.step_txtbox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media screen and (max-width: 768px){
	.step-flex {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.step_img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
}
/* 宅配買取の流れ サブ */
.pack-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.pack-flex {
	width: 47%;
	border:1px solid #B74B5F;	
}
.pack-ttl {
	text-align: center;
	color: #FFF;
	background-color: #B74B5F;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.pack-txt {
	padding: 20px;
}
.pack-subttl {
	color: #B74B5F;
	font-weight: bold;
	font-size: 1.2em;
}
.flow-graybk {
	margin: 0 calc(50% - 50vw);
    padding: 30px calc(50vw - 50%);
    width: 100vw;
	background: #efefef;
}
@media screen and (max-width: 768px){
	.pack-wrap {
		flex-direction: column;
	}
	.pack-flex {
	width: 100%;
	margin-bottom: 30px;
}
	
}

/*--------------------
	プライバシーポリシー
	---------------------*/
.contents-wrap {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.contents-wrap-s {
    max-width: 1000px;
	margin: 0px auto;
	width: 90%;
	padding: 0px 40px;
}
.top-area {
    margin-bottom: 36px;
    padding-top: 145px;
}
.top-area::after {
    content: "";
    display: block;
    margin-top: 34px;
    height: 14px;
    width: 100%;
    background: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 6px);
}
.ttl-wrap {
    margin-bottom: 50px;
    text-align: center;
}
.main-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
}
.main-ttl:after {
    content: "";
    display: block;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: 1px;
    width: 212px;
    background-color: currentColor;
}
.sub-ttl {
    font-size: 26px;
}
.sum {
    font-size: 24px;
    line-height: 40px;
    font-feature-settings: "palt";
    letter-spacing: 0.025em;
}
.card {
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 46px;
    margin-left: auto;
}
.card:last-of-type {
    margin-bottom: 0;
}
.card__ttl {
    margin-bottom: 22px;
    padding-bottom: 22px;
    text-align: left;

    border-bottom: solid 2px #a1a1a1;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}
.card__text{
    font-size: 1.5em;
}
.card__desc {
    font-size: 20px;
    line-height: 36px;
}
.content-list {
    margin-bottom: 51px;
}
.end {
    font-size: 26px;
    font-weight: bold;
}
@media (max-width: 1100px) {
    .main-area {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    main {
        padding-bottom: 40px;
    }
    .top-area {
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .ttl-wrap {
        margin-bottom: 20px;
    }
    .main-ttl {
        font-size: 30px;
    }
    .main-ttl:after {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sum {
        font-size: 16px;
        line-height: 1.5;
    }
    .top-area::after {
        height: 7px;
        margin-top: 16px;
    }
    .card {
        margin-bottom: 20px;
    }
    .card__ttl {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .card__desc {
        font-size: 14px;
        line-height: 1.6;
    }
    .content-list {
        margin-bottom: 20px;
    }
    .end {
        font-size: 18px;
    }
	.contents-wrap-s {
    max-width: 1000px;
    margin: auto -20px;
	width: 90%;
}
.footermenu img {   
    text-align: center;
    display: block;
    margin: 15px auto;
}

	
.