/*common*/
img {
	max-width: 100%
}
#product_04 {
	word-break: keep-all;
}
/*sec_dvd*/
.sec_dvd {
	padding: 80px 0;
}
@media (max-width:768px) {
	.sec_dvd {
		padding: 30px 0;
	}
}
/*product_04*/
#product_04 .c_tit {
	background: url(../img/prd04_tit_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 90px 15px;
}
#product_04 .c_tit h1 {
	font-size: 36px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 15px;
}
#product_04 .c_tit h3 {
	margin-bottom: 0px;
	font-size: 16px;
    line-height: 1.3em;
	font-weight: 300;
}
@media (max-width:768px) {	
	#product_04 .c_tit {
		padding: 50px 15px;
	}
	#product_04 .c_tit h1 {
		font-size: 23px;
	}
	#product_04 .c_tit h3 {
		font-size: 12px;
	}
}
/*subtit*/
.subtit span {
	display: inline-block;
    width: 40px;
    border-top: 2px solid #02aaf3;
    margin-bottom: 10px;
}
.subtit h1 {
	font-size: 22px;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    color: #02aaf3;
	margin-bottom: 15px;
}
.subtit h4 {
	font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    color: #636363;
    margin-bottom: 15px;
}
@media (max-width:768px) {		
	.subtit h1 {
		font-size: 16px;
	}
	.subtit h4 {
		font-size: 14px;
	}
}
/*sub_sec01*/
.sub_sec01 .conbox {
	text-align: center;
}
.sub_sec01 .txtcon {
	margin-top: 60px;
}
.sub_sec01 .txtcon h4 {
	font-size: 19px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    color: #1e1e1e;
    margin-bottom: 5px;
}
.sub_sec01 .txtcon .table thead tr th,
.sub_sec01 .txtcon .table tbody tr th,
.sub_sec01 .txtcon .table tbody tr td {
	color: #333;
    font-size: 20px;
    line-height: 1.5em;
	font-weight: 300;
	vertical-align: middle;
	text-align: center;
}
.sub_sec01 .txtcon .table thead tr th {
	background-color: #02aaf3;
    color: #ffff;
    font-weight: 500;
	border: 1px solid #fff;
	position: relative;
}
.sub_sec01 .txtcon .table thead tr th span.pp_pr {
	display: inline-block;
    line-height: 1em;
    font-size: 0.8em;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ff1919;
    border: 1px solid #c20d0d;
}
.sub_sec01 .txtcon .table tbody tr th,
.sub_sec01 .txtcon .table tbody tr td {
	background-color: #fff;
	border: 1px solid #ddd;
}
.sub_sec01 .txtcon .table tbody tr td.gay_td {
	background-color: #f7f7f7;
}
.sub_sec01 .txtcon .table tbody tr th {
	font-weight: 400;
}
.sub_sec01 .txtcon .prd_item {
	display: inline-block;
	background-color: #464646;
	padding: 5px;
	position: relative;
}
.sub_sec01 .txtcon .prd_item .bcs {
	position: absolute;
	left: 5px;
	top: 0;
}
.sub_sec01 .txtcon .prd_item h3 {
	color: #fff;
    font-size: 17px;
    line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 5px;
}
.sub_sec01 .txtcon .table tbody tr td .zoom_ft {
    font-size: 1.7em;
	font-weight: 600;
}
.sub_sec01 .txtcon .table tbody tr td .trh {
	display: inline-block;
	position: relative;
}
.sub_sec01 .txtcon .table tbody tr td .trh:after {
	content: "";
	width: 110%;
	left: -5%;
	top: 50%;
	height: 2px;
	background-color: #ff1919;
	position: absolute;
}
@media (max-width:768px) {
	.sub_sec01 .txtcon p {
		font-size: 12px;
	}
	.sub_sec01 .txtcon {
		margin-top: 30px;
	}
	.sub_sec01 .txtcon h4 {
		font-size: 15px;
	}
	.sub_sec01 .txtcon .table thead tr th,
	.sub_sec01 .txtcon .table tbody tr th,
	.sub_sec01 .txtcon .table tbody tr td {
		font-size: 12px;
	}
	.sub_sec01 .txtcon .prd_item h3 {
		font-size: 13px;
	}
	.sub_sec01 .txtcon .table tbody tr td .zoom_ft {
		font-size: 1.3em;
	}
}

/*sub_sec02*/
.sub_sec02 .smw_list {	
	margin-bottom: 80px;
}
.sub_sec02 .smw_list > li{
	position: relative;
	margin-bottom: 100px;
}
.sub_sec02 .smw_list > li:last-child {
	margin-bottom: 0px;
}
.sub_sec02 .smw_list .tit {
    font-size: 20px;
    line-height: 1.4em;
    color: #1e1e1e;
    vertical-align: middle;
}
.sub_sec02 .smw_list .tit .img_wrp {
	margin-top: 30px;
}
.sub_sec02 .conbox p {
	position: relative;
    font-size: 17px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 300;
}
.sub_sec02 .conbox h4 {
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    color: #0d8ae1;
    margin-bottom: 5px;
}
@media (min-width:1201px){
	.sub_sec02 .smw_list > li{
		padding-left: 25%;
	}
	.sub_sec02 .smw_list .tit {
		position: absolute;
		left: 0;
		border-top: 2px solid #1e1e1e;
    	padding-top: 12px;
		width: 22%;
	}	
}
@media (max-width:1200px){
	.sub_sec02 .smw_list .tit {
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: 1px solid #ddd;
		border-top: 2px solid #1e1e1e;
		margin-bottom: 15px;
	}
}
@media (max-width:768px){	
	.sub_sec02 .smw_list {	
		margin-bottom: 30px;
	}
	.sub_sec02 .smw_list > li{
		margin-bottom: 40px;
	}
	.sub_sec02 .smw_list .tit {
		font-size: 17px;
	}
	.sub_sec02 .conbox p {
		font-size: 12px;
	}
	.sub_sec02 .conbox h4 {
		font-size: 15px;
	}
}
/*sub_sec03*/
.sub_sec03 {
	background-color: #f7f7f7;
}
.sub_sec03 .conbox {
	text-align: center;
}
.sub_sec03 .img_wrp {
	margin-top: 60px;
}
.sub_sec03 .txtcon p {
	color: #333;
    font-size: 17px;
    line-height: 1.5em;
	font-weight: 300;
}
@media (max-width:768px) {
	.sub_sec03 .img_wrp {
		margin-top: 30px;
	}
	.sub_sec03 .txtcon p {
		font-size: 12px;
	}
}