body {
    margin: 0;
    padding: 0;
}

.breadcrumb_trail {
    padding: 15px 0 0 0 !important;
}

.breadcrumb_trail ol {
    padding: 0;
    margin: 0;
}

.container_midyear {
    width: 950px;
    margin: 0 auto;
}

.container_midyear>div {
    position: relative;
}

.pc_div {
    display: flex
}

.sp_div {
    display: none
}

.pc_div img,
.sp_div img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.container_midyear div img,
.container_midyear div a img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.serial {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.serial div img {

    display: block;

    width: 100%;

    height: auto;
}

.ab1 {
    position: absolute;
    bottom: 79px;
    left: 44%;
    transform: translateX(-50%);
}

.ab1 p {
    color: #ca0000;
    text-shadow: 3px 4px 0px #fff;
    font-size: 108px;
    font-weight: bold;
    font-family: "arial";
    margin: 0;
}

.ab2 {
    position: absolute;
    bottom: 17px;
    right: 7%;
    width: 63%;
    display: flex;
    gap: 7px;
}

.ab2 a {
    flex: 1
}

.ab2 a img {
    width: 100%;
    height: auto
}

.phone {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 60px !important;
}

.phone1 {
    position: absolute;
    top: 63px;
    left: 15px;
    width: 60px !important;
}

.event {
    pointer-events: none;
}

.screen_only {
    display: block;
}

.screen_only1 {
    display: flex;
}

.phone_only,
.phone_only1
 {
    display: none;
}

@media print,
screen and (max-width: 768px) {
    .container_midyear {
        width: 100%;
    }

    .ab1 {
        position: absolute;
        bottom: 8vw;
        left: 44%;
        transform: translateX(-50%);
    }

    .ab1 p {
        font-size: 11vw;
    }

    .ab2 {
        bottom: 2vw;
    }

    .phone {
        position: absolute;
        top: 1vw;
        left: 2vw;
        width: 7vw !important;
    }

    .phone1 {
        position: absolute;
        top: 5vw;
        left: 2vw;
        width: 7vw !important;
    }

    .event {
        pointer-events: auto;
    }

    .pc_div {
        display: none
    }

    .sp_div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .sp_div img {
        vertical-align: top;
        height: auto;
    }

    .screen_only,
    .screen_only1 {
        display: none;
    }

    .phone_only,
	.phone_only1{
        display: flex;
    }

}