/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.commerce{font-size:15px;line-height:1.8;color:#333333;}
.commerce .ct{margin:0 auto;text-align:center;}
.commerce .contents{margin:0 auto;width:660px;}
.commerce div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.commerce h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}
.commerce h1::before{
	content: "";
    position: absolute;
    left: 48.5%;
    bottom: -20px;
    display: block;
    width: 60px;
    height: 4px;
    background: #FE1F8D;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
}
.commerce h1::after{
	content: "";
    position: absolute;
    left: 51.5%;
    bottom: -20px;
    display: block;
    width: 55px;
    height: 4px;
    background: #FECE00;
    transform: translate3d(-50%, 0, 0);
}
.commerce #section01{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.commerce #section01 table{
	border: 1px dotted #CECECE;
	border-collapse: collapse;
	line-height: 1.6;
}
.commerce #section01 table th{
	width: 270px;
	background: #F7F8FA;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 20px 30px;
	vertical-align: top;
	border: 1px dotted #CECECE;
}
.commerce #section01 table td{
	font-size: 16px;
	padding: 30px 20px 30px 40px;
	border: 1px dotted #CECECE;
}
.commerce #section01 table dl dt{
	font-weight: bold;
}
.commerce #section01 table span{
	font-size: 14px;
}
.commerce #section01 table p.att{
	font-size: 14px;
	margin-top: 20px;	
}
.commerce #section01 table ul{
	margin: 30px 0;
}
.commerce #section01 table p.ttl{
	font-weight: bold;
}
.commerce #section01 table a{
	color: #FE208D;
	text-decoration: underline;
}

@media print, screen and (max-width: 767px) {
	.commerce h1 {
		font-size: 24px;
	}
	.commerce h1::before{
	    left: 47%;
	    bottom: -20px;
	    width: 60px;
	    height: 4px;
	}
	.commerce h1::after{
	    left: 53%;
	    bottom: -20px;
	    width: 55px;
	    height: 4px;
	}
	.commerce #section01 table{
		border: none;
	}
	.commerce #section01 table th{
		display: block;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		vertical-align: top;
		border-top: 1px dotted #CECECE;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.commerce #section01 table td{
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 15px 10px 15px 10px;
		border: none;
	}
	.commerce #section01 table span{
		font-size: 12px;
	}
	.commerce #section01 table p.att{
		font-size: 12px;
		margin-top: 20px;	
	}
	.commerce #section01 table dl.list{
		margin: 30px 0;
	}
	.commerce #section01 table dl.list dt{
		float: left;
		width: 30px;
		font-weight: normal;
	}
	.commerce #section01 table dl.list dd{
		float: left;
		width: 88%;
	}
	.commerce #section01 table dl.list::after,
	.commerce #section01 table dl.list dt::after,
	.commerce #section01 table dl.list dd::after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
}