.img-responsive{
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



.caution{
    font-size: 0.8em;
    margin: 8px 0 0;
    line-height: 1.6;
    display: inline-block;
}

.forgot_flow{}
.forgot_flow.main{
    padding: 0px 0 100px;
    margin: 50px 0 100px;
    border-bottom: 1px solid #333333;
}
.forgot_flow.sub{
    margin: 50px 0 0;
}
.forgot_flow ol{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 115px 80px;
}
.forgot_flow ol li{
    text-align: center;
    position: relative;
}
.forgot_flow ol li.twospan{
    grid-column: span 2;
    display: flex;
    align-items: center;
}
.forgot_flow ol li div.addarrow{
    position: relative;
}
.forgot_flow ol li div.addarrow::after{
    background-image:url(images/arrow.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:48px;
    height:96px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:-60px;
}
.forgot_flow ol li.addarrow2::before{
    background-image:url(images/arrow.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:48px;
    height:96px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:-60px;
}
.forgot_flow ol li div.addballoon::after{
    background-image:url(images/login.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:160px;
    height:160px;
    position:absolute;
    right: -60px;
    bottom: 140px;
}
.forgot_flow ol li p{
    text-align: left;
    min-height: 5em;
    padding: 0 0 20px 1em;
    text-indent: -1em;
    margin: 0 auto;
    max-width: 278px;
}
.forgot_flow ol li p a,
.dotted-list-li a{
    text-decoration: underline;
}

.standby{
    border:1px solid #ffe198;
    width: 100%;
    padding: 50px;
    text-align: left;
}

.device_type{
    margin: 80px 0 30px;
}
.device_type.full{}


.device_type.wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 115px 80px;
}
.device_type.wrap .one{
    grid-column: span 1;
}
.device_type.wrap .two{
    grid-column: span 2;
}
.device_type.wrap .full{
    grid-column: span 3;
}

.device_type em{
    color:#fff;
    font-size:24px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    display: flex;
    height: 48px;
    width:calc(100%);
    padding:0 0 0 78px;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
.device_type em::before{
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:48px;
    height:48px;
    position:absolute;
    top:0;
    left: 0;
}
.device_type em.type-ti{
    background: linear-gradient(to right, #ffffff 58px, #0558b3 58px);
}
.device_type em.type-ti::before{
    background-image:url(images/icon_ti.png);
}
.device_type em.type-fb{
    background: linear-gradient(to right, #ffffff 58px, #ffb502 58px);
}
.device_type em.type-fb::before{
    background-image:url(images/icon_fb.png);
}

@media only screen and (max-width: 750px) {
    .tab-menu {
        padding: 0 7px;
        margin:40px 0 0;
        gap:8px;
    }
    .tab-item {
        padding: 15px 0;
        font-size: 15px;
    }


    .forgot_flow ol{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 60px 0;
        margin: 60px 0 0;
    }
    .forgot_flow ol li{
        text-align: center;
    }
    
    .forgot_flow ol li div.addarrow{
        margin:0 0 50px;
    }
    .forgot_flow ol li div.addarrow::after{
        left: 50%;
        bottom: -120px;
        top:auto;
        transform: translateX(-50%) rotate(90deg);
        right:auto;
    }
    .forgot_flow ol li.addarrow2{
        margin:50px 0 0;
    }
    .forgot_flow ol li.addarrow2::before{
        top: -100px;
        transform: translateX(-50%) rotate(90deg);
        left:50%;
    }
    .forgot_flow ol li div.addballoon::after{
        right: 0px;
        width:100px;
        height:100px;
    }
    .forgot_flow ol li h4{
        font-size: 1.2em;
        margin: 0 0 7px;
        padding: 0 20px;
        text-align: left;
    }
    .forgot_flow ol li p{
        min-height: auto;
        padding: 0 20px 15px 20px;
        text-align: left;
    }

    
    .device_type.wrap{
        display: none;
    }
    .standby{
        padding: 20px;
        text-align: left;
    }

    .device_type_sp{
        position: relative;
    }
    /*.device_type_sp::before{
        content:"";
        width:30px;
        height: 100%;
        position: absolute;
        top:0;
        left:0px;
        writing-mode: vertical-rl;
        display: flex;
        align-items: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        padding: 10px 0;
    }*/
    .device_type_sp::before{
        content:"";
        width: calc(100%);
        height: 30px;
        position: relative;
        display: flex;
        align-items: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        padding: 10px 15px 10px 50px;
        box-sizing: border-box;
        margin: 0 15px 15px 0;
        clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    }
    
    .device_type_sp::after{
        background-size:cover;
        background-position:center;
        content:"";
        display:block;
        width:30px;
        height:30px;
        position:absolute;
        top:0;
        left: 0;
    }
    .device_type_sp.type-ti::before{
        background: linear-gradient(to right, #ffffff 40px, #0558b3 40px);
        content:"Trust Idiom";
    }
    .device_type_sp.type-fb::before{
        background: linear-gradient(to right, #ffffff 40px, #ffb502 40px);
        content:"ふくぎんアプリ";
    }


    .device_type_sp.type-ti::after{
        background-image:url(images/icon_ti.png);
    }
    .device_type_sp.type-fb::after{
        background-image:url(images/icon_fb.png);
    }

    /*
    .device_type_sp::after{
        content: "";
        position: absolute;
        top: 0px;
        right: -15px;
        border-style: solid;
        border-width: 15px;
    }
    .device_type_sp.type-ti::after{
        border-color: transparent transparent transparent #0558b3;
    }
    .device_type_sp.type-fb::after{
        border-color: transparent transparent transparent #ffb502; 
         
    }*/
}