/*common*/
.sub_tit {
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}
.sub_tit h1{
	color: #7c4922;
    font-weight: 400;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 15px;
}
.sub_tit p {
	font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    color: #636363;
    word-break: keep-all;
}
p.dft {
	font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    color: #636363;
    word-break: keep-all;
}
p.dft strong {
    font-weight: 500;
}
p.dft strong.c_point {
	color: #b68957 !important;
}
@media (max-width:768px){
	.sub_tit {
		padding: 30px 0;
	}
	.sub_tit h1{
		font-size: 18px;
	}
	.sub_tit p {
		font-size: 12px;
	}
	p.dft {
		font-size: 12px;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 30px 0;
	}
}
/*frc4_sec01*/
#frc4_sec01 h4{
	font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (max-width: 768px){
	#frc4_sec01 h4 {
		font-size: 14px;
	}
}
/*table*/
.table.basictable {
    border-top: 2px solid #181818;
    margin-bottom: 30px !important;
}
.table.basictable tr th,
.table.basictable tr td {
	color: #1e1e1e;
	font-size: 16px;
	line-height: 1.3em;
	border: 1px solid #cecece;
	vertical-align: middle;
	padding:  12px;
    word-break: keep-all;
	text-align: center;
}
.table.basictable thead tr th {
	font-weight: 400;
	background-color: #f7f7f7;
    text-align: center;
}
.table.basictable tbody tr th {
	font-weight: 400;
	background-color: #fdfdfd;
    text-align: center;
}
.table.basictable tr th.tth {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.table.basictable tr td {
	font-weight: 300;
    background-color: #fff;
}
@media (max-width:768px) {
    .table_wrp {
        overflow-x: scroll;
    }
	.table.basictable tr th,
	.table.basictable tr td {
		font-size: 14px;
	}
	.table.basictable tr th img {
		width: 5px;
	}	
}