
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.sp{
    display:none;
}
.pc{
    display:block;
}
a{
    text-decoration: none;
}
.w1000,.inner{
    max-width: 1000px;
    margin: auto;
}
.p50 {
    width: 50%;
}
.flex{
    display:flex;
    text-align: center;
}
.wrap {
    flex-wrap: wrap;
}
.section{
    margin-top: 100px;
}
h1,h2,h3,h4,p,a,dt,dd,li{
    font-family: 'Noto Serif JP', sans-serif;
    color:#303030;
}
nav.menu ul {
    display: flex;
    padding: 10px 0px;
}
nav.menu ul li {
    width: 25%;
    text-align: center;
}
nav.menu ul li a{
    color:#FFF;
}
nav.menu.pc {
    background: #000000;
}
.logo {
    display: flex;
    align-items: flex-end;
    margin-top:10px;
}
.logo .left{
    width: 30%;
}
.logo img {
    max-width: 120px;
}
.logo h1{
    margin-bottom: 5px;
    font-size:inherit;
}
h2 {
    text-align: center;
    font-size: min(7vw, 30px);
}
.mt150{
    margin-top:150px;
}
.heading{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.heading::before {
    background-color: #1a1a1a;
    border-radius: 5px;
    bottom: -20px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}
.desc {
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 2;
}
.mt50 {
    margin-top: 50px;
}
.section {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin-bottom: 50px;
}
.section.purchases {
    background: #edf4f4 !important;
}
.sec_en {
    position: absolute;
    top: -3.1rem;
    left: 21.1%;
    transform: translateX(-50%);
    line-height: 1;
    font-size: clamp(10rem, 11vw, 17.7rem);
    color: rgb(211 211 211);
    z-index: -1;
} 
.sec_en.purchases{
    top: -2.5rem;
    left: 30.1%;
}
#main .mv{
    position:relative;
}
#main .mv .mv_text{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#FFF;
    font-size: min(6vw, 35px);
    line-height: 1.5;
    width: 100%;
    text-align: center;
}
.bg_dark::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
.btn{
    background: #d1242c;
}
.btn a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.cv .btn{
    margin: 0px 20px 20px 20px;
}
.cv .btn a{
    font-size:35px;
    color: #FFF;
    padding: 20px 0px;
    background: #d1242c
}
.cv_line.btn a{
    background: #06c755;
}
.cv p {
    margin-bottom: 9px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'mplus-1p-regular';
}
.cv .p50 p{
    color: #d1242c;
}
.cv .p50:nth-child(2) p{
    color:#06c755;
}
.cv .btn {
    position: relative;
    line-height: 1.2;
  }
   
  .cv .btn:before,
  .cv .btn:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 4px;
    height: 3em;
    margin: 0 1em;
    margin-top: -0.8em;
    vertical-align: middle;
    top: -42px;
  }
  
  .cv .btn:before {
    transform: rotate(-35deg);
    left: 18%;
  }
  .cv .btn:after {
    transform: rotate(35deg);
    right: 18%;
  }
  .cv .cv_application.btn:before,
  .cv .cv_application.btn:after{
    background: #d1242c;
  }
  .cv .cv_line.btn:before,
  .cv .cv_line.btn:after{
    background:#06c755;
  }
  .space-around {
    justify-content: space-around;
}
.li5{
    width: 17%;
    margin: 20px 0px
}
.li3{
    width: 30%;
    margin: 20px 0px
}
.original-box-shadow {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.jisseki {
    margin: 70px 0px;
}
  .jisseki_list li {
    background: #FFF;
    padding: 10px;
  }
.jisseki_list li p{
    margin-bottom:0px;
    font-size:15px;
}
.jisseki_list li img{
    height:210px;
    width:100%;
    object-fit:cover;
}
.jisseki_list li img.archive_jisseki_img{
    width:50%;
}
.txt-limit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brandName, .itemName {
    line-height: 1.5;
}
.kaitoriPrice {
    background: linear-gradient(to top, #569792, #569792 20%, #69b7b1 70%);
    color: #FFF;
}
p.kaitoriPrice {
    margin-top: 8px;
    padding: 7px 0px;
}
.price {
    color: #ed3838;
    padding: 8px 0px;
}
.junk .item p{
    padding-top: 10px;
    font-size: min(3vw, 20px);
}
.junk h2 span{
    font-size: min(9vw, 60px);
    line-height: 1.5;
    letter-spacing: 0.15em;
}
.junk .desc{
    font-size: min(6vw, 25px);
    line-height: 1.7;
    margin-bottom:20px;
    letter-spacing: 0.15em;
}
dt.heading-021 span {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -34px;
    left: -68px;
    font-size: 100px;
    color: #9b7c1d;
}
.section dt {
    padding: 10px;
    font-size: 32px;
    background: #f8f8fd;
}
.section dd {
    padding: 20px 10px;
    font-size: 23px;
    margin-bottom: 50px;
    max-width: 1000px;
}
dt.heading-021 {
    position: relative;
}
dt.heading-021 .usp{
    position: static;
    font-size: 49px;
}
p.headlineEn {
    text-align: center;
    margin-top: 80px;
    font-size: 30px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

h2.headlineJp {
    font-size: 60px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#expensive, #question ,#flow{
    position: relative;
}
#question h2{
    margin:50px 0px 70px;
}
dt {
    font-weight: 700;
}
 .skewed2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ececec;
    z-index: -1;
    transform: skewY(-5deg);
    transform-origin: top left;
    padding: 136px 0px;
  }
  .sec_en.question{
    top: -3.1rem;
    left: 24.1%;
  }
  #question h2.headlineJp {
    margin-top: 71px;
}
.question_list dt,.question_list dd{
    padding:10px 5px;
    border:1px solid #cbc9c9;
    line-height:35px;
}
.question_list dt{
    border-bottom:none;
    background:#FFF;
}
.question_list dd{
    background:#FFF;
}
.question_list p{
    margin-bottom:0px;
    width:90%;
    text-align: left;
    font-size:20px;
}
.question_list dt::before {
    content: "Q";
    justify-content: center;
    align-items: center;
    background: #D65556;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center!important;
    margin-right: 5px;
  }
  
