@charset "UTF-8";

.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.body {
    margin: 0px;
	padding: 0px;
}
html {
    scroll-behavior: smooth;
}


.menu {
    position: fixed;
    top: 0; 
	z-index: 10;
}


.top {
    width: 100%;
    height: 500px;
    background-image: url(image/senpai1.jpg);
    background-size: cover;
}


.textbox {
    display: flex;
    gap: 8px;
    position: relative;
    text-align: center;
    top: 300px;     
}

.textbox img {
    width: 80px;
}


.maintext {
    font-size: 25px;
}
.jyuken  {
    padding-top:20px;
    margin: 30px;
    margin-bottom: 30px;
}
.Q2 {
    padding-top:30px;
    margin: 30px;
    margin-bottom: 30px;

}
.jyukensei {
    padding-top:30px;
    margin-bottom: 30px;
    background-color: red;

}
.nyugaku {
    padding-top:20px;
    margin: 30px;
    margin-bottom: 30px;

}

.accordion {
    margin: 5px auto;
    max-width: 310px;
    }
    .toggle {
    display: none;
    }
    .option {
    position: relative;
    margin-bottom: 1em;
    }
    .title,
    .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .title {
    border: solid 1px #ccc;
    background-color: black;
    padding: 1em;
    display: block;
    color: #ffffff;
    font-weight: bold;
    }
    .title::after,
    .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
    }
    .title::after {
    transform: rotate(90deg);
    }
    .content {
    max-height: 0;
    overflow: hidden;
    }
    .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 15px;
    line-height: 1.5;
    }
    .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
    }
    .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
    }
