@charset "UTF-8";
/*
Theme Name: beppu
*/

/* ----------------------------- 入試問題 */
.examquestions_block {
    padding-top: 100px;
}

.examquestions_block:last-child {
    padding-bottom: 100px;
}

.examquestions_block h2 {
    font-size: 2.2rem;
    background: #eaeaea;
    padding: 2.5%;
}

.examquestions_block .click_content {
    cursor: pointer;
    position: relative;
}

.examquestions_block .click_content .icon {
    width: 30px;
    height: 15px;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.examquestions_block .click_content .icon:before,
.examquestions_block .click_content .icon:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.examquestions_block .click_content .icon:before {
    left: -11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.examquestions_block .click_content .icon:after {
    right: -11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.examquestions_block .click_content.close_btn .icon {
    height: 30px;
}

.examquestions_block .click_content.close_btn .icon:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.examquestions_block .click_content.close_btn .icon:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.examquestions_block table {
    width: 100%;
    margin-top: 10px;
}

.examquestions_block table a {
    text-decoration: underline;
}

.examquestions_block table a:hover {
    text-decoration: none;
    opacity: 1;
}

.examquestions_block table th {
    padding: 10px;
    border: 1px solid #c4c4c4;
    vertical-align: middle;
    text-align: center;
}

.examquestions_block table td {
    padding: 10px;
    border: 1px solid #c4c4c4;
    vertical-align: middle;
    text-align: center;
}

.examquestions_block table thead th {
    background: #6f8cd2;
    color: #fff;
}

.examquestions_block table tbody th {
    background: #f7f5eb;
    color: #1a5284;
    text-align: left;
    width: 240px;
}

.examquestions_block table tbody th.total {
    background: #6f8cd2;
    color: #fff;
}

.examquestions_block table tbody td:nth-child(2) {
    width: 140px;
}

.examquestions_block table tbody td:nth-child(3) {
    width: 190px;
}

.examquestions_block table tbody td:nth-child(4) {
    width: 100px;
}

.examquestions_block table tbody td:last-child {
    text-align: left;
}

.examquestions_block table tbody td small {
    font-size: 75%;
}

.examquestions_block .attention {
    color: #ed1c24;
    margin-top: 10px;
}

.examquestions_block .box {
    margin-top: 40px;
}

.examquestions_block11 table tbody td:nth-last-child(2) {
    width: 130px;
}

.examquestions_block11 table tbody td:nth-last-child(3),
.examquestions_block11 table tbody td:nth-last-child(4) {
    width: 100px;
}

.examquestions_block11 table tbody td:last-child {
    width: 350px;
}