/* オプションシート */
.tags-header {
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tags-text {
    font-size: 16px;
    margin-right: 10px;
    letter-spacing: -1px;
}

.tags-list {
    display: flex;
}

.tags-list:hover {
    text-decoration: underline;
    text-underline-offset: 1px;
}

.tags-list, .tags-list div {
    color: #d78500;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -1px;
}

.option-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 15px;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 25px;
}

.label {
    display: inline-block;
    height: 100%;
    background-color: #FFF;
    border-radius: 4px;
}

.radio:checked + .label {
    -webkit-box-shadow: 0px 0px 2px 3px #149f54;
    box-shadow: 0px 0px 2px 3px #149f54;
}

.radio:checked + .label .option-card {
    border: 1px solid #149f54;
    border-top: 0.5px solid #149f54;
}

.card-checked {
    -webkit-box-shadow: 0px 0px 2px 3px #149f54;
    box-shadow: 0px 0px 2px 3px #149f54;
}

.option-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bdbec1;
    border-top: 0.5px solid #bdbec1;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    /* max-width: 300px;
    width: 300px; */
    width: 320px;
    max-width: 320px;
    height: 100%;
}

.option-card-25 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bdbec1;
    border-top: 0.5px solid #bdbec1;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    width: 230px;
    max-width: 230px;
    height: 100%;
}

.option-card-25-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.option-card:hover {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
}

.option-img {
    width: 300px;
    height: 170px;
    /* height: auto; */
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
}

.option-img28div {
    text-align: center;
    height: 200px;
}

