﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.tos_area1 .mex {
	margin:0 0 20px;
}

.tos_block {
	margin:0 0 20px;
}

.tos_block:last-child {
	margin-bottom:0;
}

.tos_block h3 {
	margin:0 0 15px;
	font-size:1.8rem;
}

.tos_block p {
	margin:0 0 10px;
}

.tos_block p:last-child {
	margin-bottom:0;
}

.tos_block .list1 {
	margin:0 0 0 30px;
	list-style-position: outside;
	list-style-type: decimal;
}

.tos_block .list1 li {
	margin:0 0 7px;
}

.tos_block .list1 li:last-child {
	margin-bottom:0;
}

.tos_block .list2 {
	margin:0 0 0 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.tos_block .list2 li {
	margin:0 0 7px;
}

.tos_block .list2 li:last-child {
	margin-bottom: 7px;
}

.tos_block.text-right {
	text-align:right;
}

@media screen and (min-width: 800px) {

	/*
	=================================== */
	.tos_area1 .mex {
		margin:0 0 40px;
	}

	.tos_block {
		margin:0 0 40px;
	}

	.tos_block h3 {
		margin:0 0 20px;
		font-size:2.0rem;
	}

	.tos_block p {
		margin:0 0 20px;
	}
}

@media screen and (min-width: 1280px) {

	/*
	=================================== */
	.tos_area1 .block1 {
		width: 1080px;
	}
}