@charset "utf-8";

@media screen and (min-width : 769px) {
    #main .m_head {
        margin-bottom: 30px;
    }

    .section_column {
        margin: 50px auto 20px;
        width: 696px;
    }

    .section_column .col_left {
        width: 404px;
    }

    .section_column .col_right {
        width: 265px;
    }
	
	.section_column h4 {
		font-family: var(--font-bold);
	}
	
	.section_column .desc {
		letter-spacing: 0;
	}

    .box {
		position: relative;
		padding-bottom: 23px;
        min-height: 364px;
    }
	
	.box .tit_headline {
		margin-bottom: 16px;
		padding-bottom: 10px;
	}
	
	.conditions_tbl {
		width: 100%;
		border: 1px solid #999;
	}
	
	.conditions_tbl tr {
		border-bottom: 1px solid #999;
	}
	
	.conditions_tbl tr:last-child {
		border-bottom: none;
	}
	
	.conditions_tbl tr td {
		padding: 8px 18px;
	}
	
	.conditions_tbl tr td.road {
		padding: 16px 18px 12px;
	}
	
	.conditions_tbl tr td.l_speed {
		padding-bottom: 10px;
	}
	
	.conditions_tbl tr td .txt_red {
		margin-bottom: 0;
		font-size: 16px;
		font-family: var(--font-bold);
	}
	
	.conditions_tbl tr td span {
		color: #333;
		font-size: 14px;
		font-weight: normal;
	}
	
	.conditions_tbl tr td ul {
		margin: 6px 0 18px;
	}

    .box_info p {
        margin-bottom: 10px;
    }
	
	.box_info .point {
		position: absolute;
		right: 37px;
		bottom: 16.5%;
		width: 326px;
		height: 88px;
		background: url(../image/img_point.png) no-repeat;
		background-size: 100% auto;
	}
	
	.box_info .point p {
		margin: 14px 16px 0 50px;
		color: #fff;
		font-size: 13px;
		font-family: var(--font-bold);
		line-height: 1.5;
	}
	
	.box_info .caution {
		margin: 10px 0;
	}
	
	.btn_previous {
        margin-top: 56px;
        text-align: center;
    }

    .btn_previous img {
        width: 230px;
    }
}