html {
    /*font-size: 62.5%;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    color: #393939;
}

body {
    margin: 0;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 75px;
}

.sub-category {
    display: none;
}


.progressbar.cat {
    display: none;
}

.progressbar {
    width: 100%;
    height: 20px;
    background-color: #ececec;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.bar {
    margin: 0;
    position: absolute;
    height: 100%;
    background-color: #226640;
}

.budget {
    text-align: right;
}


.confirm {
    background-color: #226640;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    display: block;
    padding: 0;
    letter-spacing: 2px;
    border: none;
    margin: 15px auto;
}

.footer {
    background-color: #fff;
    width: 100vw;
    height: 50px;
    position: fixed;
    bottom: 0;
}

.menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu ul li {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu button {
    background: none;
    border: none;
}

.calender {
    width: 100%;
    text-align: center;
}

.calender .sun {
    color: red;
}

.calender .sat {
    color: blue;
}

.calender #today {
    border: 1px solid #226640;
    color: #226640;
}

.calender td {
    padding: 0.5rem;
}

.calender button {
    background: none;
    border: none;
}

input {
    box-sizing: border-box;
}

input[type=radio] {
    display: none;
}

.formlist,
.pack {
    padding: 0.5em;
}

.pack {
    display: none;
}

.pack.active {
    display: block;
}

.pack.amount.active,
.pack.title.active {
    display: flex;
    align-items: center;
}

.pack input {
    height: 50px;
    width: 100%;
    white-space: nowrap;
}

.pack ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.pack li {
    padding: 0.5em 0;
    border-top: solid 1px #226640;
}

.pack li:last-child {
    border-bottom: solid 1px #226640;
}

.pack li:nth-child(even) {
    background: #E5EDE9;
}

.pack li label {
    display: block;
    width: 100%;
    height: 100%;
}

.pack button {
    background: none;
    border: none;
    padding-right: 20px;
}