@charset "utf-8";

/*
input[type = "radio"] {
    position: static !important;
    opacity: 100 !important;
}
*/

#info {
    /*width: 80%;
    margin: auto;*/
}

/* お知らせ一覧 */
.infoList_thumb {
	height: auto;
}

.archive_month {
    margin-bottom: 1em;
    font-size: 120%;
}

#archives{
    margin-top: 50px;
}

.archives_box h2,.archive_month {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #311d22;
    font-size: 1.4em;
}

.archives_box h2 {
    cursor: pointer;
    transition: .2s;
    border-top: 1px solid #311d22;
}
.archives_box h2:hover {
    background: rgba(137,112,45,.15);
}

.archives_box h2:before {
    content: "　";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(../img/arrow.png) no-repeat center / 100%;
    transition: .2s;
}

.archives_box.open h2:before {
    transform:rotate(180deg);
}

.archives_box h3 {
    /*margin: 0;
    line-height: 1;*/
}
@media print, screen and ( min-width : 768px ) {
    .infoList article {
        margin-top: 0;
        margin-bottom: 20px;
    }
}


/* お知らせ詳細ページ */

#info_header h3 {
    font-size: 130%;
    margin: 20px 0;
}

/* 2020-09-08 */
#catch_image {
    max-width: 800px;
    margin: 0 auto 2rem;
}/* /2020-09-08 */
#catch_image img {
    min-width: 100%;
}

#post p {
    margin-bottom: 1.6rem;
    font-size: 16px;
    line-height: 1.8;
}

/* 2020-09-08 */
#info_link {
    margin-bottom: 2rem;
}/* /2020-09-08 */



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

}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

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


}

@media print, screen and ( min-width : 768px ) {

}
