
@media screen and (min-width: 668px), print{
H1{
    font-size: 12px;
    text-align: left;
    margin: 0px;
    color: #AAAAAA;
    width: 700px;
    margin: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0px 0 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 5080;
    top: 8px;

}
ul,li,p {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	-webkit-transition: all .3s;
	transition: all .3s;
  text-decoration: none;

}
.clear {
	clear: both;
}

img {
	height: auto !important;
	width
	/***/
	: auto;
	vertical-align: bottom;
}
.pc_off{
	display:none !important;
}
table,
tr,
td {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}
/* ----------------------------------------
　買取レスキュー
---------------------------------------- */
           .kaitori_h_box {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0px 40px 0px 40px;
                margin: 9px 0px 0px 0px;
                border-bottom: solid 1px #cccc;
            }

            .kaitori_h_box .kaitori_h_logo {
                position: relative;
                left: auto;
                top: auto;
            }

            .kaitori_h_box .kaitori_h_comp {
                position: relative;
                right: auto;
                top: auto;
            }

            .kaitori_h1 {
                position: absolute;
                font-size: 9px;
                font-weight: normal;
                padding: 0 0px 0 41px;
                top: 5px;
            }

            .noto {
                font-family: 'Noto Sa JP', sans-serif !important;
                margin: 0px;
            }

            .kaitori_main_warp {
                width: calc(100% - 80px);
                margin: 30px auto 150px auto;
                border-radius: 20px;
                height: 910px;
                background-image: url(/kaitori/img/main_bg.webp);
                background-position-x: center;
                background-size: cover;
                position: relative;
            }

            .kaitori_h_logo {
                background-color: #fff;
                padding: 20px 30px 20px 0px;
                border-radius: 0px 0px 20px 0px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .kaitori_h_logo img {}

            .kaitori_h_comp {
                background-color: #fff;
                border-radius: 20px;
                padding: 20px 20px 20px 30px;
                display: flex;
                align-items: center;
                position: absolute;
                right: 25px;
                top: 25px;
                z-index: 10;
            }

            .kaitori_h_tel {
                display: block;
                font-size: 32px;
                font-weight: bold;
                padding: 0px 0px 0px 21px;
                color: #000 !important;
                line-height: 24px;
                text-decoration: none;
                background-image: url(/kaitori/img/tel_icon.webp);
                background-repeat: no-repeat;
                background-position-x: left;
                background-position-y: center;

            }

            .kaitori_h_comp p {
                font-size: 13px;
                line-height: 18px;
                margin: 0px 0px 0px 20px;
            }

            .kaitori_h_comp_link {
                display: block;
                line-height: 58px;
                color: #fff;
                font-size: 17px;
                font-weight: 900;
                text-align: center;
                display: flex;
                justify-content: center;
                background-color: #c90d31;
                border: solid 2px #fff;
                border-radius: 10px;
                align-items: center;
                width: 277px;
                position: relative;
                padding: 0px 20px 0px 0px;
                box-sizing: border-box;
                margin-left: 20px;
            }

            .kaitori_h_comp_link:hover {
                background-color: #ae0828;
                color: #fff;
            }

            .kaitori_h_comp_link::before {
                content: "";
                width: 16px;
                height: 16px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #fff;
                right: 10px;
                top: 0px;
                bottom: 0px;
                margin: auto;
                position: absolute;
            }

            .kaitori_h_comp_link::after {
                content: "";
                box-sizing: border-box;
                width: 3px;
                height: 3px;
                right: 12px;
                top: 0px;
                bottom: 0px;
                margin: auto;
                border: 3px solid transparent;
                border-left: 5px solid #c90d31;
                position: absolute;
            }

            .kaitori_h_comp_link span {
                display: block;
                line-height: 21px;
                border-radius: 5px;
                padding: 0px 6px;
                color: #c90d31;
                text-align: center;
                font-size: 13px;
                font-weight: bold;
                position: relative;
                background-color: #fff;
                margin-right: 13px;
            }

            .kaitori_main_box {
                width: 1100px;
                margin: auto;
                position: relative;
            }

            .kaitori_main_box::before {
                content: "";
                background-image: url(/kaitori/img/main_kein.webp);
                width: 474px;
                height: 770px;
                right: -80px;
                bottom: 50px;
                position: absolute;
            }

            .kaitori_main_ti {
                padding-top: 160px;
            }

            .kaitori_main_ti img {}

            .kaitori_main_li {
                margin: 20px 0px 0px 0px;
                padding: 0px;
                list-style-type: none;
                display: flex;
                align-items: center;
                gap: 0px 30px;
            }

            .kaitori_main_li li {}

            .kaitori_main_li img {}

            .kaitori_main_st {
                margin: 30px 0px 0px 0px;
                padding: 0px;
                list-style-type: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 0px 30px;
                position: relative;
            }

            .kaitori_main_st li {
                width: 346px;
                background-color: #fff;
                color: #0168b7;
                border: solid 5px #0168b7;
                border-radius: 10px;
                line-height: 93px;
                font-size: 39px;
                font-weight: 900;
                text-align: center;
            }

/* ==============================
   フォーム誘導エリア
============================== */
.kaitori_foam_box {
    width: 1100px;
    margin:0px auto 0px auto;
    border: solid 5px #0168b7;
    border-radius: 10px;
    padding-bottom: 60px;
}

.kaitori_foam_box h2 {
    background-color: #0168b7;
    position: relative;
    margin: 0px;
    padding: 0px 0px 27px 0px;
    text-align: center;
}
.kaitori_foam_box h2::after {
    content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    left: 0px;
    right: 0px;
    bottom: -52px;
    margin: auto;
    border: 20px solid transparent;
    border-top: 34px solid #0168b7;
    position: absolute;
}
.kaitori_foam_box h2 img {
    margin: -47px auto 0px auto;
}
.kaitori_foam_box form{
    margin:50px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 25px;
}
.kaitori_formstep_box{

}
.kaitori_foam_box form span{
    display: block;
    background-image: url(/kaitori/img/form_check_icon.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 2px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 10px 0px;
    color: #0168b7;
    width: fit-content;
}
.kaitori_foam_box form select{
    display: block;
    font-size: 15px;
    border: solid 2px #333;
    border-radius: 8px;
    background-color: #e6f0f8;
    padding: 11px 15px;
    width: 485px;
    height: 55px;
}
.kaitori_foam_box form input{
    display: block;
    border: solid 2px #333;
    font-size: 15px;
    padding: 12px 10px;
    width: 100%;
    float: left;
    text-indent: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #e6f0f8;
    width: 485px;
    height: 55px;
}
.kaitori_foam_box form button{
display: flex;
    align-items: center;
    border: solid 5px #fff;
    background: #c9001e;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 18px 0px 18px 30px;
    gap: 20px;
    width: 682px;
    box-shadow: 4px 4px #000;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    cursor:pointer;
    transition: 0.6s;
}
.kaitori_form_inq{
position: relative;
    overflow: hidden;
    padding: 0px 4px 4px 0px;
}
.kaitori_form_inq::before {
    content: "";
    background-image: url(/ad/lp01/img/regist_v.webp);
    background-size: 100%;
    width: 32%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    animation: kaitoriflow 2s linear infinite;
    transform: translateX(-190px);
    z-index: 10;
}
@keyframes kaitoriflow {
  100% {
    transform: translateX(1000px);
  }
}
.kaitori_foam_box form button:hover{
    background-color: #ae0828;
}
.kaitori_foam_box form button::before {
    content: "";
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    right: 22px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.kaitori_foam_box form button::after {
    content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    right: 24px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 6px solid transparent;
    border-left: 8px solid #c9001e;
    position: absolute;
}
.kaitori_foam_box form button span{
display: block !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-bottom: 1px !important;
    color: #fff !important;
    padding: 0px !important;
    margin: 0px !important;
    background: none !important;
}
.kaitori_foam_box form button img{
    margin-right: 10px;
}
.kaitori_foam_box ul {
    margin:25px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    display:flex;
    justify-content: center;
    gap: 0px 30px;
}

.kaitori_foam_box li {
    width: 384px;
}

.kaitori_foam_box a {
    display: block;
    border: solid 5px #fff;
    background: #3cb035;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 0px;
    font-size: 24px;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
    box-shadow: 4px 4px #000;
    box-sizing: border-box;
    background-image: url(/kaitori/img/line_icon.webp);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
    position: relative;
}
.kaitori_foam_box a:hover{
    background-color: #2c8d26;

}
.kaitori_foam_box li:last-child a{
background-color: #fcc000;
    line-height: 30px;
    background-image: none;
    padding: 22px 0px 13px 0px;
}
.kaitori_foam_box a::before {
    content: "";
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    right: 22px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.kaitori_foam_box a::after {
    content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    right: 24px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 6px solid transparent;
    border-left: 8px solid #3cb035;
    position: absolute;
}
.kaitori_foam_box li:last-child a::before{
    display: none;
}
.kaitori_foam_box li:last-child a::after{
    display: none;  
}
.kaitori_foam_box a span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    padding: 0px 0px 0px 21px;
    color: #000 !important;
    line-height: 24px;
    text-decoration: none;
    background-image: url(/kaitori/img/tel_icon.webp);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    width: fit-content;
    margin: auto;
}

.kaitori_foam_box a p {
    margin: 10px 0xp 0px 0px;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.kaitori_nayami_warp {
    background: #0a63ad;
    padding: 90px 0px;
    margin: 80px 0px;
}

.kaitori_nayami_box {
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

/* 見出し */
.kaitori_nayami_box h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin: 0px 0px 45px 0px;
}

.kaitori_nayami_box h2 p {
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 10px;
    background-color: #fff;
    color: #333;
    line-height: 50px;
    width: 487px;
    border-radius: 50px;
    margin: 0px auto 30px auto;
    position: relative;
}
.kaitori_nayami_box h2 p::before{
content: "";
    width: 3px;
    height: 17px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(207deg);
    background-color: #fff;
    position: absolute;
}
.kaitori_nayami_box h2 span {
    color: #fff000;
    padding: 11px 12px;
    border-radius: 10px;
    border: solid 2px #fff;
    line-height: 54px;
    position: relative;
    display: inline-block;
    margin: 0px 7px;
}
.kaitori_nayami_box h2 span::before{
    content: "";
    top: -18px;
    left: -18px;
    width: 41px;
    height: 38px;
    background-image: url(/kaitori/img/sweat.webp);
    position: absolute;
}
/* チェックリスト */
.kaitori_nayami_check {
    margin: 0 auto 0px;
    list-style: none;
    padding: 0px 0px 50px 80px;
    position: relative;
}
.kaitori_nayami_check::before{
    content: "";
    width: 278px;
    height: 371px;
    right: 80px;
    bottom: 0px;
    background-image: url(/kaitori/img/nayami_girl.webp);
    position: absolute;
}
.kaitori_nayami_check li {
    background: #fff;
    color: #333;
    border-radius: 8px;
    padding: 21px 11px 21px 90px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 900;
    width: fit-content;
    box-shadow: 0 0 8px #000;
}
.kaitori_nayami_check li:last-child{
    margin-bottom: 0px;
}
/* チェックアイコン風 */
.kaitori_nayami_check li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0px;
    bottom: 0px;
    width: 62px;
    height: 62px;
    background-image: url(/kaitori/img/check.webp);
    margin: auto;
}

.kaitori_nayami_check span {
color: #e60000;
    font-weight: 900;
    background: linear-gradient(transparent 68%, #fff000 60%);
}

/* 下部ボックス */
.kaitori_nayami_li {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    color: #333;
    border: solid 5px #000; 
}

/* 下部見出し */
.kaitori_nayami_li h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    margin: 0px 0px 30px 0px;
    line-height: 51px;
}

.kaitori_nayami_li h3 span {
    color: #0168b7;
    font-weight: 900;
    font-size: 60px;
    position: relative;
}
.kaitori_nayami_li h3 span::before {
    content: "";
    position: absolute;
    right: -29px;
    top: -21px;
    width: 39px;
    height: 45px;
    background-image: url(/kaitori/img/nayami_icon.webp);
    margin: auto;
}

/* 訳あり物件リスト */
.kaitori_nayami_li ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.kaitori_nayami_li li {
    width: fit-content;
    border: 3px solid #000;
    border-radius: tpx;
    text-align: center;
    padding: 0px 12px;
    font-size: 23px;
    font-weight: bold;
    background: #fafafa;
    line-height: 58px;
    border-radius: 5px;
}

/* ===============================
   強みセクション
=============================== */
.kaitori_strong_wrap {
        background-color: #0168b7;
        padding: 80px 0px;
        margin-top: 80px;
        
}
.kaitori_strong_wrap h2 {
font-size: 50px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: relative;
    width: 1100px;
    margin: 0px auto 140px auto;
}
.kaitori_strong_wrap h2::before{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    position: absolute;

}
.kaitori_strong_ti_wrap{
    width: fit-content;
    margin: auto;
    padding: 0px 50px;
    background-color: #0168b7;
    display: flex;
    gap: 0px 15px;
    position: relative;
}
.kaitori_strong_ti_l{

}
.kaitori_strong_ti_t {
font-size: 23px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: 0px auto 30px auto;
    background-image: url(/kaitori/img/strong_ti_under.webp);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    padding-bottom: 25px;
    display: block;

}
.kaitori_strong_ti_best {
    font-size: 115px;
    font-weight: 900;
    color: #fff000;
    display: flex;
    gap: 0px 5px;
    align-items: center;
    letter-spacing: 0px;
}
.kaitori_strong_ti_best span {
    display: block;
    font-size: 31px;
    font-weight: 900;
    color: #fff000;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    margin-top: 10px;
}

.kaitori_strong_wrap ul {
}
.kaitori_strong_wrap li {
    position: relative;
    margin-bottom: 200px;
}

.kaitori_strong_libox {
    width: 1100px;
    margin: auto;
    background-color: #fff;
    padding:80px 50px 50px 50px;
    box-sizing: border-box;
    border-radius: 10px;
}
.kaitori_strong_wrap li:nth-child(2) .kaitori_strong_libox {
    padding: 80px 0px 50px 471px;
}
.kaitori_strong_libox img {
    margin: -139px 0px 30px 0px;
    display: block;
}
.kaitori_strong_libox h3 {
    font-size: 34px;
    font-weight: 900;
    color: #0168b7;
    line-height: 36px;
    margin: 0px 0px 30px 0px;
}
.kaitori_strong_libox h3 span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    color:#000;
}
.kaitori_strong_libox p {
    margin: 0px 0px 0px 0px;
    width: 590px;
    line-height: 30px;
    font-size: 16px;
}

.kaitori_strong_img {
    display: block;
    width: calc(50% - 122px);
    height: 490px;
    position: absolute;
    top: -81px;
    right: 0;
    z-index: 1;
}
.kaitori_strong_wrap li:nth-child(2) .kaitori_strong_img {
    right: auto;
    left: 0px;
}
.kaitori_strong_img::before{
    content: "";
    width: 155px;
    height: 155px;
    background-color: #000;
    position: absolute;
        z-index: -1;
        left: -20px;
        bottom: -20px;
}
.kaitori_strong_wrap li:nth-child(2) .kaitori_strong_img::before {
    left: auto;
    right: -20px;
}
.kaitori_strong_img img {
    width: 100%;
    height: 490px !important;
    object-fit: cover;
}

/* ===============================
   お問い合わせ（CTA）
=============================== */

.kaitori_inq_wrap {
    background-image: url(/kaitori/img/inq_bg.webp);
    padding: 60px 0px;
}
.kaitori_inq_wrap h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    width: fit-content;
    font-weight: bold;
    margin: 0px auto 30px auto;
    padding: 0px 50px;
    position: relative;
    line-height: 54px;
}

.kaitori_inq_wrap h2::before,
.kaitori_inq_wrap h2::after {
    content: "";
    background-image: url(/kaitori/img/inq_ti_f.webp);
    width: 34px;
    height: 61px;
    position: absolute;
}
.kaitori_inq_wrap h2::before {
    left: 0px;
}
.kaitori_inq_wrap h2::after {
    right: 0px;
    transform: scale(-1, 1);
}
/* 白いボックス */
.kaitori_inq_box {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-sizing: border-box;
}

/* 左：赤いCTA */
.kaitori_inq_l_w{
position: relative;
    overflow: hidden;
    padding: 0px 5px 5px 0px;
}
.kaitori_inq_l_w::before {
    content: "";
    background-image: url(/ad/lp01/img/regist_v.webp);
    background-size: 100%;
    width: 32%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    animation: kaitoriflow 2s linear infinite;
    transform: translateX(-190px);
    z-index: 10;
}
@keyframes kaitoriflow {
  100% {
    transform: translateX(1000px);
  }
}
.kaitori_inq_l {
    display: flex;
    align-items: center;
    border: solid 5px #fff;
    background: #c9001e;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 18px 0px 18px 30px;
    gap: 10px;
    width: 590px;
    box-shadow: 4px 4px #000;
    box-sizing: border-box;
    position: relative;
}
.kaitori_inq_l::before {
    content: "";
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    right: 22px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.kaitori_inq_l::after {
    content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    right: 24px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 6px solid transparent;
    border-left: 8px solid #c9001e;
    position: absolute;
}
.kaitori_inq_l img {
}

.kaitori_inq_l_box {
    font-weight: 900;
    font-size: 34px;
    line-height: 1.3;
    color: #fff000;
    text-align: center;
    line-height: 35px;
}

.kaitori_inq_l_box span {
    display: block;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 1px;
    color: #fff;
    position: relative;
}
.kaitori_inq_l_box span::before{
    content: "";
    background-image: url(/kaitori/img/dot.webp);
    background-repeat: no-repeat;
    width: 73px;
    height: 7px;
    right: 117px;
    top: -6px;
    position: absolute;

}
/* 右：電話 */
.kaitori_inq_r {
text-align: center;
    border-left: solid 1px #ccc;
    padding: 14px 0px 14px 25px;
}

.kaitori_inq_r span {
    display: block;
    font-size: 17px;
    margin-bottom: 11px;
    font-weight: 900;
}

.kaitori_inq_r a {
    display: block;
    font-size: 46px;
    font-weight: 900;
    padding: 0px 0px 0px 30px;
    color: #000;
    line-height: 35px;
    text-decoration: none;
    background-image: url(/kaitori/img/inq_tel_icon.webp);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

.kaitori_inq_r p {
    font-size: 13px;
    margin: 13px 0px 0px 0px;
    color: #333;
    font-weight: bold;
}

/* ===============================
   買取事例
=============================== */
.kaitori_exa_wrap {
    width: 1100px;
    margin:220px auto 80px auto;
    position: relative;
}
.kaitori_exa_wrap::before{
    content: "";
    background-image: url(/kaitori/img/example_kein.webp);
    width: 573px;
    height: 659px;
    right: -45px;
    top: -177px;
    position: absolute;
}
/* ---------- タイトル ---------- */
.kaitori_flex_ti {
    margin: 0 auto 70px;
    position: relative;
}

.kaitori_flex_ti span {
    display: block;
    font-size: 94px;
    font-weight: 700;
    color: #0b5fb3;
    letter-spacing: 4px;
    margin-bottom: 40px;
    line-height: 80px;
}

.kaitori_flex_ti h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 30px;
}

.kaitori_flex_ti p {
font-size: 18px;
    font-weight: 900;
    color: #333;
    margin: 30px 0px 0px 0px;
}

/* ---------- カード一覧 ---------- */
.kaitori_exa_wrap > ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.kaitori_exa_wrap h2{
padding-left: 52px;
    background-image: url(/kaitori/img/example_ti_icon.webp);
    background-repeat: no-repeat;
    line-height: 44px;

}
.kaitori_exa_wrap > ul > li {
    position: relative;
    border: 5px solid #0b5fb3;
    border-radius: 10px;
    background: #fff;
    width: 340px;
}

/* ---------- UPバッジ ---------- */
.kaitori_exa_up {
        position: absolute;
        top: -20px;
        left: -20px;
        background-image: url(/kaitori/img/example_up.webp);
        width: 110px;
        height: 96px;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        z-index: 2;
        display: flex;
        box-sizing: border-box;
        padding: 25px 23px 0px 0px;
        letter-spacing: -1px;
        justify-content: center;
        line-height: 14px;
}

.kaitori_exa_up span {
        display: block;
        font-size: 12px;
        margin-top: 2px;
        margin-left: 1px;
        line-height: 17px;
}

/* ---------- 画像 ---------- */
.kaitori_exa_wrap > ul > li > img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* ---------- 査定比較 ---------- */
.kaitori_exa_wrap > ul > li > ul {
display: flex;
    width: 304px;
    margin: -30px auto 0px auto;
}

.kaitori_exa_wrap > ul > li > ul li {
    width: 50%;
    text-align: center;
    padding: 10px;
    background-color: #000;
    display: flex;
    align-items: center;
    border-radius: 6px 0px 0px 6px;
}
.kaitori_exa_wrap > ul > li > ul li:last-child{
    background-color: #0168b7;
    border-radius: 0px 6px 6px 0px;
}

.kaitori_exa_wrap > ul > li > ul .kaitori_exa_li_s {
display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 15px;
    height: 36px;
    width: 36px;
    border-radius: 6px;
    letter-spacing: 1px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 2px 0px 0px 2px;
    box-sizing: border-box;
}
.kaitori_exa_wrap > ul > li > ul li:last-child .kaitori_exa_li_s {
    color: #0168b7;
}
.kaitori_exa_wrap > ul > li > ul p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-left: 13px;
    margin-top: -3px;
}

.kaitori_exa_wrap > ul > li > ul p span {
    font-size: 17px;
    font-weight: 700;
}

/* ---------- テキスト ---------- */
.kaitori_exa_texbox {
    padding: 0px 20px 20px;
}

.kaitori_exa_texbox h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

.kaitori_exa_texbox p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}

/* ===============================
   買取フロー
=============================== */
.kaitori_flew_wrap {
    width: 1100px;
    margin:160px auto 80px auto;
    position: relative;
}
.kaitori_flew_wrap::before{
    content: "";
    background-image: url(/kaitori/img/flow_kein.webp);
    width: 419px;
    height: 595px;
    left: -155px;
    top: -140px;
    position: absolute;
}

.kaitori_flew_wrap .kaitori_flex_ti{
    text-align: right;
}
.kaitori_flew_wrap h2{
    padding-left: 49px;
    background-image: url(/kaitori/img/flow_ti_icon.webp);
    background-repeat: no-repeat;
    line-height: 44px;
    width: fit-content;
    margin-left: auto;
}
.kaitori_flew_wrap ul {
    margin:0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.kaitori_flew_wrap li {
    width: 340px;
    background-color: #e6f0f8;
    border: solid 5px #0168b7;
    padding: 0px 25px 25px 25px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;

}
.kaitori_flew_wrap li::before{
content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 16px solid transparent;
    border-left: 17px solid #0168b7;
    position: absolute;
}
.kaitori_flew_wrap li:last-child:before{
    display: none;
}
.kaitori_flew_wrap li span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 5px;
    background-color: #0168b7;
    margin: 0px auto 20px auto;
    width: 147px;
    color: #fff;
}
.kaitori_flew_wrap li img {
    display: block;
    margin: auto;
}
.kaitori_flew_wrap li h3 {
    margin: 20px 0px 20px 0px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}
.kaitori_flew_wrap li p {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
}

.kaitori_flew_b {
    margin:30px auto 0px auto;
}
.kaitori_flew_b img {}
.kaitori_flew_b p {
    margin: -20px 0px 0px 0px;
    color: #0168b7;
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    line-height: 60px;

 

}
.kaitori_flew_b p span {
    display: block;
   font-size: 36px;
    font-weight: 900;
    color: #000;
    text-align: center;
}

/* ===============================
   メリット
=============================== */
.kaitori_merit_wrap {
    background-color: #0168b7;
    padding:80px 0px 110px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(/kaitori/img/merit_bg.webp);
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
}
.kaitori_merit_wrap h2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    width: fit-content;
    font-weight: 900;
    margin: 0px auto 40px auto;
    padding: 0px 90px;
    position: relative;
    line-height: 83px;
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    align-items: self-start;
    justify-content: center;
}
.kaitori_merit_wrap h2::before, .kaitori_merit_wrap h2::after {
    content: "";
    background-image: url(/kaitori/img/merit_ti_f.webp);
    width: 65px;
    height: 99px;
    position: absolute;
    top: 27px;
}
.kaitori_merit_wrap h2::before{
    left: 0px;
}
.kaitori_merit_wrap h2::after{
    right: 0px;
    transform: scale(-1, 1);
}
.kaitori_merit_wrap h2 img {
margin-top: -7px;
    display: block;
    line-height: 90px;
}

