.work_style .wrap_text .box_fig.large {
    width: 100%;
    float: none;
    background-color: #fff;
    border-radius: 0;
    margin: 1.5em 0 0;
}
.work_style .box_fig img.only_pc {
    display: block;
}
.work_style .box_fig img.only_sp {
    display: none;
}

@media screen and (max-width:1119px) and (min-width:769px){
    .wrap_mainView .inner_txt {
    width: calc(100% - 410px);
    position: relative;
}
    .wrap_mainView .col_txt {
        width: 100%;
	}
	.wrap_mainView .col_fig {
        width: 410px;
    }

}

@media screen and (max-width:768px){
.schedule .box_fig img {
    width: 330px;
}
}


@media screen and (max-width:480px){
.work_style .box_fig img.only_pc {
    display: none;
}
.work_style .box_fig img.only_sp {
    display: block;
}

}