/* 全体、見出しまわり */
.oshirase-shosai {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #e9fbeb, #fdeee1);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.gridContainer-oshiraseshosai {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
#main {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 4px #bbb);
}
.oshirase-shosai-close-gyo {
    text-align: right;
    padding: 10px 10px 0;
}
.oshirase-shosai-close {
    font-size: 40px;
    color: #ff8232;
}
.oshirase-shosai-nakawaku {
    margin: 0 auto;
    padding: 15px 15px 30px;
}
.oshirase-shosai-headerimg {
    width: 100%;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.oshirase-shosai-headerimg img {
    width: 100%;
    max-width: 350px;
}
@media screen and (min-width: 768px) {
.gridContainer-oshiraseshosai {
    max-width: 800px;
    padding: 30px;
}
.oshirase-shosai-nakawaku {
    padding: 20px 40px 40px;
}
}
@media screen and (min-width: 1000px) {
.gridContainer-oshiraseshosai {
    max-width: 900px;
    padding: 40px;
}
.oshirase-shosai-nakawaku {
    padding: 20px 70px 50px;
}
.oshirase-shosai-close {
    transition: all 0.2s ease;
}
.oshirase-shosai-close:hover {
    color: #ff6e1e;
}
}


/*日付け、見出し、本文まわり */
.date {
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.oshirase-shosai-midashi {
    font-size: 21px;
    line-height: 130%;
    font-weight: bold;
    color: #00aa14;
    margin-bottom: 10px;
}
.oshirase-shosai-honbun {
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    color: #222;
    margin-bottom: 20px;
    word-break: break-all;
}
.oshirase-shosai-honbun u { /* 文中のリンクはこれらしい */
    color: #00aa14;
    padding: 0 1px;
}
@media screen and (min-width: 768px) {
.oshirase-shosai-midashi {
    font-size: 22px;
    margin-top: 18px;
}
.oshirase-shosai-honbun {
    font-size: 17px;
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px) {
.oshirase-shosai-midashi {
    font-size: 23px;
}
.oshirase-shosai-honbun u:hover { /* 文中のリンクはこれらしい */
    color: #00960a;
}
}


/* アイコン */
.new {
    padding-left: 0;
    background-image: url("icons/new.svg");
    background-position: left 100px top 25%;
    background-repeat: no-repeat;
}
.important {
    padding-left: 0;
    background-image: url("icons/important.svg");
    background-position: left 100px top 25%;
    background-repeat: no-repeat;
}



/* リンクファイルあるとき */
.oshirase-filelink {
    list-style: none;
}
.oshirase-filelink li {
    margin-bottom: 15px;
}
.oshirase-filelink li:last-of-type {
    margin-bottom: 0;
}
.oshirase-filelink a {
    font-size: 16px;
    line-height: 140%;
    color: #00aa14;
    background-color: #fff;
    border: solid 1px #00aa14;
    padding: 10px 10px 10px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.oshirase-shosai-img {
    margin-bottom: 20px;
    max-width: 530px;
}
.oshirase-shosai-img figcaption {
    font-size: 15px;
    line-height: 150%;
    color: #222;
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
.oshirase-filelink a {
    padding: 10px 15px 10px 35px;
}
.oshirase-shosai-img {
    margin-bottom: 25px;
}
.oshirase-shosai-img figcaption {
    font-size: 16px;
}
}
@media screen and (min-width: 1000px) {
.oshirase-filelink a {
    transition: all 0.2s ease;
}
.oshirase-filelink a:hover {
    background-color: #e9fbeb;
}
}

.filelink {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-image: url("icons/general.gif");
}
.doc {
    background-image: url("icons/doc.gif");
}
.docx {
    background-image: url("icons/doc.gif");
}
.pdf {
    background-image: url("icons/pdf.png");
}
.ppt {
    background-image: url("icons/ppt.gif");
}
.pptx {
    background-image: url("icons/ppt.gif");
}
.img {
    background-image: url("icons/img.gif");
}
.txt {
    background-image: url("icons/txt.gif");
}
.xls {
    background-image: url("icons/xls.gif");
}
.xlsx {
    background-image: url("icons/xls.gif");
}
.zip {
    background-image: url("icons/zip.gif");
}
@media screen and (min-width: 768px) {
.filelink {
    background-position: 15px 50%;
}
}

/* 閉じるボタンまわり */
.tojiru-kabubt {
    margin-top: 30px;
}
a.bt-samp72 {
    width: 90%;
    max-width: 400PX;
    height: 40px;
    color: #fff;
    background: #ff8232;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 2px #bbb);
}
a.bt-samp72 span {
    font-size: 16px;
    line-height: 100%;
}
.clear {
    clear: both;
}
@media screen and (min-width: 1000px) {
.tojiru-kabubt {
    margin-top: 50px;
}
a.bt-samp72 {
    transition: all 0.2s ease;
}
a.bt-samp72:hover {
    color: #fff;
    background: #ff6e1e;
}
}