@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	width: 800px;
}

#main .headLine01 {
	margin: 0 -10px 32px;
}

#main .headLine02 {
	margin-bottom: 11px;
}

#main .usage {
	margin-bottom: 38px;
}

#main .usage li {
	margin-right: 8px;
	width: 261px;
	float: left;
}

#main .usage li:last-child {
	margin-right: 0;
}

#main .usage p {
	margin-bottom: 5px;
	font-size: 1.5rem;
}

#main .usage p span {
	margin-left: -10px;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

#main .usage table {
	width: 100%;
	border-collapse: collapse;
}

#main .usage th,
#main .usage td {
	padding: 10px 7px;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
	vertical-align: text-bottom;
	border: 1px solid #b4b4b4;
	background-color: #fff;
}

#main .usage thead th {
	padding: 9px 7px 12px;
	color: #fff;
	background-color: #e04984;
}

#main .usage tbody th {
	padding: 10px 0 10px 3px;
	width: 24.9%;
}

#main .usage tbody td {
	text-align: right;
}

#main .usage .bgColor th,
#main .usage .bgColor td {
	background-color: #eee;
}

#main .usage .tdStyle {
	padding-top: 1px;
	padding: 0 7px 9px;
	height: 136px;
	text-align: left;
	line-height: 1.55;
}

#main .text01 {
	margin-bottom: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

#main .telBox {
	margin-bottom: 6px;
	padding: 15px 14px 21px;
	background-color: #ffc0fa;
}

#main .telBox .title {
	margin: 0 0 8px 6px;
	font-size: 2rem;
	font-weight: bold;
}

#main .telBox li {
	font-size: 1.6rem;
}

#main .telBox li:first-child {
	margin-bottom: 12px;
}

#main .telBox li a {
	margin: 6px 0 0 6px;
	display: inline-block;
}

#main .notes {
	margin-bottom: 23px;
	font-size: 1.2rem;
	line-height: 1.75;
}

#h3Sec03 .headLine02 {
	margin-bottom: 6px;
}

#main .text02 {
	margin-bottom: 29px;
	font-size: 1.6rem;
	line-height: 1.75;
}

#h3Sec03 a {
	color: #0033ff;
	line-height: 1.67;
	text-decoration: underline;
}

#h3Sec03 a:hover {
	text-decoration: none;
}

#main .linkList {
	border-top: 2px solid #a0a0a0;
}

#main .linkList dt {
	margin-top: 7px;
	padding-left: 20px;
	font-size: 2rem;
	font-weight: bold;
	background: url(/assets/img/common/icon02.png) no-repeat left center;
}

#main .linkList dd {
	padding-bottom: 7px;
	font-size: 1.5rem;
	border-bottom: 2px solid #a0a0a0;
}

@media only screen and (max-width: 767px){
	#main {
		width: auto;
	}

	#main .headLine01 {
		margin: 0 0 5px;
	}

	#main .headLine02 {
		margin-bottom: 6px;
	}

	#main .usage {
		margin: 0 20px 15px;
	}

	#main .usage li {
		margin: 0 0 18px;
		width: 100%;
	}

	#main .usage p {
		margin-bottom: 6px;
		font-size: 1.4rem;
		line-height: 1.35;
	}

	#main .usage th,
	#main .usage td {
		padding: 5px 7px 3px;
	}

	#main .usage thead th {
		padding: 3px 7px 4px;
	}

	#main .usage tbody th {
		padding: 5px 2px 3px 6px;
		width: 26.9%;
	}

	#main .usage .tdStyle {
		padding: 0 7px 6px;
		height: auto;
		line-height: 1.1;
	}

	#main .usage li:last-child {
		margin-bottom: 0;
	}

	#main .text01 {
		margin-bottom: 6px;
		font-size: 1.5rem;
		line-height: 1.3;
	}

	#main .telBox {
		margin-bottom: 12px;
		padding: 8px 3px 10px;
	}

	#main .telBox .title {
		margin: 0 0 3px 5px;
		font-size: 1.8rem;
		line-height: 1.28;
	}

	#main .telBox li {
		font-size: 1.5rem;
		line-height: 1.33;
	}

	#main .telBox li:first-child {
		margin-bottom: 10px;
	}

	#main .telBox li a {
		margin: 7px 0 0 6px;
	}

	#main .telBox li img {
		width: auto;
		height: 21px;
	}

	#main .telBox li:last-child a {
		margin: 4px 0 0 4px;
	}

	#main .telBox li:last-child img {
		height: 20px;
	}

	#main .notes {
		margin-bottom: 13px;
		line-height: 1.25;
	}

	#main .text02 {
		margin-bottom: 24px;
		font-size: 1.5rem;
		line-height: 1.33;
	}

	#main .text02 a {
		line-height: normal;
	}

	#h3Sec03 a {
		display: inline-block;
		line-height: 1.29;
		text-decoration: underline;
	}

	#h3Sec03 a:hover {
		text-decoration: underline;
	}

	#main .linkList {
		border-top: 1px solid #a0a0a0;
	}

	#main .linkList dt {
		margin-top: 2px;
		padding-left: 17px;
		font-size: 1.8rem;
		background-size: 17px auto;
	}

	#main .linkList dd {
		color: #0033ff;
		font-size: 1.4rem;
		line-height: 1.29;
		letter-spacing: -0.5px;
		border-bottom: 1px solid #a0a0a0;
	}
}