.mod_btn_02{
	display: block;
    position: relative;
    border: 1px solid #ccc;
    padding: 0.75em;
    padding-left: calc(1.25em + 8px);
    padding-right: calc(1.25em + 8px);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #fff;
	width: 250px;
    margin: auto;
}
.image-center{
    text-align: center;
	width: 57%;
	margin: auto;
}
.text-align-right{
	text-align: right;
}
.md-1-2l-04-w, .md-1-2r-04-w {
    width: 57%!important;
    margin: auto;
    justify-content: center;
    text-align: center;
}
.md-img-box {
    flex-basis: 38%;
}
.tb-1-scroll {
    flex-basis: calc(62% - 30px);
}
.md-1-2l-04-w .md-img-box {
    margin-top: 32px;
}
@media only screen and (max-width: 767px){
.pc_only{
display: none !important;
}
.md-1-2l-04-w, .md-1-2r-04-w {
    width: 100%!important;
}
.tb-1, .tb-1-scroll, .tb-1-04-vertical {
    margin-top: 0;
}
.image-center{
	width: 100%;
}
.tb-1 table, .tb-1-scroll table, .tb-1-04-vertical table {
    width: 100%!important;
}
}
@media only screen and (min-width: 768px){
.sp_only{
display: none !important;
}
}