.option-img33div {
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option-img28 {
    max-height: 200px;
    max-width: 300px;
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
}

.option-img-25 {
    border-radius: 4px 4px 0px 0px;
    height: fit-content;
    max-height: 150px;
}

.card-footer {
    height: 100%;
    justify-content: flex-end;
}

.card-footer-check {
    font-size: 18px;
    background: #FFFFFF;
    margin-top: 15px;
    color: #149f54;
    border: 1px solid #149f54;
    text-align: center;
    padding: 10px 0px;
}

.card-checked .card-footer-check {
    background: #149f54;
    color: #FFFFFF;
}

.card-footer-results {
    font-size: 18px;
    background: #149f54;
    color: #FFFFFF;
    margin-top: 15px;
    border: 1px solid #149f54;
    text-align: center;
    padding: 10px 0px;
}

.option-text {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
}

.option-name, .option-price {
    text-align: center;
}

.option-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.word-break-keep {
    word-break: keep-all;
}

.option-price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.option-price-note {
    text-align: center;
    font-size: 13px;
    margin-bottom: 3px;
    color: #707070;
}

.option-desc {
    color: #707070;
    font-size: 17px;
    margin-top: 10px;
    text-align: justify;
}

.option-desc ul {
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.option-desc ul li {
    list-style: initial;
    font-size: 17px;
}

.person-count {
    width: 65%;
    text-align: right;
    color: #707070;
    padding-right: 10px;
}

.person-count-type2 {
    width: 100%;
    text-align: left;
    color: #707070;
}

.desc_box hr {
    color: lightgray;
}

.desc_box .desctitle {
    padding: 10px 0px;
    color: gray;
}

.desc_box .desctext {
    padding: 10px 0px;
}

.desc_box .desclongtitle {
    padding-top: 10px;
    color: gray;
}

.desc_box .desclongtext {
    padding: 10px 0px;
}

.option-table {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    line-height: 25px;
    text-align: center;
    padding: 5px;
}

.option-table .title {
    display: flex;
    border: #149f54 solid 1px;
    border-bottom: 0px;
    padding: 10px 10px;
    align-items: center;
    background-color: #149f54;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.option-table .item-list {
    display: flex;
    border: #cccccc solid 1px;
    border-bottom: 0px;
    padding: 10px;
    padding-right: 30px;
    place-items: center;
}

.option-table-checkbox .item-list {
    height: 52px;
}

.option-table .item-list.bottom {
    border: #cccccc solid 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.option-table input[type=radio], .option-table input[type=checkbox] {
    /* accent-color: #149f54; */
    height: 16px;
    cursor: pointer;
}

.option-table select {
    padding: 5px;
}

.option-table select:focus {
    padding: 4px;
}

.option-checked, .grid-checked {
    background: #cef2e0;
}

.grid-checked {
    font-weight: 600;
}

.sheet-wrap {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sheet-top {
    margin-left: 5px;
    margin-right: 5px;
}

.sheet-title {
    width: fit-content;
    margin: 50px auto 35px auto;
    font-size: 45px;
    padding: 15px 15px 12px 15px;
    font-weight: 600;
    color: #444444;
    border: 2px solid #444444;
    border-radius: 13px;
}

.sheet-box60, .sheet-box100 {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #cedff2;
    border-radius: 3px;
    background: #f5faff;
    border-color: #cef2e0;
    background: #f5fffa;
}

.sheet-box60 {
    width: 60%;
}

.sheet-box100 {
    width: 100%;
}

.sheet-logo, .sheet-stock {
    width: 40%;
    height: auto;
    padding: 10px;
}

.sheet-keyimg {
    width: 35%;
    height: auto;
    padding: 10px;
}

.img-logo, .stock-img {
    width: 80%;
    margin-left: 10%;
}

.img-key {
    width: 100%;
}

.stock-img {
    border: 1px solid #a3bfb1;
}

.box-title {
    background: #cedff2;
    border: 1px solid #a3b0bf;
    background: #cef2e0;
    border-color: #a3bfb1;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
}

.box-content {
    padding: 15px 10px 5px 10px;
    line-height: 24px;
}

.box-content ul {
    margin-left: 40px;
    line-height: 28px;
}

.box-content ul li {
    list-style: initial;
    font-weight: 600;
}

.box-listimg {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.option-table .item-list.bt-0p {
    border-top: 0px;
}

.option-ribbon {
    position: absolute;
    top: -26px;
    left: -14px;
    z-index: 1;
    box-shadow: -1px 2px 3px rgb(0 0 0 / 30%);
    height: 30px;
    width: 85%;
    background: #149f54;
}

.option-ribbon:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -1.5px;
    border-radius: 5px 0 0 5px;
    background: #108546;
}

.option-ribbon:before, .option-ribbon:after {
    content: "";
    position: absolute;
}

.option-ribbon:before {
    width: 7px;
    height: 120%;
    top: 0px;
    left: -3.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}

.option-ribbon-text {
    position: absolute;
    z-index: 2;
    top: -24px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.option-textgrid {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    padding: 5px;
    line-height: 25px;
    text-align: center;
}

.option-textgrid input[type="checkbox"] {
    display: none;
}

.grid-top {
    display: flex;
    align-items: center;
}

.grid-title {
    border: #FFF solid 1px;
    border-width: 0 1px 1px 0;
    padding: 12px;
    background-color: #149f54;
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.first-title {
    border-left: 0px;
}

.last-title {
    border-right: 0px;
}

.grid-row {
    display: flex;
}

.grid-row div {
    border: #cccccc solid 1px;
    border-width: 0 1px 1px 0;
    padding: 12px;
    place-items: center;
}

.grid-row div.row-title {
    border: #FFF solid 1px;
    border-width: 0 1px 1px 0;
    padding: 12px;
    background-color: #149f54;
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.first-row div.row-title {
    border-top: 0px;
}

.last-row div.row-title {
    border-bottom: 0px;
}

.sheet-bottom, .sheet-bottom2, .sheet-bottom3 {
    display: flex;
    justify-content: flex-end;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}

.sheet-bottom2 {
    align-items: flex-end;
}

.sheet-bottom3 {
    align-items: center;
}

.sheet-bottom4 {
    display: flex;
    justify-content: center;
}

.table-total {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #FFF;
}

.total-title {
    background: #cedff2;
    border: 1px solid #a3bfb1;
    background: #cef2e0;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
}

.total-subtitle {
    margin-top: 15px;
}

.total-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5px;
}

.total-num {
    font-size: 22px;
    text-align: right;
    padding-left: 10px;
    color: #f53d3d;
    font-weight: 600;
}

.total-count {
    margin-left: 9px;
}

.option-free {
    display: flex;
    align-items: flex-end;
}

.option-free input[type="text"] {
    width: 150px;
}

.option-free input[type="text"].total-input-readonly {
    font-size: 20px;
    padding: 6px;
}

.free-yen {
    font-size: 22px;
}

.sheet-bottom input[type="submit"], .sheet-bottom2 input[type="submit"], .sheet-bottom3 input[type="submit"] {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    width: 175px;
}

.blue-sheet .box-title, .blue-sheet .total-title {
    background: #cedff2;
    border-color: #a3b0bf;
}

.blue-sheet .sheet-box100 {
    border-color: #cedff2;
    background: #f5faff;
}

.blue-sheet input[type="submit"] {
    background: #6caaf0;
    color: #FFF;
    border-bottom: 5px solid #0645ad;
}

.red-sheet .box-title, .red-sheet .total-title {
    background: #f5dfe4;
    border-color: #c398a2;
}

.red-sheet .sheet-box100 {
    border-color: #fbcfcf;
    background: #fffafa;
}

.red-sheet input[type="submit"] {
    background: #f9a1a1;
    color: #FFF;
    border-bottom: 5px solid #df4343;
}

.keyword-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.keyquestion {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.keyquestion span {
    font-size: 17px;
}

.keyword-box input[type="text"] {
    width: 200px;
    /* margin-bottom: 10px; */
}

.keyword-box input[type="submit"] {
    width: 200px;
}

.keyword-box .err {
    font-size: 18px;
}

.sheet-wrap .radio-err {
    float: right;
    font-size: 17px;
}

.hidden-checkbox{
    position: absolute;
    bottom: 0;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.grid-50 {
    flex-wrap: nowrap;
    gap: 20px;
}

.grid-50>div {
    flex-basis: 50%;
}

.grid-50>div>label {
    width: 100%;
}

.grid-50 .option-card {
    max-width: unset;
    width: unset;
}

/* MIX SURVEY */
.mixsurvey-card {
    display: flex;
    flex-direction: column;
}

.mixsurvey-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.mixsurvey-question-header {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
}

.mixsurvey-textinput {
    margin-bottom: 40px;
    font-size: 17px !important;
}

.mixsurvey-checkbox [type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.mixsurvey-checkboxlabel {
    font-size: 17px;
}

.mixsurvey-sheet-title {
    font-size: 30px;
    border: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}

.mixsurvey-sheet-desc {
    font-size: 17px;
    margin-bottom: 50px;
    color: #7c7c7c;
}

.mixsurvey-checkbox-result {
    width: 175px;
}

.mixsurvey-textanswers {
    margin-bottom: 40px;
    padding-left: 50px;
    padding-right: 40px;
}

.mixsurvey-textanswers li {
    font-size: 17px !important;
    list-style-type: decimal !important;
    line-height: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.answerToggle {
    position: relative;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #82c55b;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    transition: all 0.15s linear 0s;
    margin-top: 10px;
    padding: 10px;
    display: block;
    line-height: 21px;
    border-bottom: 5px solid #149f54;
    margin-bottom: 30px;
    width: 150px;
    font-size: 17px;
}

.answerToggle:hover {
    background: #149f54;
}