a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

a:active {
    color: white;
}


.header {
    width: 40%;
    max-width: 600px;
    margin: 7em auto 10em;
    text-align: center;
}


/* table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    margin: 0 auto;
}
td, th {
	padding: 3px;
	height: 25px;
}

td.left {
    width: 5em;
}

td.right {
    width: 77%;
}

th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
} */

.c-Box {
    width: 550px;
    /* max-width: 600px; */
    margin: 0 auto 10em;
    font-size: 18px;
}

/* .listWrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #8080808a;
} */

@media only screen and (max-width: 850px) {

    .header {
        width: 50%;
        margin: 5em auto;
    }

    .c-Box {
        width: 65%;
        margin: 0 auto 10em;
        font-size: 1em;
    }

}


@media only screen and (max-width: 768px) {

    .header {
        width: 50%;
        margin: 5em auto;
    }

    .c-Box {
        width: 85%;
        margin: 0 auto 10em;
        font-size: 1em;
    }


    /* .listWrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #8080808a;
    }

    .left {
        width: 5em;
    }

    .right {
        width: 77%;
    }


    .listWrap_emp {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .right_b {
        width: 77%;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #8080808a;
    }

    .listWrap_end {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0.5em;
    }

    .back {
        height: 13em;
        background-size: contain;
    } */

}

@media only screen and (max-width: 370px) {
    .c-Box {
        width: 90%;
    }
}

/*　listBox --------------------*/

.listBox {
    display: flex;
    justify-content: center;
    margin-bottom: 10em;
}

.text-area {
    width: 135px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 320px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    white-space: nowrap;
    position: relative;
}

.text-area h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
    text-indent: 1em;
}

.text-area p {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: 2.5em;
}

.link-area1 {
    order: 3;
    text-decoration: none;
    color: inherit;
}

.link-area2 {
    order: 2;
    text-decoration: none;
    color: inherit;
}

.link-area3 {
    order: 1;
    text-decoration: none;
    color: inherit;
}


.area1 {
    order: 3;
    border-right: 1px solid #ffffff5e;
    display: flex;
    justify-content: center;
}

.area2 {
    order: 2;
    border-right: 1px solid #ffffff5e;
    display: flex;
    justify-content: center;
}

.area3 {
    order: 1;
    border-right: 1px solid #ffffff5e;
    border-left: 1px solid #ffffff5e;
    display: flex;
    justify-content: center;
}

.vertical-number {
    text-orientation: upright;
}

.bottom-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

/*　end listBox --------------------*/

.imgBox {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.txtArea {
    width: 100%;
}

.txtArea ul {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
}

.txtArea li {
    list-style: none;
    line-height: 1.47;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

li.line-height {
    line-height: 2;
}

li.line-height_b {
    line-height: 1.7;
}

span.inc {
    display: inline-block;
    font-size: clamp(0.813rem, 0.702rem + 0.21vw, 1rem);
    padding-left: 1em;
    line-height: 1.8;
}

.txtArea li a {
    text-decoration: underline;
}

.txtArea li.caution {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    letter-spacing: 1px;
}

.ex {
    display: flex;
}

.ex a {
    text-decoration: underline;
}

.tArea {
    width: 100%;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    color: #c09a47;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 1px solid #a07021;
    padding-bottom: 6em;
}

#ticket_a {
    position: relative;
}

.cloud-c {
    width: 69%;
    position: absolute;
    top: 93%;
    right: -120px;
}

#ticket_b {
    position: relative;
}

.cloud-c-2 {
    width: 67%;
    position: absolute;
    top: 95%;
    right: -105px;
}

#ticket_c {
    position: relative;
    margin-bottom: 8em;
}

.cloud-c-3 {
    width: 77%;
    position: absolute;
    top: -15%;
    right: -150px;
}