.kaitori_merit_wrap ul {
    width: 1100px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}
.kaitori_merit_wrap ul::before{
    content:"";
    width:330px;
    height:360px;
    right: -120px;
    bottom: -110px;
    background-image: url(/kaitori/img/merit_people.webp);
    position: absolute;

}
.kaitori_merit_wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ccc;
    padding: 50px 0px;
}
.kaitori_merit_wrap li:first-child {
    padding-top: 0px;
}
.kaitori_merit_wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.kaitori_merit_wrap li img {}

.kaitori_merit_r {
    width: 714px;
}

.kaitori_merit_li_ti {
    margin: 0px 0px 20px 0px;

}
.kaitori_merit {
    display: block;
    line-height: 27px;
    width: fit-content;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    border-radius: 5px;
    padding: 0px 15px;
    background-color: #0168b7;
    margin-bottom: 15px;
}

.kaitori_merit_li_ti h3 {
    margin: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: 900;
}
.kaitori_merit_li_ti h3 span {
    color: #0168b7;
}

.kaitori_merit_r p {
    font-size: 14px;
    line-height: 25px;
}

/* ===============================
   スタッフ
=============================== */
.kaitori_staff_wrap {
    width: 1100px;
    margin:90px auto;
}

.kaitori_staff_ti {
    margin: 0px 0px 60px 0px;
    text-align: center;
}
.kaitori_staff_ti span {
display: block;
    font-size: 94px;
    font-weight: 700;
    color: #0b5fb3;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    line-height: 80px;
}
.kaitori_staff_ti h2 {
    font-size: 32px;
    font-weight: 900;
    padding-left: 45px;
    background-image: url(/kaitori/img/staff_ti_icon.webp);
    background-repeat: no-repeat;
    line-height: 44px;
    width: fit-content;
    margin: auto;
}

