@charset 'utf-8';
#wrapper {
    width: 90vw;
    margin: 0 auto;
}
main {
    background-color: #ffffff;
    margin-top: 10px;
}
.head-logo-sub img {
    display: block;
    width: 35vw;
    aspect-ratio: 64/37;
    margin: 0 auto;
}
button#back2home {
    display: block;
    margin: 0 auto;
    border: 0px;
    margin-top: 25px;
    background-color: transparent;
}
h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    border-bottom: 3px solid #eeb033;
    border-left: 10px solid #eeb033;
    box-sizing: content-box;
    padding-left: 10px;
    padding-bottom: 5px;
    user-select: none;
}
h2 {
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #eeb033;
    border-top: 3px solid #eeb033;
    border-left: 10px solid #eeb033;
    border-right: 10px solid #eeb033;
    box-sizing: content-box;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    user-select: none;
}
h3 {
    font-size: 1.2rem;
    margin-top: 25px;
    padding-left: 10px;
    border-bottom: 3px solid #eeb033;
    text-align: center;
    user-select: none;
}
p {
    margin-top: 10px;
    user-select: none;
}
p.caution_title {
    text-align: center;
    color: white;
    background-color: red;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
p.caution {
    text-indent: 1.0rem;
    line-height: 1.6rem;
    padding-top: 1rem;
    padding-bottom: 1.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    margin-top: 0;
    border: 1px solid red;
}
p.paragraph {
    width: 90%;
    margin: 0 auto;
    text-indent: 1.0rem;
}
p.sale {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    color: red;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
table {
    margin: 0 auto;
    margin-top: 30px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
    border: 3px solid #eeb033;
}
caption {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    user-select: none;
}
th {
    font-size: 1.2rem;
    text-align: center;
    height: 2.5rem;
    background-color: #eb6928;
    color: white;
    user-select: none;
}
td {
    font-size: 1.2rem;
    text-align: center;
    height: 2.5rem;
    border: 2px solid #edbe5f;
    user-select: none;
}

.first,
.second,
.third {
    width: 9.0rem;
}
.opt_first,
.opt_second,
.opt_third,
.opt_fourth {
    width: 8.0rem;
}
.smt {
    font-size: 1.0rem;
}
.smt::before {
    content: "";
    margin-right: 5px;
}

ul.opt-menu {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
}