/*===============================================
 *	コンテンツ
===============================================*/
#second-visualcontents h1 span{max-width: 200px;}
.img-service{margin-top: 0;}
.box-list li dd img {aspect-ratio: 1.618 / 1;object-fit: cover;}
/*--買取事例詳細--*/
#bread li:nth-child(2) a{color: var(--site-primary);font-weight: normal;border-bottom: var(--site-primary) 1px solid;}
.mbn{margin-bottom: 0;}
.detail-box{background: #fff;border:4px solid var(--site-primary);border-radius:6px;}
.detail-box .bg-stripe{border-radius: 0;}
.example-contents{padding: 40px 96px 60px;}
.item-detail{background-color:#f5f5f5;}
.item-detail img{max-width: 490px;margin:0 auto;display: block;padding: 30px 0;}
.text-example{margin-top:40px;}
/* .text-example p{margin-bottom: 40px;} */
.text-example p:last-child{margin-bottom: 0;}
.text-example img {display: none; }
.under-pager{display: flex;justify-content: center;margin-top: 50px;}
.under-pager ul{max-width: 520px; width: 100%;}
.under-pager ul li a{font-size: 18px;font-weight: bold;display: block;width: 140px;color:var(--site-primary);background: #fff;border-radius: 5px;border: 2px solid var(--site-primary);padding: 12px 0 14px;text-align: center;position: relative;-webkit-transition: 0.2s;transition: 0.2s;}
.under-pager ul li.list-center a{width: 200px;color: #fff;background:var(--site-primary) ;}
.under-pager ul li.old a::before{content: '';background: url(../img/example/icon-l.png) no-repeat;width: 10px;height: 16px;position: absolute;left: 20px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.under-pager ul li.new a::before{content: '';background: url(../img/example/icon-r.png) no-repeat;width: 10px;height: 16px;position: absolute;right: 20px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.under-pager ul li a:hover{background:var(--site-primary);color: #fff;}
.under-pager ul li.old a:hover::before{content: '';background: url(../img/example/icon-lw.png) no-repeat;}
.under-pager ul li.new a:hover::before{content: '';background: url(../img/example/icon-rw.png) no-repeat;}
.under-pager ul li.list-center a:hover{background: #2570df;}
@media only screen and (max-width: 1024px) {
}
    
@media only screen and (max-width: 768px) {
.img-service{margin:20px 0;}
/*--買取事例詳細--*/
.example-contents{padding:30px;}
} 
@media only screen and (max-width: 568px) {
/*--買取事例詳細--*/
.example-contents{padding:0;}
.item-detail img{width: 90%;}
.text-example{margin-top:0;padding: 20px;}
/* .text-example p{margin-bottom: 20px;} */
.under-pager{margin-top: 0;margin-bottom: 20px;}
.under-pager ul{display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 4vw;margin: 25px auto 0;}
.under-pager ul li a{font-size: 16px;}
.under-pager ul li.list-center{grid-column: 1 / -1;grid-row: 1;margin-bottom: 15px;}
.under-pager ul li.old a{grid-column: 1;grid-row: 2;width: 100%;}
.under-pager ul li.new a{grid-column: 2;grid-row: 2;width: 100%;}
.under-pager ul li.list-center a{width: 100%;}
}