@charset "utf-8";
/*-----------------------------------------
 sp.css
-----------------------------------------*/
/* contents1 */
.contents1 {
	position: relative;
	border-bottom: 5px solid #fff;
}
.contents1:after {
	content: "";
	width: 100%;
	height: 20%;
	display: block;
	background: #fff8a5;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 0;
}
.contents1.v2:after {
	bottom: 12%;
}
.contents1.nobg:after,.contents1.nobg2:after {
	display: none;
}
.contents1 .inner {
	padding: 4% 4% 3%;
	position: relative;
	z-index: 1;
}
.contents1.nobg .inner {
	padding: 0 4% 3em;
}
.contents1.nobg2 .inner {
	padding: 3em 4%;
	line-height: 1.8;
}

.h01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

/* contents2 */
.contents2 {
	background: #00a0e9 url("../../disposal/img/bg1.png") repeat-x bottom ;
	border-bottom: 5px solid #fff;
}
.contents2.v2 {
	background: url("../../disposal/img/bg1.png") repeat-x bottom ;
}
.contents2 .inner {
	padding: 2em 4% 0.5em;
}

/* contents3 */
.contents3 {
	background: url(../img/bg3.png) repeat top center;	
	position: relative;
}
.contents3:after {
	content: "";
	width: 100%;
	height: 140px;
	display: block;
	background: #fff8a5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.contents3 .inner {
	position: relative;
	z-index: 1;
	padding: 2em 4%;
}
.contents3 .box {
	background:#fff;
	padding: 2em 4%;
	margin-bottom: 3em;
}

/* Table */
.table01 {
    border-collapse:collapse;
	border: 1px solid #222;
	line-height: 1.8;
}
.table01 th,.table01 td {
	border: 1px solid #222;
    padding: 0.5em;
	vertical-align: middle;
	text-align: center;
}
.table01 th{
    background: #00a0e9;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.table01 th em{
    display: inline-block;
	text-align: left;
}
.table01 td{	
	font-size: 15px;
}
.table01 .head{
    background: #bfe3f4;
	text-align: left;
}
.table01 .red{
    color: #e60012;
	font-weight: bold;
}

/* Contents Area */
.contentArea .inner {
	padding: 50px 0 0;
}

.flex {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.col-2 {
	width:50%;
}


@media print, screen and (max-width: 768px){
.contents-1,.contents-2 {
	font-size: 14px;
}
.contents-1 .inner2 {
	padding: 0 4%;
}
.flex.break {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex.break .col-2 {
	width: 100%;
}
.flex.break .col-2:first-child {
	margin-bottom: 3em;
}
}	

@media print, screen and (min-width: 769px){
	
/*-----------------------------------------
 pc.css
-----------------------------------------*/
/* contents1 */
.contents1 .inner {
	padding: 3em 10px;
	width: 1120px;
	margin: 0 auto;
}
.contents1:after {
	height: 135px;
}
.contents1.nobg .inner {
	padding: 0 10px 3em;
}
.contents1.nobg2 .inner {
	padding: 3em 10px;
	line-height: 1.8;
}	
	
/* contents2 */
.contents2 .inner {
	padding: 2em 10px 0.5em;
	width: 1120px;
	margin: 0 auto;
}
/* contents3 */
.contents3 .inner {
	padding: 2em 0;
	width: 1270px;
	margin: 0 auto;
}	
.contents3 .box {
	padding: 2em 70px;	
}

.h01 {
	font-size: 28px;
}
	
/* Table */
.table01 th{
	font-size: 18px;
	font-weight: bold;
}
.table01 td{
	font-size: 20px;
}
.table01.t1{
	width: 700px;
}
.table01.t2{
	width: 380px;
}

}	