.wrapper{
    max-width:700px;margin:auto;
    p{
        text-align: left;
        padding: 10px 5px;
        line-height: 2em;
        font-size: 14px;
        @media(min-width:641px){font-size: 16px;}
        text-indent: 0;
        >img{
            border-radius: 20px;
            border: 2px solid #dedede;
        }
        strong{
            font-weight: bold;
            font-size: 16px;
            @media(min-width:641px){font-size: 18px;}    
        }
    }
    dl{
        display: flex;
        flex-wrap: wrap;
        gap: 14px 0;
        margin: 2em auto;
    }
    dt{
        font-size: 14px;
        @media(min-width:641px){font-size: 16px;}
        font-weight: 600;
        width: 100%;
        display: flex;
        align-items: center;
        gap: .5em;
    }
    dt:after{
        content: "";
        display: block;
        flex: 1;
        height: 1px;
        background-color: #888;
    }
    dd{
        font-size: 14px;
        @media(min-width:641px){font-size: 16px;}
        /* font-weight: bold; */
        line-height: 1;
        padding: 0;
        p{
            padding: 0;
            line-height: 1.5;
        }
    }
    dd::after{content: "／";margin: 0 0.5em;}
    dd:last-child:after{content: "";}
    img{max-width: 100%;}
    .notice{
        font-size: 0.9em;
        line-height: 1.4;
        color: #333;
    }
}
section{
    padding: 20px 0 30px;
    @media(min-width:641px){
        padding: 40px 0;
    }
    h1{
        text-align: center;
        margin: 0px auto 50px;
        font-size: 28px;
        max-width: 1000px;
        img{
            width: 100%;
        }
    }
    h2{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 20px;
        line-height: 1.4;
        @media(min-width:641px){
            font-size: 24px;
        }
    }
    h3{
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        font-feature-settings: "palt";
        margin-bottom: 20px;
        padding-top: 40px;
        font-weight: bold;
        color: #84293a;
        small{
            display: inline-block;
            font-weight: normal;
            font-size: 0.85em;
            letter-spacing: 0;
        }
    }
    table{
        th,td{
            width: auto;
            text-align: center;
            text-wrap: balance;
        }
    }
    .flow-link{
        margin-top: 0;
        text-align: center;
        a{text-decoration: underline;color: #2a3599;}
    }
}
section:first-of-type{padding-top: 0;}
.btn{
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 2em 0;
    display: flex;
    justify-content: center;
    a{
        font-size: 22px;
        border-radius: 4px;
        display: block;
        width: fit-content;
        min-width: 10em;
        padding: 10px 20px;
        text-align: center;
        background-color: #1bba80;
        color: #fff;
        text-decoration: none;
    }
}
.wrapper .image{text-align: center;margin-bottom: 1.8em;}
.wrapper .image img{max-width: 100%;}
ul.chuki{width: auto;}
table .rl{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.2;
}
table sup{color:#84293a;}
#inner_table{
    border:none;
    width:100%;
}
#inner_table td,#inner_table th{
    text-align: center;
    font-size: .9em;
    padding: 2px 2px 1px;
}
@media(max-width: 640px) and (min-width: 320px){
    .wrapper{padding:0 20px;}
    .wrapper .image{margin: auto -20px;}
}
.preview{
    margin: 1em -20px;
    overflow: auto;
    padding: 20px;
    background-color: #ddd;
    max-width: 690px;
    @media(min-width:690px){
        margin: 1em auto;
        overflow: hidden;
    }
    >div{
        display: flex;
        gap: 10px;
        @media(min-width:690px){
            width: 100%;
        }
        >img{
            flex: 1;
            @media(min-width:690px){
                width: calc((100% / 3) - (20px / 3));
            }
        }
    }
}
.flow{
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
}
.flow::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 16px solid #84293a;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 17px;
}
.flow.last::after{display: none;}
.link{
    color: #84293a;
    text-decoration: underline;
}
.swiper{
    margin: 2em auto;
}
.swiper-slide {  
    width: fit-content;
    height: 300px;
    img{
        display: block;
        height: 100%;
        width: auto;
        box-sizing: border-box;
    }
}