@charset "UTF-8";

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