.question_list dd::before {
    content: "A";
    justify-content: center;
    align-items: center;
    background: #6699B7;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center!important;
    margin-right: 5px;
  }
  ul.flow.mt50 {
    display: flex;
}
.flow{
    margin-bottom:20px;
}
ul.flow.mt50 li {
    margin-right: 10px;
    width: 25%;
    border-radius: 3px;
    padding-bottom: 30px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    position: relative;
}
ul.flow.mt50 li:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border: 22px solid transparent;
    border-left: 24px solid #0b1e47;
    z-index: 99;
}
ul.flow.mt50 li:last-child{
    margin-right:0px;
}
ul.flow.mt50 li:last-child:after{
    content:none;
}
.flowTitle,.flowInner{
    padding:0 18px;
}
.flowTitle span {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 7px;
}

p.flowTitle {
    font-size: 20px;
}

p.flowInner {
    margin-top: 20px;
}
#flow h2.headlineJp {
    margin-top: 110px;
}
  .sec_en.flow{
    top: -1.1rem;
    left: 12.1%;
  }
footer .copyright{
    padding: 20px 0px;
    background: #ececec;
    text-align: center;
}
footer .copyright.unei{
    padding: 20px 0px 0px;
}
#fix{
        position:fixed;
        bottom:0;
        display:none;
        width:100%;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 999;
    }
    footer.index{
        margin-bottom: min(50vw,250px);
    }
    #fix .cv.fix{
        margin:30px auto;
        max-width:1000px;
}
.form_t{
    text-align:center;
    margin: 20px 0px 50px;
}
.kobutu{
    text-align:center;
    padding-bottom:10px;
    text-decoration: underline;
}
@media screen and (max-width :1200px){
    .sec_en.purchases,.sec_en.question  {
        left: 40.1%;
        top: -1.5rem;
        font-size:8rem;
    }
    .sec_en.reason, .sec_en.flow {
        left: 30.1%;
        top: -1.5rem;
        font-size:8rem;
    }
    dl.question_list {
    margin: auto;
    width: 95%;
}
}
@media screen and (max-width: 1167px) {
    dt.heading-021 span {
        left: 1%;
    }
    .section dt.heading-021 {
        padding: 10px 0px 10px 13%;
    }
    dt.heading-021 .usp {
        font-size: 5vw;
    }
}
@media screen and (max-width :700px){
    .slide-items.u700 {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2列 */
        gap: 10px 20px;
        }

    .slide-items.u700 > * {
        width: 100% !important; /* slickの幅指定を打ち消す */
        margin: 0;
    }
    .sec_en.purchases,.sec_en.reason,.sec_en.question,.sec_en.flow {
        font-size:7rem;
    }
    .sec_en.flow {
        top: -1.0rem;
    }
    .li5 {
        width: 42%;
        margin: 1%;
    }
}
@media screen and (max-width :768px){
    .section dt{
        font-size:5vw;
    }
    .section dd{
        font-size:3vw;
    }
    h2.headlineJp {
        font-size:8vw;
    }
    p.headlineEn{
        font-size:4vw;
    }
    .cv .btn{
        margin: 0px 20px 40px 20px;
    }
    ul.flow.mt50 li:after{
        right:0;
    }
    .cv .btn:before {
        left: 7%;
    }
    .cv .btn:after {
        right: 7%;
    }
    ul.flow.mt50 li{
        width:80%;
        margin:20px auto;
    }
    ul.flow.mt50 li:last-child{
        margin-right:auto;
    }
    .item.flex{
        flex-wrap:wrap;
        margin:50px auto 0px;
        width:90%;
    }
    .item li{
        width:47%;
        margin:1%;
    }
    .sp{
        display:block;
    }
    .pc{
        display:none;
    }
    #main .mv{
        height:400px;
    }
    .mv img {
        object-fit: cover;
        height: 400px;
    }
    #fix .cv p {
        font-size: min(4vw, 25px);
    }
    #fix .cv a {
        font-size: min(6vw, 35px);
    }
    #fix .cv.fix {
        width: 100%;
        display: flex;
    }
    #fix .cv .btn{
        margin: 0px;
    }
    .cv .cv_line.btn,.cv .cv_application.btn{
        margin:0px 20px 40px 20px;
    }
    .section dt.heading-021 {
        font-size: 4vw;
    }
}
@media screen and (max-width :580px){
    .logo{
        display:block;
    }
    .cv.flex{
        display:block;
        width: 90%;
        margin-top:20px;
    }
    .p50{
        width:100%;
    }
    .cv.flex{
        margin:20px auto;
    }

    ul.flow.mt50{
        display:block;
    }

    ul.flow.mt50 li:after{
        display: inline-block;
        vertical-align: middle;
        color: #0b1e47;
        line-height: 1;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: transparent;
        border-width: 2.64952em 2.375em;
        border-top-color: currentColor;
        border-bottom: 0;
        bottom: -30px;
        right: 0;
        left: 0;
        transform:none;
        top:auto;
        margin: auto;
    }
    .sec_en.purchases,.sec_en.question {
        font-size:6rem;
        left:45%;
    }
    .sec_en.reason{
        font-size:6rem;
        left:35%;
    }
    .section dt.heading-021 {
        padding: 10px 0px 10px 13%;
    }
    .logo h1{
        margin:5px 0px;
    }
}
@media screen and (max-width: 700px){

  .header__hamburger{
    width:48px;
    height:42px;
  }

  .hamburger{
    background:transparent;
    border:none;
    z-index:1001;
    position:absolute;
    right:13px;
    top:4px;
    cursor:pointer;
  }

  button#js-hamburger:hover{
    background:#fff;
  }

  .hamburger span{
    width:100%;
    height:2px;
    background:#454545;
    display:block;
    position:relative;
    transition:.3s;
  }

  .hamburger span:nth-child(2){
    margin:8px 0;
  }

  /* ×変化 */
  .hamburger.active span:nth-child(1){
    transform:rotate(45deg);
    top:10px;
  }

  .hamburger.active span:nth-child(2){
    opacity:0;
  }

  .hamburger.active span:nth-child(3){
    transform:rotate(-45deg);
    top:-10px;
  }

  /* メニュー本体 */
  .header__nav.nav{
    position:fixed;
    top:0;
    right:-100%;
    width:80%;
    height:100%;
    background:#fff;
    z-index:1000;
    transition:.35s;
    padding:30px 20px;
    box-sizing:border-box;
    display:block;
  }

  .header__nav.nav.active{
    right:0;
  }

  .nav__items{
    margin-top:100px;
    padding:0;
    list-style:none;
    text-align:center;
  }

  .nav__items li{
    margin-bottom:25px;
  }

  .nav__items li a{
    font-size:20px;
    color:#000;
    text-decoration:none;
  }

  /* 背景黒幕 */
  .menu-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:999;
  }

  .menu-overlay.active{
    opacity:1;
    visibility:visible;
  }
}
/* =============================================
   申込フォーム - レスポンシブ修正版
   ============================================= */