@media only screen and (max-width: 850px) {

    /*　listBox --------------------*/

    .listBox {
        display: flex;
        justify-content: center;
    }

    .text-area {
        width: 100px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        height: 260px;
        display: flex;
        flex-direction: column;
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.1em;
        white-space: nowrap;
        position: relative;
    }

    .text-area h2 {
        margin: 0;
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.3;
        text-indent: 1em;
    }

    .text-area p {
        margin: 0;
        margin-bottom: 10px;
        line-height: 1.5;
        text-indent: 2.5em;
    }

    .link-area1 {
        order: 3;
        text-decoration: none;
        color: inherit;
    }

    .link-area2 {
        order: 2;
        text-decoration: none;
        color: inherit;
    }

    .link-area3 {
        order: 1;
        text-decoration: none;
        color: inherit;
    }


    .area1 {
        order: 3;
        border-right: 1px solid #ffffff5e;
        display: flex;
        justify-content: center;
    }

    .area2 {
        order: 2;
        border-right: 1px solid #ffffff5e;
        display: flex;
        justify-content: center;
    }

    .area3 {
        order: 1;
        border-right: 1px solid #ffffff5e;
        border-left: 1px solid #ffffff5e;
        display: flex;
        justify-content: center;
    }

    .vertical-number {
        text-orientation: upright;
    }

    .bottom-image {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
    }

    /*　end listBox --------------------*/

    .imgBox {
        width: 100%;
        margin-bottom: 60px;
    }

    .txtArea {
        width: 100%;
    }

    .txtArea ul {
        width: 100%;
        padding: 0;
        margin-bottom: 2em;
    }

    .txtArea li {
        list-style: none;
        line-height: 1.47;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    span.inc {
        display: inline-block;
        font-size: clamp(0.813rem, 0.702rem + 0.21vw, 1rem);
        padding-left: 1em;
        line-height: 1.8;
    }

    .txtArea li a {
        text-decoration: underline;
    }

    .txtArea li.caution {
        font-size: 14px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .tArea {
        width: 100%;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4em;
        color: #c09a47;
        text-align: center;
        letter-spacing: 1px;
        border-bottom: 1px solid #a07021;
        padding-bottom: 6em;
    }


    #ticket_a {
        position: relative;
    }

    .cloud-c {
        width: 69%;
        position: absolute;
        top: 61vw;
        right: -86px;
    }

    #ticket_b {
        position: relative;
    }

    .cloud-c-2 {
        width: 67%;
        position: absolute;
        top: 61vw;
        right: -84px;
    }

    #ticket_c {
        position: relative;
        margin-bottom: 5em;
    }

    .cloud-c-3 {
        width: 77%;
        position: absolute;
        top: -22vw;
        right: -167px;
    }

}


@media only screen and (max-width: 768px) {

    /*　listBox --------------------*/

    .listBox {
        display: flex;
        justify-content: center;
    }

    .text-area {
        width: 100px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        height: 305px;
        display: flex;
        flex-direction: column;
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.1em;
        white-space: nowrap;
        position: relative;
    }

    .text-area h2 {
        margin: 0;
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.3;
        text-indent: 1em;
    }

    .text-area p {
        margin: 0;
        margin-bottom: 10px;
        line-height: 1.5;
        text-indent: 2.5em;
    }

    .link-area1 {
        order: 3;
        text-decoration: none;
        color: inherit;
    }

    .link-area2 {
        order: 2;
        text-decoration: none;
        color: inherit;
    }

    .link-area3 {
        order: 1;
        text-decoration: none;
        color: inherit;
    }


    .area1 {
        order: 3;
        border-right: 1px solid #ffffff5e;
        display: flex;
        justify-content: center;
    }

    .area2 {
        order: 2;
        border-right: 1px solid #ffffff5e;
        display: flex;
        justify-content: center;
    }

    .area3 {
        order: 1;
        border-right: 1px solid #ffffff5e;
        border-left: 1px solid #ffffff5e;
        display: flex;
        justify-content: center;
    }

    .vertical-number {
        text-orientation: upright;
    }

    .bottom-image {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
    }

    /*　end listBox --------------------*/

    .imgBox {
        width: 100%;
        margin-bottom: 60px;
    }

    .txtArea {
        width: 100%;
    }

    .txtArea ul {
        width: 100%;
        padding: 0;
        margin-bottom: 2em;
    }

    .txtArea li {
        list-style: none;
        line-height: 1.47;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    li.line-height {
        /* line-height: 2; */
        margin-bottom: 5px;
    }

    span.inc {
        display: inline-block;
        font-size: clamp(0.813rem, 0.702rem + 0.21vw, 1rem);
        padding-left: 1em;
        line-height: 1.8;
    }

    .txtArea li a {
        text-decoration: underline;
    }

    .txtArea li.caution {
        font-size: 14px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .tArea {
        width: 100%;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.1em;
        color: #c09a47;
        text-align: center;
        letter-spacing: 1px;
        border-bottom: 1px solid #a07021;
        padding-bottom: 6em;
    }


    #ticket_a {
        position: relative;
    }

    .cloud-c {
        width: 69%;
        position: absolute;
        top: 79vw;
        right: -86px;
    }

    #ticket_b {
        position: relative;
    }

    .cloud-c-2 {
        width: 67%;
        position: absolute;
        top: 79vw;
        right: -84px;
    }

    #ticket_c {
        position: relative;
        margin-bottom: 5em;
    }

    .cloud-c-3 {
        width: 77%;
        position: absolute;
        top: -28vw;
        right: -100px;
    }

}

@media only screen and (max-width: 374px) {

    .cloud-c-2 {
        width: 67%;
        position: absolute;
        top: 85vw;
        right: -84px;
    }

    .cloud-c-3 {
        width: 77%;
        position: absolute;
        top: -30vw;
        right: -88px;
    }

}