@charset "UTF-8";

/* SP
--------------------------------------- */
.MainCont {
    margin: 0 0 0;
    padding: 0 0 0;
    overflow: hidden;
}
.sp-stl {
    padding: 0 15px;
}
.pntswt::after {
    content: 'タップ';
}
.step {
    border-radius: 10px;
    margin-bottom: 20px;
    border: #001f6b 3px solid;
    padding: 10px;
    position: relative;
}
.step:last-child {
    margin-bottom: 40px;
}
.step::after {
    position: absolute;
    content: "";
    border-top: 14px solid #001f6b;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    width: 0px;
    height: 0px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.step:last-child::after {
    display: none;
}
.step p {
    font-size: 14px;
}
.step h1 {
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    background-color: #001f6b;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.step h2 {
    display: flex;
    align-items: flex-start;
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.step h2 span {
    display: inline-block;
    width: 65px;
    padding: 5px 0;
    text-align: center;
    font-size: 80%;
    color: #FFF;
    line-height: 130%;
    background-color: #001f6b;
    border-radius: 5px;
    margin-right: 15px;
}
.step h2 b {
    width: calc(100% - 80px);
    display: block;
    color: #001f6b;
}
.guibox {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}
.guiimg img {
    width: 100%;
    /* border: 2px solid #dadada; */
    box-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
}
.guitxt {
    font-size: 14px;
}
.atnbox {
    border: 1px dashed #001f6b;
    border-radius: 10px;
    background: #ECF2FA;
    padding: 5px;
}
.recmg {
    margin: 0 0 20px;
}
.recttl {
    font-size: 20px;
    text-align: center;
    padding: .5em 0;
    border-bottom: 4px solid #0099D4;
    border-top: 4px solid #0099D4;
    line-height: 1.0;
    font-weight: bold;
}
.infbox {
    border: 1px solid #adadad;
    padding: 20px 0;
    text-align: center;
}
.infbox p+p {
    margin-top: 10px;
}
.btnwid {
    margin: 0 auto 40px;
}

/* PC
--------------------------------------- */
@media screen and (min-width: 897px) {
    .sp-stl {
        padding: 0;
    }
    .pntswt::after {
        content: 'クリック';
    }
    .step {
        padding: 20px;
        margin-bottom: 40px;
    }
    .step:last-child {
        margin-bottom: 80px;
    }
    .step::after {
        border-top: 25px solid #001f6b;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        bottom: -36px;
    }
    .step h1 {
        font-size: 30px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .step h2 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .guibox {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .guitxt {
        font-size: 18px;
    }
    .recmg {
        margin: 0 0 40px;
    }
    .recttl {
        font-size: 26px;
        line-height: 1.0;
    }
    .infbox {
        padding: 35px 0;
    }
    .infbox p+p {
        margin-top: 20px;
    }
    .btnwid {
        max-width: 400px;
        margin: 0 auto 80px;
    }
}
