@charset "utf-8";
/* CSS Document */

h1.title{
    border-bottom: 1px solid #000!important;
    padding-left: 0!important;
    color: #333!important;
    font-size: 1.7em!important;
    line-height: 1.6;
}

ul li {
    list-style-type: none;
}

ul.step {
    margin: 1em 0;
}

ul.step li{
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 1em 0 6em;
    position: relative;
}

ul.step li:last-child{
    margin: 1em 0 3em;
}

ul.step li:not(:last-child)::after {
    content: "";
    border: 35px solid transparent;
    border-top: 30px solid #999;
    position: absolute;
    left: 26.5em;
    top: 110%;
}

ul.step li h2{
    background-color: #F2F2F2;
    padding: 1em;
    border-radius: 20px 20px 0 0;
    font-size: 1.5rem;
}

ul.step li .flex{
    display: flex;
    justify-content: space-between;
    padding: 1.5em 1em;
}

ul.step li .flex p{
    margin: 0 0.8em;
}

.notice {
    border: 1px solid #EE0000;
    margin: 0;
    padding: 1em;
}

.accent {
    color: #EE0000;
}

.btn{
    font-size: 15px;
    color: #333 !important;
    text-decoration: none !important;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 0.7em 1em 0.5em;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
}

a span.textLink {
    background: url(/share/images/arrow_black.gif) no-repeat;
    background-position: 0 5px;
    margin-left: 0;
    display: inline-block;
    padding: 0 0 0 10px;
}

.center {
    text-align: center;
}

.mt6em{
    margin-top: 6em;
}

@media (max-width: 640px){
    .share4-breadcrumbs,
    .mq_sub-text-product{
        display: none;
    }
    
    ul.step li:not(:last-child) {
        margin-bottom: 5em;
    }
    
    ul.step li:not(:last-child)::after {
        top: 117%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    ul.step li h2{
        padding: 0.8em 1em 0.5em;
        font-size: 1.3rem;
    }
    
    ul.step li .flex{
        flex-direction: column;
        align-items: center;
        padding: 1em;
    }
    
    ul.step li .flex p{
        margin-right: 0;
        margin-bottom: 1em;
    }
    
    ul.step li .flex img{
        width: 100%;
        max-width: 300px;
    }
}