.kaitori_staff_li {
    display: flex;
    justify-content: space-between;
}
.kaitori_staff_li li {
    width: 254px;
}

.kaitori_staff_img {
    height: 357px;
    border-radius: 10px;
    position: relative;
    margin: 0px 0px 20px 0px;
    background-color: #d1d1d1;
}
.kaitori_staff_img span {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #000;
    padding: 10px 5px;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    right: 10px;
    top: 0;
    z-index: 20;
    border-radius: 0px 0px 5px 5px;
    color: #fff;

}
.kaitori_staff_img img {}

.kaitori_staff_name {
    margin: 20px 0px 30px 0px;
    font-size: 23px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kaitori_staff_name span {
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #0168b7;

}

.kaitori_staff_come {}
.kaitori_staff_come span {
    display: block;
    font-size: 15px;
    font-weight: 900;
    color: #0168b7;
    margin-bottom: 8px;
}
.kaitori_staff_come p {
    font-size: 14px;
    line-height: 25px;
}

/* ===============================
   Q&A
=============================== */
.kaitori_qa_wrap {
    padding: 80px 0px;
    margin: 0px 0px 80px 0px;
    background-color: #0168b7;
}
.kaitori_qa_wrap .kaitori_staff_ti span{
    color: #fff;
}
.kaitori_qa_wrap .kaitori_staff_ti h2{
    color: #fff;
    background-image: url(/kaitori/img/qa_ti_icon.webp);
    padding-left: 83px;
}
.kaitori_qa_wrap .tabs{
	width:1100px;
	margin:auto;
}
.kaitori_qa_wrap .tab_item {
    width: fit-content;
    font-size: 17px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0px 20px 0px 0px;
    padding: 18px 18px 18px 18px;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    border-left: solid 6px #fff;
    border-top: solid 6px #fff;
    border-right: solid 6px #fff;
}
.kaitori_qa_wrap .tab_item:nth-child(2){
    margin-left: 50px !important;

}
.kaitori_qa_wrap .tab_item:hover {

}

.kaitori_qa_wrap input[name="tab_item"] {
  display: none;
}

.kaitori_qa_wrap .tab_content {
display: none;
    padding: 50px 0px;
    clear: both;
    background-color: #fff;
    border-radius: 10px;
}

#akiya:checked ~ #akiya_content,
#kyoyu:checked ~ #kyoyu_content,
#saiken:checked ~ #saiken_content,
#jiko:checked ~ #jiko_content,
#sokochi:checked ~ #sokochi_content {
  display: block;
}
.tabs input:checked + .tab_item {
background-color: #fff;
        color: #fff;
        line-height: 22px;
        position: relative;
        z-index: 1;
        margin: 0px 20px -1px 0px;
        border-radius: 10px 10px 0px 0px;
        color: #0168b7;
        padding: 19px 18px 20px 17px;
        width: fit-content;
        height: auto;
}
.tabs input:checked + .tab_item::before {
    position: absolute;
    content: "";
    right: -21px;
    box-sizing: border-box;
    background-image: url(/img/top/t_search_sankaku.webp);
    width: 21px;
    height: 61px;
}
.kaitori_qa_wrap .accordionbox{
	width: 1000px;
	margin:auto;

    margin-top: -13px;
}
.kaitori_qa_wrap .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.kaitori_qa_wrap .qa_block {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    border: solid 1px #336699;
    border-radius: 5px;
}
.kaitori_qa_wrap .qa_block:last-child{
	margin-bottom: 0px;
}
.kaitori_qa_wrap .accordionlist dt:first-child, .accordionlist dt:nth-child(2) {
    border-top: none !important;
}
.kaitori_qa_wrap .accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.kaitori_qa_wrap .accordionlist dt .title.active {
    color: #000;
    border-bottom: dashed 2px #ccc;
    border-radius: 10px 10px 0px 0px;
}
.kaitori_qa_wrap .accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.kaitori_qa_wrap .accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.kaitori_qa_wrap .accordionlist dt .title {
    position: relative;
    background-color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    padding-left: 109px;
    line-height: 20px !important;
    padding: 24px 0px 24px 27px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
    border-radius: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
	margin: 0px;
background-color: #e6f0f8;
}
.kaitori_qa_wrap .accordionlist dt .title span{
        font-size: 25px;
        font-weight: bold;
        margin-right: 20px;
        color: #229454;
        display: block;
        margin-top: -12px;
}
.kaitori_qa_wrap .accordionlist dt .title p {
        font-weight: bold;
        line-height: 23px;
        margin: 0px;
        font-size: 18px;
        display: flex;
        align-items: center;
    }
