#static_content {
    width: 95%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.static_page_title {
    margin: 0 0 1.66rem 0;
    padding: 0;
}
.static_page_title span {
    margin: 0;
    font-size: 1.675rem;
    font-weight: bold;
}
#bukkenboshu_title p {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #17294d;
    margin-top: 40px;
}
#bukkenboshu_sub {
    margin: 20px 10px 0 10px;
    font-size: 14px;
}
#bukkenboshu_sub p span {
    font-weight: bold;
}
#bukkenboshu_notice {
    margin-top: 24px;
    background: #e9e9ea;
    padding: 20px;
    font-size: 14px;
}
#bukkenboshu_main {
    margin-top: 22px;
    border: 2px solid #ccc;
    padding: 20px;
}
#bukkenboshu_main_head {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #17294d;
}
#bukkenboshu_images {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#bukkenboshu_images > img {
    max-width: 332px;
    width: 100%;
    margin: 10px auto 0 auto;
    height: auto;
}

#bukkenboshu_case_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
    text-align: center;
}
#bukkenboshu_case_links > a.bukkenboshu-link {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 12px 0;
    position: relative;
}

#bukkenboshu_case_links > a.bukkenboshu-link:hover {
    cursor: pointer;
}

#bukkenboshu_case_links > a > .bukkenboshu-link-mark {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 4px;
}

#bukkenboshu_case_links > a > .bukkenboshu-link-title {
    background: #17294d;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
}
#bukkenboshu_case_links > a > img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#bukkenboshu_images_text {
    margin-top: 22px;
    font-size: 14px;
    font-weight: bold;
}
#bukkenboshu_links {
    text-align: center;
}
#bukkenboshu_links .link_text {
    text-decoration: underline;
    color: #17294d;
    font-weight: bold;
    font-size: 20px;
}
#bukkenboshu_links a {
    display: block;
}
#bukkenboshu_links a:nth-child(1),
#bukkenboshu_links a:nth-child(3) {
    margin-top: 36px;
}
#bukkenboshu_links a:nth-child(2) {
    margin-top: 24px;
}
#bukkenboshu_links a:nth-child(4),
#bukkenboshu_links a:nth-child(5) {
    margin-top: 24px;
}
#bukkenboshu_links .link_image img {
    max-width: 630px;
    width: 100%;
    height: auto;
}
.link_image:hover {
    opacity: 0.5;
}
#bukkenboshu_contact {
    margin-top: 50px;
}
#bukkenboshu_contact p {
    font-size: 18px;
    font-weight: bold;
    color: #172940;
    text-align: center;
    margin-bottom: 20px;
}
#bukkenboshu_contact .link_image {
    display: block;
    text-align: center;
    margin: 0 auto;
}
#bukkenboshu_contact .link_image img {
    max-width: 450px;
    width: 100%;
    height: auto;
}
#bukkenboshu_tel_fax {
    border: 1px solid #ccc;
    padding: 24px 29px;
    margin-top: 50px;
}
#bukkenboshu_tel_fax_title {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 14px;
}
#bukkenboshu_tel_fax p {
    font-size: 14px;
}
#bukkenboshu_footer {
    margin: 20px 0 40px 0;
    padding: 10px 16px;
    background: #e6e6e6;
    color: #17294d;
}
#bukkenboshu_footer a {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}
.h1_title_bold {
    font-size: 20px;
}
.bukkenboshu_images_item {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 332px;
}
.bukkenboshu_images_item > img {
    max-width: 332px;
    width: 100%;
    height: auto;
}
.bukkenboshu_images_item__title {
    width: 100%;
    max-width: 332px;
    background-color: #0b2a4c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 9px 0;
}
