.photo_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo_block div img {
    width: 100%;
    height: auto;
}
.photo_block div .caption {
    font-size: 12px;
    text-align: center;
}
.text_block .hl02b {
    /* margin-top: 60px;
    padding-top: 50px; */
    margin-bottom: 20px;
    border-top: none;
}
.text_block .hl02b .hl02b__main {
    font-size: 20px;
    padding-bottom: .3em;
}
.ul_notice {
    list-style-type: none;
}
.ul_notice li {
    text-indent: -1em;
    margin-left: 1em;
    /* font-weight: bold; */
}
.ul_notice li:before {
    content: "※";
}
.url li {
    word-wrap: break-word;
}
.url li div {
    word-wrap: break-word;
}

.sa_shinyo__list th,
.sa_shinyo__list td {
    border-color: #d2d2d2;
    padding: .5em 1em;
}
.sa_shinyo__list th {
    background-color: #f1f1db;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.sa_shinyo__list td{
    border: none;
}
.sa_shinyo__list .name .pref {
    font-weight: bold;
    display: block;
}
.sa_shinyo__list .name p {
    margin: 0;
    padding: 0;
    margin-left: .5em;
    min-width: 10em;
}
.sa_shinyo__list .update {
    
}

.sa_shinyo__list .name a {
    background-image: url(/common/img/link/file_pdf_green.png);
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-size: auto 1.6em;
    color: #231815;
    display: block;
    margin: -0.5em -1em -0.5em -1em;
    padding: .5em 3em .5em 1em;
}
.sa_shinyo__list .name a:hover {
    background-color: rgba(16,190,132,.1);
}
.sdgs {
    margin-top: 60px;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
}
.sdgs .logo {
    width: 200px;
    margin-right: 30px;
}
.sdgs .logo img {
    width: 100%;
}
.sdgs .sdgs_content {
    flex: 1;
}
.sdgs .sdgs_content p {
    margin: 0;
    padding: 0;
}
.sdgs .sdgs_content p span {
    display: block;
    font-weight: bold;
}