.kaitori_qa_wrap .accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 25px;
    margin-top: -43px;
}
.kaitori_qa_wrap .accordion_icon span {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #716859;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.kaitori_qa_wrap .accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.kaitori_qa_wrap .accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.kaitori_qa_wrap .accordionlist dt {
    display: block;
    overflow: hidden;

}
.kaitori_qa_wrap .accordionlist dd {
    position: relative;
    display: none;
    background: #eee;
    padding: 25px 30px 25px 30px;
    margin: 0;
    background: #fff;
    text-align: left;
    background-image: url(/test/img/sale_answer_icon.webp);
    background-repeat: no-repeat;
    background-position: 30px 44px;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: left;
    align-items: center;
background-color: #e6f0f8;
}
.kaitori_qa_wrap .accordionlist dd p{
font-size: 15px;
        line-height: 27px;
        color: #000;
        display: flex;
        align-items: center;
}
.kaitori_qa_wrap .accordionlist dd span{
font-size: 25px;
    font-weight: bold;
    margin-right: 20px;
    color: #de748d;
    display: block;
}

/* ===============================
   フッター
=============================== */
.kaitori_f_wrap {
    background-color: #000;
    margin: 80px 0px 0px 0px;

}

.kaitori_f_box {
    width: 1100px;
    margin: auto;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kaitori_f_logo {

}
.kaitori_f_logo img {}

.kaitori_f_r {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.kaitori_f_comp {

}
.kaitori_f_comp a {
    display: block;
    font-size: 32px;
    font-weight: 900;
    padding: 0px 0px 0px 21px;
    color: #fff !important;
    line-height: 24px;
    text-decoration: none;
    background-image: url(/kaitori/img/f_tel.webp);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}
.kaitori_f_comp p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0px 0px 0px;
}

.kaitori_f_inq {
    display: block;
    line-height: 58px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #c90d31;
    border: solid 2px #fff;
    border-radius: 10px;
    align-items: center;
    width: 277px;
    position: relative;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
}
.kaitori_f_inq:hover{
    background-color: #ae0828;
    color: #fff !important;
}
.kaitori_f_inq span {
    display: block;
    line-height: 21px;
    border-radius: 5px;
    padding: 0px 6px;
    color: #c90d31;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    background-color: #fff;
    margin-right: 13px;
}
.kaitori_f_inq::before{
    content: "";
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.kaitori_f_inq::after{
    content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    right: 12px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 3px solid transparent;
    border-left: 5px solid #c90d31;
    position: absolute;
}
.kaitori_f_b_wrap{
    border-top: solid 1px #fff;
}
.kaitori_f_b {
    padding: 15px 0px;
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kaitori_f_b ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kaitori_f_b li {
    margin-right: 20px;
}
.kaitori_f_b a {
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0px 20px 0px 0px;
}
.kaitori_f_b a::before {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #fff;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.kaitori_f_b a::after {
    content: "";
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    right: 2px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
}
.kaitori_f_b p {
    font-size: 14px;
    color: #fff;

}


}

@media only screen and (min-width: 768px) and (max-width: 1560px){
.kaitori_main_box::before {
    width: 441px;
    height: 715px;
    right: -31px;
    background-size: 100%;
}
.kaitori_h_logo {
    background-color: #fff;
    padding: 20px 30px 20px 0px;
    border-radius: 0px 0px 20px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.kaitori_h_comp_link{
    line-height: 48px;
    font-size: 14px;
    width: 247px;
}
.kaitori_h_logo img{
    width: 400px;
}
.kaitori_h_comp{
    padding: 10px 10px 10px 20px;
}
.kaitori_h_tel{
    font-size: 23px;
    background-size: 13px;
    padding-left: 16px;
}
.kaitori_merit_wrap ul::before{
width: 230px;
        height: 250px;
        background-size: 100%;
        right: -10px;
}
.kaitori_exa_wrap::before {
    width: 533px;
    height: 613px;
    right: 0px;
    background-size: 100%;
}
}

