@charset "UTF-8";

.c-sec {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 60px !important;
}

h1 {
    margin-bottom: 60px;
}

#GJCseisaku-ac {
    margin-top: 60px;
}

.ac-tab {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
}

.ac-tab:last-child {
    padding-bottom: 0;
    border: none;
}

._narrow .c-sec__hedding {
    padding-top: 0;
}

.ac-tab h2 {
    position: relative;
    margin-bottom: 40px;
}

.ac-tab h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    border-left: 2px solid #c8000f;
    border-bottom: 2px solid #c8000f;
    transform: rotate(135deg);
    transition: all 0.3s;
}

.ac-tab h2.active {
    margin-bottom: 0;
}

.ac-tab h2.active::after {
    transform: rotate(-45deg);
}


.ac-tab h3 {
    margin: 40px 0 20px !important;
}

.ac-tab h3 + ul {
    margin-top: 20px;
}

.ac-tab > ul {
    margin-bottom: 20px;
}

.ac-tab > ul > li + li {
    margin-top: 10px;
}

.ac-tab .inner-conts + .inner-conts {
    margin-top: 30px;
}

.inner-conts > ul > li + li {
    margin-top: 20px;
}

p.date {
    padding: 0 20px;
    text-align: right;
    font-size: 14px;
}

input[type="password"] {
    padding: 3px 10px;
    background-color: #ddd;
}

input[type="submit"] {
    background-color: #c8000f;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 15px;
    border-radius: 6px;
}
