@charset "utf-8";

/* ==========================================================================
HISTORY PAGE STYLE
=========================================================================== */
.subpage .mod_btn_01 {
	margin: 160px 0 160px;
}
.mod_panel_flex:last-child .mod_panel_img {
	position: relative;
}
.mod_panel_flex:last-child .mod_panel_img::after {
	position: absolute;
    display: block;
    content: '';
    border-right: 4px dotted #ff0914;
    height: 21px;
    width: 0;
    top: 116%;
    right: -19.2%;
}
.pc_mt-50{
    margin-top: -50px;
}
@media screen and (max-width: 767px) {
	.subpage .mod_btn_01 {
		margin-top: 102px 0 80px;
	}
	.mod_panel_flex:last-child .mod_panel_img::after {
		top: 106%;
		right: 0;
		left: -12.2%;
	}
    .pc_mt-50{
        margin-top: 10px;
    }
}