/* 買取査定 */
/* base ------------------------*/
.inner2 { width: 92%; }
.btn-def.big .txt { font-size: 1.3em;}

#kaitori #pan { display: block; width: 92%; }

/* topコンテンツ */
.kaitori-top { grid-template-columns: 1fr; margin-top: 0;}
.kaitori-top .tbl :where(th,td) { display: table-cell;}
.kaitori-top .tbl th { width: 20%;}

.kaitori-top .form-lead .submit input { margin-block: unset; padding-block: .7em; font-size: 1.5em; color: var(--color-wht); font-weight: 700; background-color: var(--color-base); border-radius: 0;}


#header .sitename { width: 40%;}
#header .btn_wrap {flex: 1;}
.txtBox.center { text-align: start;}
section { padding-bottom: 2rem;}

.ttl-sec { margin-bottom: .8em; padding-bottom: .3em; font-size: 1.8em; }

.label-list.reason { grid-template-columns: 1fr;}

.label-list.flow > li { grid-template-columns: 1fr;}
.label-list.flow img { max-width: 50px;}
.label-list.flow .ttl { text-align: center;}
.label-list.reason li:nth-child(2) .ttl { font-size: 1.4em; }

.link-list { grid-template-columns: 1fr;}
.link-list .satei_btn,
.tel-list .satei_btn { padding-top: .7em;}
.link-list .satei_btn .sub,
.tel-list .satei_btn .sub { top: -1.1em; width: 90%; padding-bottom: 0; font-size: .75em; line-height: 1.5;}
.tel-list { margin-top: 1em; grid-template-columns: repeat(1, 1fr); gap: 1em; }
.tel-list .satei_btn { padding-block: 0; }
.tel-list .satei_btn .l-name { font-size: 1em; }

.pex-list .pex-ttl { display: flex; justify-content: center; align-items: center; min-height: 57px; line-height: 1.4;}
.pex-list .pex-price { flex-direction: column;}
.pex-list .pex-price dt { font-size: .7em;}
.pex-list .pex-price em { font-size: 1.3em;}
.pex-list .pex-price dd { align-self: flex-end; line-height: 1.2;}
.pex-list .pex-info { font-size: .85em;}
.pex-list .pex-img { padding: .45em;}

.arrows .prev-arrow { left: -1.1em;}
.arrows .next-arrow { right: -1.1em;}

/* .hikaku { margin-block: 3em 0; } */

.sec-btm { margin-block: 3em 0; }

.drawer dt { font-size: .95em; }

/* tbl */
.hikaku .tbl { width: 700px; }
.hikaku .tbl { border-collapse: unset; }
.hikaku .tbl tr > * { display: table-cell; }
.hikaku .tbl th { width: 200px; text-align: center; }

/* 買取に必要なもの */
.drawer.need dd > .disc { grid-template-columns: 1fr;}
.drawer.need { width: 100%; }

