@charset "UTF-8";

.bg {
    position: fixed;
    z-index: -1;
}

.bg img {
    width: 100%;
}

.pagemain {
    background-image: url(/assets/img/goraijyou_photo.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    flex-wrap: wrap;
    z-index: -2;
    margin: 0;
    padding: 0%;
}

.pagemain_ttl_announce {
    width: 550px;
    height: 80px;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 0;
    bottom: -240px;
    /*これ目分量だから後で確認してもらう*/
}

.pagemain_ttl_question {
    width: 550px;
    height: 80px;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 0;
    bottom: -260px;
    /*これ目分量だから後で確認してもらう*/
}

.pagemain_ttl_ticket {
    width: 550px;
    height: 80px;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 0;
    bottom: -240px;
    /*これ目分量だから後で確認してもらう*/
}

.subttl {
    padding-top: 100px;
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}

.logo3 {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}

.logo3 img {
    width: 85px;
    height: auto;
}

/* インデント2 */
.indent-2 {
    padding-left: 1em;
}

/* インデント */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 30px;
    letter-spacing: 1px;
}

/* box1 */
.cnt_01 {
    display: flex;
    justify-content: center;
}

.cnt01_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    max-width: 1000px;
    width: 70vw;
}

.cnt01_stc p {
    margin: 0;
    font-size: 1.05rem;
    width: 100%;
}

/* box2 */
.cnt_02 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

/* 以下box3 */

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

.cnt03_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 70px;
}

.cnt03_stc p {
    margin: 0;
    font-size: 1.05rem;
}

.otoiawase {
    line-height: 40px;
}

/* しょーや */
summary {
    list-style: none;
    position: relative;
    padding: 20px 70px 20px 40px;
    cursor: pointer;
    background-color: #ffb8c4;
}

summary::-webkit-details-marker {
    display: none;
}

summary:hover,
details[open] summary {
    /* background-color: #bc9e04; */
    background-color: rgb(255, 129, 150);
    transition: all .5s;
}

summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.5s;
    font-size: 30px;
}

details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.answer {
    padding: 20px 20px;
    border: solid 1px rgba(193, 193, 193, 0.591);
}

@media not all and (min-width: 768px) {
    summary::after {
        right: 20px;
        font-size: 20px;
    }

    .answer {
        padding: 10px 50px;
    }
}

details[open] .answer {
    animation: fadein 0.5s ease;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    min-width: 350px;
}

@media not all and (min-width: 640px) {
    details {
        width: 100%;
    }
}

details:first-of-type {
    margin-top: 30px;
}

.answer p {
    text-align: left;
}

.goraijyou-contents-wrapper {
    width: 70vw;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}

.goraijyou-contents {
    width: 60vw;
    margin: 40px 70px;
    display: flex;
    flex-direction: column;
}

.add-margin-top {
    margin-top: 200px;
}

.answer-table {
    margin: 0 auto;
    width: 90%;
    min-width: 270px;
    border: 1px solid rgb(216, 215, 215);
    border-collapse: collapse;
}

.answer-table th {
    border: 1px solid rgb(216, 215, 215);
    padding: 5px 5px;
}

.answer-table td {
    text-align: center;
    border: 1px solid rgb(216, 215, 215);
    padding: 5px 5px;
}

.atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.atagu span {
    font-size: 16.8px;
}

.atagu::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.atagu:hover::after {
    transform: scale(1, 1);
}



.p-align{
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    padding: 0;
}