.main {
    padding: 48px 0 56px
}

@media screen and (max-width: 1024px) {
    .main {
        padding-top: 16px;
        padding-bottom: 40px
    }
}

.main__title {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 16px;
    color: #008542;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .main__title {
        font-size: 20px
    }
}

@media screen and (max-width: 1024px) {
    .main__title {
        padding-bottom: 4px;
        margin-top: 8px
    }
}

.main__container {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto
}

.notes {
    margin-top: 16px
}

.notes__text {
    font-size: 16px;
    line-height: 1.8
}

.notes__text--bold {
    font-weight: bold
}

.notes__link {
    color: #2162c2;
    text-decoration: underline
}

.conditions {
    margin-top: 32px;
    background-color: #fffef2;
    border: 1px solid #d9d278;
    border-radius: 4px
}

@media screen and (max-width: 1024px) {
    .conditions {
        margin-top: 24px
    }
}

.conditions__titleContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width: 1024px) {
    .conditions__titleContainer {
        padding: 8px 12px
    }
}

.conditions__titleText {
    font-size: 22px;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .conditions__titleText {
        font-size: 16px
    }
}

.conditions__buttonBack {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #008542;
    border: 1px solid #008542;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-tap-highlight-color: transparent;
    border-radius: 4px;
    flex: none;
    flex-basis: 178px;
    height: 40px;
    font-size: 14px;
    text-decoration: none
}

.conditions__buttonBack:disabled {
    color: #fff;
    background-color: #adadad;
    border: 1px solid #adadad
}

@media(hover: hover)and (pointer: fine) {
    .conditions__buttonBack:hover {
        opacity: .7;
        transition: opacity .3s ease
    }
}

@media screen and (max-width: 1024px) {
    .conditions__buttonBack {
        flex-basis: 170px
    }
}

.conditions__buttonBackText {
    margin-left: 6px;
    font-size: 14px;
    color: #fff
}

.conditions__conditionList {
    padding: 16px 25px;
    padding-top: 10px
}

@media screen and (max-width: 1024px) {
    .conditions__conditionList {
        padding: 8px 12px;
        padding-top: 5px
    }
}

.conditions__conditionItem {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.conditions__conditionItem:last-child {
    border-bottom: none
}

@media screen and (max-width: 1024px) {
    .conditions__conditionItem {
        align-items: stretch;
        padding: 7px 0
    }
}

.conditions__conditionTitle,
.conditions__conditionText {
    font-size: 16px;
    line-height: 1.1666666667
}

@media screen and (max-width: 1024px) {

    .conditions__conditionTitle,
    .conditions__conditionText {
        font-size: 14px;
        word-break: break-all;
        line-height: 1.5
    }
}

.conditions__conditionTitle {
    flex-basis: 124px;
    flex-shrink: 0;
    font-weight: bold;
    color: #008542
}

@media screen and (max-width: 1024px) {
    .conditions__conditionTitle {
        flex-basis: 100px
    }
}

.conditions__separator {
    padding: 7px
}

.result {
    margin-top: 32px
}

.result__heading {
    font-size: 28px;
    line-height: 1.5;
    color: #008542
}

@media screen and (max-width: 1024px) {
    .result__heading {
        font-size: 18px
    }
}

@media screen and (max-width: 1024px) {
    .result__heading {
        margin-top: 8px
    }
}

.result__item {
    margin-top: 16px
}

.resultHeading__tips {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-end
}

.resultHeading .tippy-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .16)
}

@media screen and (max-width: 1024px) {
    .resultHeading .tippy-box {
        max-width: 263px !important
    }
}

.resultHeading .tippy-content {
    padding: 15px
}

@media screen and (max-width: 1024px) {
    .resultHeading .tippy-svg-arrow {
        right: 14px;
        left: unset !important;
        transform: none !important
    }
}

.resultHeading__tipsContent {
    font-size: 14px;
    line-height: 1.5
}

.resultHeading__tipsContentLink {
    font-size: 14px;
    line-height: 1.5;
    color: #2162c2;
    text-decoration: underline
}

.resultHeading__count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin-top: 8px;
    background-color: #edfaf4
}

@media screen and (max-width: 1024px) {
    .resultHeading__count {
        margin-top: 16px
    }
}

.resultHeading__countText,
.resultHeading__countFrom,
.resultHeading__countTo,
.resultHeading__countNow,
.resultHeading__displayCountText {
    font-size: 14px;
    line-height: 1.5
}

