@charset "UTF-8";
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-size: 62.5%;
}


/**
 * 以下はimap_ticketのindex.blade.phpで使っているが、コメントアウトしておく
 */
/* .radio-003 {
    border: none;
}

.radio-003 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border: 1px solid #fc544b;
    border-radius: 25px;
    background-color: #fc544b26;
    cursor: pointer;
}

.radio-003 label:has(:checked) {
    background-color: #fc544b;
    color: #fff;
}

.radio-003 label::before,
.radio-003 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio-003 label::before {
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.radio-003 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(7px + .7em);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #fc544b;
}

.radio-003 input {
    display: none;
}


.row-reverse {
  flex-direction: row-reverse
} */
