@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
a, u {
    text-decoration: none;
    transition: all 0.2s ease;
}
/* 全体、見出しまわり */
.oshirase-shosai {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #dff7f1, #fce5eb);
}
.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: 5px 5px 0;
}
.oshirase-shosai-close {
    font-size: 35px;
    color: #ff6e8c;
}
.oshirase-shosai-nakawaku {
    margin: 0 auto;
    padding: 15px 15px 30px;
}
.oshirase-shosai-headerimg {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.oshirase-shosai-headerimg img {
    width: 100%;
    max-width: 350px;
}
@media screen and (min-width: 768px) {
.gridContainer-oshiraseshosai {
    max-width: 800px;
    padding: 30px;
}
.oshirase-shosai-close-gyo {
    padding: 10px 10px 0;
}
.oshirase-shosai-nakawaku {
    padding: 15px 40px 40px;
}
}
@media screen and (min-width: 1000px) {
.gridContainer-oshiraseshosai {
    max-width: 900px;
    padding: 40px;
}
.oshirase-shosai-nakawaku {
    padding: 10px 70px 50px;
}
.oshirase-shosai-close {
    transition: all 0.2s ease;
}
.oshirase-shosai-close:hover {
    color: #ff5a82;
}
}


/*日付け、見出し、本文まわり */
.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: 20px;
    line-height: 130%;
    font-weight: bold;
    color: #00ac97;
    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: #00ac97;
    border-bottom: solid 1px #00ac97;
    padding: 0 1px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
.oshirase-shosai-honbun {
    font-size: 17px;
}
}
@media screen and (min-width: 1000px) {
.oshirase-shosai-honbun u:hover { /* 文中のリンクはこれらしい */
    color: #009683;
    border-bottom: solid 1px #009683;
}
}


/* リンクファイルあるとき */
.file_gap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.oshirase-filelink {
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
}
.oshirase-filelink a {
    font-size: 16px;
    line-height: 140%;
    color: #00ac97;
    background-color: #fff;
    border: solid 1px #00ac97;
    padding: 10px 7px 10px 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.oshirase-shosai-img {
    margin-bottom: 20px;
}
.oshirase-shosai-img img {
    width: 100%;
    max-width: 530px;
    height: auto;
    display: block;
	object-fit: cover;
}
.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 12px 10px 40px;
}
.oshirase-shosai-img {
    margin-bottom: 25px;
}
.oshirase-shosai-img figcaption {
    font-size: 16px;
}
}
@media screen and (min-width: 1000px) {
.oshirase-filelink a:hover {
    background-color: #dff7f1;
}
}

/* アイコン */
.filelink {
    background-repeat: no-repeat;
    background-position: 7px 50%;
    background-size: 20px;
    background-image: url("icons/icons_general.svg");
}
.doc {
    background-image: url("icons/icons_word.svg");
}
.docx {
    background-image: url("icons/icons_word.svg");
}
.pdf {
    background-image: url("icons/icons_pdf.svg");
}
.ppt {
    background-image: url("icons/icons_ppt.svg");
}
.pptx {
    background-image: url("icons/icons_ppt.svg");
}
.img {
    background-image: url("icons/icons_img.svg");
}
.txt {
    background-image: url("icons/icons_txt.svg");
}
.xls {
    background-image: url("icons/icons_excel.svg");
}
.xlsx {
    background-image: url("icons/icons_excel.svg");
}
.zip {
    background-image: url("icons/icons_zip.svg");
}
@media screen and (min-width: 768px) {
.filelink {
    background-position: 12px 50%;
}
}

/* 閉じるボタンまわり */
.tojiru-kabubt {
    margin-top: 30px;
}
a.bt-samp72 {
    width: 90%;
    max-width: 400PX;
    height: 40px;
    color: #fff;
    background: #ff6e8c;
    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:hover {
    color: #fff;
    background: #ff5a82;
}
}