.resultHeading__countNow {
    margin-left: 1em
}

@media screen and (max-width: 1024px) {
    .resultHeading__countNow {
        display: block;
        margin-top: 6px;
        margin-left: 0
    }
}

.resultHeading__countNumber {
    font-size: 26px;
    line-height: 1.4230769231;
    color: #008542
}

@media screen and (max-width: 1024px) {
    .resultHeading__countNumber {
        font-size: 20px;
        line-height: 1.45
    }
}

.resultHeading__displayCount {
    display: flex;
    grid-area: display;
    gap: 8px;
    align-items: center;
    justify-content: flex-end
}

.resultHeading__select {
    padding: 8px 12px 8px 8px;
    font-size: 16px;
    line-height: 1.5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAASCAYAAAAzI3woAAAABHNCSVQICAgIfAhkiAAAAJBJREFUSEvN1jkOgCAUBNDP1byWhVB4Lc+mYIQYtr+wTTLNVK8cBeemAeB4ukKMcoo1UAb2S7+g+SiHsYwAmofymBg0HvXDpEHjUBEmD+qPSmLKoH6oLKYOao8qYnCgdqgqBg+So1AYGoiPQmPoIDqKhOGB8Cgyhg+qo1gYGSiPYmPkoBglwrQBBRR8F8JO3Ny0L0Vau8k96wAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 6px;
    border: 1px solid #bbb;
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 76px;
    padding: 5px 7px 7px;
    background-position: right 8px center
}

.resultHeading__select:focus {
    border-color: #008542
}

.tips {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 1.4285714286;
    cursor: pointer
}

.tips__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    padding: 0 6px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px
}

.tips__icon--new {
    background-color: #d77373
}

.tips__icon--cb {
    background-color: #456eb0
}

.resultItem {
    padding: 24px;
    padding-top: 16px;
    border: 1px solid #ddd;
    border-radius: 4px
}

@media screen and (max-width: 1024px) {
    .resultItem {
        padding: 4px 12px 24px;
        font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    }
}

.resultItem__mainInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width: 1024px) {
    .resultItem__mainInner {
        flex-direction: column;
        align-items: center
    }
}

.resultItem__mainList {
    width: 464px
}

@media screen and (max-width: 1024px) {
    .resultItem__mainList {
        width: 100%
    }

    .resultItem__mainList:not(:first-of-type) {
        border-top: 1px solid #ddd
    }
}

.resultItem__mainItem {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 7px 0;
    border-top: 1px solid #ddd
}

.resultItem__mainItem:first-of-type {
    border-top: none
}

.resultItem__mainTitle {
    flex-shrink: 0;
    width: 128px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .resultItem__mainTitle {
        width: 84px;
        font-size: 14px;
        line-height: 1.5
    }
}

.resultItem__mainText {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .resultItem__mainText {
        font-size: 14px;
        line-height: 1.5
    }
}

.resultItem__mainLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    padding: 0 6px;
    margin-left: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px
}

.resultItem__mainLabel:first-of-type {
    margin-left: 8px
}

.resultItem__mainLabel--new {
    background-color: #d77373
}

.resultItem__mainLabel--cb {
    background-color: #456eb0
}

.resultItem__detail {
    height: 0;
    overflow: hidden;
    transition: height .3s ease
}

.resultItem__detail.--active {
    height: calc(var(--content-height))
}

.resultItem__detailItem {
    padding: 8px 0;
    border-top: 1px solid #ddd
}

.resultItem__detailItem:last-of-type {
    border-bottom: 1px solid #ddd
}

.resultItem__detailItemInner--inline .resultItem__detailTitle,
.resultItem__detailItemInner--inline .resultItem__detailText {
    display: inline
}

.resultItem__detailItemInner--multi {
    display: inline-flex;
    margin-right: 1.8em
}

.resultItem__detailTitle,
.resultItem__detailTitleText {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {

    .resultItem__detailTitle,
    .resultItem__detailTitleText {
        font-size: 14px;
        line-height: 1.5
    }
}

.resultItem__detailText {
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .resultItem__detailText {
        font-size: 14px;
        line-height: 1.5
    }
}

.resultItem__detailLink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #008542;
    border: 1px solid #008542;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-tap-highlight-color: transparent;
    border-radius: 4px;
    width: 280px;
    height: 48px;
    margin: 24px auto 3px;
    font-size: 18px
}

.resultItem__detailLink:disabled {
    color: #fff;
    background-color: #adadad;
    border: 1px solid #adadad
}

