.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;
}
.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 .name {
    width: 100%;
}

.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);
}

.contents__body .btn_wrap.center{
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}
.contents__body .btn {
    background-color: #10be84;
    border-radius: 25px;
    height: 50px;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 240px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    border: 1px solid #10be84;
}
.contents__body .btn:link,
.contents__body .btn:visited,
.contents__body .btn:hover,
.contents__body .btn:active{
    color: #FFF;
}
.contents__body .btn:hover {
    color: #000;
    border: 1px solid #000;
    background-color: #FFF;

}
.contents__body .hl02b {
    border-top: none;
}
.text_block .strong {
    font-weight: bold;
    color: #10be84;
    font-size: 18px;
}