@charset "UTF-8";

a#part0 + section .inner_item_img {
    position: relative;
}
a#part0 + section .inner_item_txt {
    position: absolute;
    z-index: 50;
    bottom: 70px;
    left: 30px;
    width: 45%;
}
a#part0 + section .heading.block_header_1.align-center {
    color: #14264e;
}
@media screen and (max-width: 900px) {
a#part0 + section .inner_item_txt {
    position: inherit;
    width: 100%;
    color: #14264e;
}
a#part0 + section .heading.block_header_1.align-center {
    color: #14264e;
}
}