@media(hover: hover)and (pointer: fine) {
    .resultItem__detailLink:hover {
        opacity: .7;
        transition: opacity .3s ease
    }
}

@media screen and (max-width: 1024px) {
    .resultItem__detailLink {
        width: 220px;
        height: 40px;
        margin: 16px auto 3px;
        font-size: 14px
    }
}

.resultItem__button {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 24px;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #008542;
    text-align: center;
    border-top: 1px solid #ddd
}

.resultItem__button::before {
    display: block;
    content: "開く"
}

@media screen and (max-width: 1024px) {
    .resultItem__button {
        padding-top: 12px
    }
}

.resultItem__button.--active {
    border-top: none
}

.resultItem__button.--active::before {
    content: "閉じる"
}

.resultItem__button.--active .resultItem__buttonIcon {
    transform: rotate(180deg)
}

.resultItem__openButton {
    text-decoration: underline
}

.pageNation {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 48px
}

.pageNation__first,
.pageNation__last,
.pageNation__prev,
.pageNation__next {
    display: flex;
    align-items: center;
    padding: 10px
}

@media(hover: hover)and (pointer: fine) {

    .pageNation__first:hover,
    .pageNation__last:hover,
    .pageNation__prev:hover,
    .pageNation__next:hover {
        opacity: .7;
        transition: opacity .3s ease
    }
}

.pageNation__next {
    margin-left: 8px
}

.pageNation__firstImage,
.pageNation__lastImage,
.pageNation__prevImage,
.pageNation__nextImage {
    flex: none
}

.pageNation__firstImage {
    transform: scale(-1, 1)
}

.pageNation__prevImage {
    transform: scale(-1, 1)
}

.pageNation__pageContainer {
    display: flex;
    gap: 8px;
    margin-left: 8px
}

.pageNation__page,
.pageNation__currentPage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 2px
}

.pageNation__page {
    color: #4a4a4a;
    border: 1px solid #ddd
}

@media(hover: hover)and (pointer: fine) {
    .pageNation__page:hover {
        opacity: .7;
        transition: opacity .3s ease
    }
}

/* @media screen and (max-width: 1024px) {

    .pageNation__page:first-child,
    .pageNation__page:last-child {
        display: none
    }
} */

.pageNation__currentPage {
    color: #fff;
    background-color: #008542
}

@media screen and (max-width: 1024px) {
    .pageNation__leader {
        display: none
    }
}

.pageNation__leaderImage {
    margin-top: 32px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 40px 0 48px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0)
}

.modal::after {
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    content: ""
}

@media screen and (max-width: 1024px) {
    .modal {
        padding: 36px 16px
    }
}

.modal.is-active {
    opacity: 1;
    transition: opacity .8s;
    transform: scale(1)
}

.modal__inner {
    position: relative;
    display: inline-block;
    width: 790px;
    height: 100%;
    min-height: 790px;
    max-height: 100%;
    padding: 40px 46px;
    margin: 0 auto;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(111, 117, 121, .2)
}

@media screen and (max-width: 1024px) {
    .modal__inner {
        width: 100%;
        max-width: 790px;
        min-height: 569px;
        padding: 32px 0
    }
}

.modal__inner--others {
    min-height: 610px
}

.modal__inner--alert {
    width: 406px;
    height: auto;
    min-height: 322px
}

@media screen and (max-width: 1024px) {
    .modal__inner--alert {
        width: auto;
        max-width: 345px;
        height: auto;
        min-height: 258px;
        padding: 32px 24px
    }
}

.modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px
}

@media screen and (max-width: 1024px) {
    .modal__close {
        top: 8px;
        right: 8px
    }
}

.modal__closeIcon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px
}

@media screen and (max-width: 1024px) {
    .modal__closeIcon {
        width: 22px;
        height: 22px
    }
}

.modal__closeIcon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #008542;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center
}

.modal__closeIcon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #008542;
    border-radius: 32px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center
}

.scrollTopButton {
    position: fixed;
    right: 80px;
    bottom: 32px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    visibility: hidden;
    background-color: #fff;
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.16));
    border: 1px solid #008542;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    -webkit-tap-highlight-color: transparent
}

.scrollTopButton.is-active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .scrollTopButton {
        right: 16px;
        bottom: 16px
    }
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}
.page_mobile {
}
@media screen and (max-width: 1024px) {
    .page_mobile {
        display: none;
    }
}