/* --- 共通リセット（全サイズ共通） --- */
.wpcf7 .contact7 input[type="text"],
.wpcf7 .contact7 input[type="email"],
.wpcf7 .contact7 input[type="tel"],
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-date {
    box-sizing: border-box; /* ★ 追加：幅にpadding/borderを含める */
    padding: 10px 8px;
    font-size: 16px;        /* ★ 変更：20px→16px (iOSの自動ズーム防止) */
    border: 1px solid #ababab;
}

/* --- ベーススタイル --- */
.section.takuhai_form .contact7 {
    background: #FFF;
    border-radius: 5px;
}
.contact7 {
    width: 90%;
    max-width: 840px;
    box-sizing: border-box;
    margin: 0px auto 40px;
}
.contact7 dt {
    font-weight: normal;
    padding-top: 10px;
}
.contact7 dd {
    margin-bottom: 10px;
}

/* 必須・任意マーク */
.contact7 .must  { background: #ff1000; }
.contact7 .optional { background: #999; }
.contact7 .must,
.contact7 .optional {
    color: #FFF;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    letter-spacing: 2px;
}

/* 送信ボタンエリア */
.btn_contact7 {
    text-align: center;
    margin: 40px 0px;
}
.btn_contact7 input {
    width: 90%;
    max-width: 300px;
    background-color: #2c2c2b;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #000000;
    padding: 14px;
    border-radius: 4px;
    transition: 0.3s;
    box-sizing: border-box;
}
.btn_contact7 input:hover {
    background-color: #FFF;
    color: #2c2c2b;
}
.btn_contact7 .wpcf7-spinner { display: none; }

/* その他 */
.contact7 dd:nth-child(2),
.contact7 dt:first-child { border-top: 0px; }
.contact7 .branch { border-top: 0px; }
.wpcf7-textarea { height: 200px; }
.kiyaku { color: #007acc; }

p.formTit {
    margin: 0px;
    text-align: center;
    padding: 20px 5px;
    background: #0f1e57;
    color: #FFF;
    font-size: min(4vw, 25px);
}
.contact7 dt p, .contact7 dd p { padding-left: 7px; }
.contact7 dt p {
    padding-bottom: 10px;
    font-size: 18px;
}

/* ★ 郵便番号：幅をmax指定に変更（モバイルで縮む対策） */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-postal-code {
    width: 100%;
    max-width: 160px;
}


/* =============================================
   PC レイアウト（幅 869px 以上）
   ============================================= */
@media screen and (min-width: 869px) {
    .sp { display: none; }
    .pc { display: block; }

    dl.contact7 {
        display: flex;
        flex-wrap: wrap;
    }
    .contact7 dt, .contact7 dd {
        display: flex;
        align-items: center;
    }
    .contact7 dt {
        width: 23%;
        padding: 5px 0px 5px 10px;
        padding-top: 0px;
    }
    .contact7 dd {
        width: 74.9%;
        padding: 10px 0px;
        margin-bottom: 0px;
    }

    .wpcf7 .contact7 input[type="text"],
    .wpcf7 .contact7 input[type="email"],
    .wpcf7 .contact7 input[type="tel"],
    .wpcf7-textarea,
    .wpcf7-select,
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
    .wpcf7-date {
        margin-left: 20px;
        background: #fafafa;
        width: calc(100% - 20px); /* ★ 追加：margin分を引いた幅 */
    }

    /* 郵便番号はPC固定幅 */
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-postal-code {
        width: 160px;
    }

    .btn_contact7 input { width: 33%; }

    .contact7 dt p, .contact7 dd p { padding-left: 0px; }
    .contact7 dt p { padding-bottom: 0px; }
    .adju { padding-left: 18px; }
    .wpcf7-date { margin: 5px 0px 10px 20px; }
}

/* =============================================
   スマホ レイアウト（幅 868px 以下）
   ============================================= */
@media screen and (max-width: 868px) {
    .sp { display: block; }
    .pc { display: none; }

    .contact7, p.form_p {
        width: 95%;
        max-width: 870px;
    }

    .contact7 dt, .contact7 dd {
        width: 100%;          /* ★ 95%→100%（親がすでに95%なので） */
        margin: 0;
        box-sizing: border-box;
    }

    .contact7 dt p, .contact7 dd p {
        padding-left: 0px;
        padding-bottom: 0px;
        margin: 0px 0px 6px 0px;
    }
    .takuhai_form .contact7 dt p { margin-top: 20px; }

    /* ★ モバイルでは全inputを幅いっぱいに */
    .wpcf7 .contact7 input[type="text"],
    .wpcf7 .contact7 input[type="email"],
    .wpcf7 .contact7 input[type="tel"],
    .wpcf7-textarea,
    .wpcf7-select,
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
    .wpcf7-date {
        width: 100%;
        margin-left: 0;      /* PC側のmargin-leftをリセット */
    }

    /* 郵便番号はスマホでも使いやすい幅を維持 */
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-postal-code {
        width: 100%;
        max-width: 160px;
    }

    .wpcf7-date { margin: 5px 0px 10px 0px; } /* ★ margin-left除去 */

    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
        margin-left: 0;      /* ★ セレクトのマージンもリセット */
    }
}
.contact7 .must,
.contact7 .optional {
    margin-bottom: 5px;  /* バッジ下の隙間 */
    vertical-align: middle;
}

/* スマホ縦積みレイアウト時：dtとddの間にも余白 */
@media screen and (max-width: 868px) {
    .contact7 dt {
        padding-bottom: 5px;
    }
}

/* ② 「郵便番号から自動的に住所が入力されます」などの補足テキスト
   対象の <p> タグに class="form-note" を追加してください
   例: <p class="form-note">郵便番号から自動的に住所が入力されます</p>  */
.contact7 .form-note {
    font-size: 11px;
    color: #666;
    margin: 2px 0 4px;
    font-weight: normal;
    letter-spacing: 0;
}

/* ③ 長いラベル文字を少し小さく
   対象の <p> タグに class="small-label" を追加してください
   例: <p class="small-label">買取希望ブランドやアイテムについて</p>  */
.contact7 dt p.small-label {
    font-size: 17px;
    line-height: 1.5;
}

@media screen and (max-width: 868px) {
    .contact7 dt p.small-label {
        font-size: 13px;
    }
}
/* 「必須」「任意」バッジを折り返しさせない */
.contact7 .must,
.contact7 .optional {
    white-space: nowrap;   /* 1行に固定 */
    flex-shrink: 0;        /* flexで縮まないように */
    display: inline-block;
}

/* PC：ラベルが折り返したとき上揃えに */
@media screen and (min-width: 869px) {
    .contact7 dt {
        align-items: flex-start;
        padding-top: 12px;
    }
}

/*LINEページ*/
#main.line .mv{
    background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url(../images/back6.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    height:min(47vw,300px);
}
#main.line .mv img{
    height:min(47vw,300px);
}
.line_satei_cv,.line_flow{
    text-align:center;
}
.line_page h2 {
    margin: 5vw 0px 3vw;
    background:#1a1b1b;
    color:#FFF;
    padding: 10px 0px;
}
.line_satei_cv img{
    width:70%;
}
.line_flow_des{
    font-size: min(5vw,30px);
    margin: 0 0 1.75em;
}
.line_flow_des span{
    color: #22ab22;
    font-weight: bold;
}
.line_flow_step{
    width:100%;
    max-width:900px;
    margin:auto;
}
.line_flow_step li{
    margin:10px 0px;
    width:calc(100%/3);
}
.line_flow_step li p::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    margin-top:-10px;
}
.line_flow_step li.step1 p::before{
    background: url(../images/line_step_num1.png) no-repeat;
    background-size: contain;
}
.line_flow_step li.step2 p::before{
    background: url(../images/line_step_num2.png) no-repeat;
    background-size: contain;
}
.line_flow_step li.step3 p::before{
    background: url(../images/line_step_num3.png) no-repeat;
    background-size: contain;
}
.line_flow_step li img{
    width:100%;
}
.line_flow_step .step_icon{
    width: 70%;
    margin-bottom: 20px;
}
.caution{
    text-align: left;
    padding: 10px 20px;
    background: #e5e5e5;
    width:90%;
    max-width:1000px;
    margin:0px auto min(10vw,100px);
}
.caution p{
    margin-bottom: 10px;
    line-height:1.5;
}
.caution_title{
    font-size:25px;
    font-weight:bold;
}
ul.line_flow_step.flex p {
    margin: 18px 0px 10px;
}

@media screen and (max-width: 800px) {
    .line_satei_cv img {
        width: 90%;
    }
}
@media screen and (max-width: 700px) {
    .linepage_cv_btn {
        position: relative;
        background: #e17a14;
        width: 80%;
        margin: 7vw auto 10vw;
        border-radius: 50px;
        font-size:20px;
        padding: 15px 0px;
        color: #FFF;
    }
    .arrow::before, .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .button--typeBlack::after {
        right: -83%;
        width: 10px;
        height: 10px;
        border-top: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@media screen and (max-width :580px){
        .line_flow_step.flex {
        display: block;
    }
    .line_flow_step li{
        margin: 10px auto;
        width: 100%;
    }
    .line_flow_step .step_icon{
        width:40%;
    }
    .linepage_cv_btn a{
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }
    ul.line_flow_step.flex p {
        margin: 41px 0px;
        font-size: 20px;
    }
      .line_flow_step li.step3 p::before,.line_flow_step li.step2 p::before,.line_flow_step li.step1 p::before{
        display:none;
    }
}