/* 文字セット */
@charset "UTF-8";

main h2{
    font-size: 2em;
    text-align: center;
    padding:0.5em 0;
    border-bottom: 2px solid #FFD700; 
}

.test01{
    margin:0 1em;
    padding:1em;
    font-size: 1.25em;
}

main dl{
    display: flex;
    margin-top:0.5em;
    padding:0.5em 2em;
    border-bottom: 1px solid #FFD700; 
}

main dl dt{
    width: 8em;
}

main dl dd{
    line-height: 1.5em;
}

.test02{
    margin-top: 1em;
}
.test02 button{
    width:8em;
    height:3.5em;
    margin:1em 3em;
    background-color: #090f1c;
    border-radius: 2em;
    text-align: center;
}

.test03{
    font-size: 0.8em;
    color:red;
}
.test04{
    font-family: "sample02";
    background: linear-gradient(to right, #FFD700, #FCF6BA, #FFD700, #FCF6BA, #FFD700);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}