/* CSS Document */

/*MAP
---------------------------------*/
.list-map {
	list-style: none;
	padding-left: 20px;
}
.list-map li {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.list-map a {
	text-decoration: none;
	color: #333;
}
.list-map a:hover {
	text-decoration: underline;
	color: #f00;
}

.map-other {
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
}
.map-other p {
	margin-bottom: 10px;
}
.wrap-in {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
/*POLICY
---------------------------------*/
.policy-other {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
}
.list-002 {
	padding-left: 20px;
	list-style-type: decimal
}
.list-002 li {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.list-006 {
	padding-top: 10px;
	padding-left: 40px;
	list-style-type:lower-roman;
}
.list-006 li {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 10px;
}
.list-007 {
	padding-top: 10px;
	padding-left: 20px;
	list-style: none;
}
.list-007 li {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.guide-txt {
	text-align: right;
}

/*CONTACT
---------------------------------*/
.frame-001 {
	width: 100%;
}
.frame-001 th {
	background-color: #eee;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ccc;
}
.frame-001 td {
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.contact-item {
	width: 700px;
}
.contact textarea {
	width: 700px;
	height: 200px;
}
.contact-btn {
	font-size: 14px;
	color: #fff;
	background-color: #f00;
	width: 200px;
	padding: 5px;
	border: none;
	cursor: pointer;
}
.contact-info {
	width: 790px;
	padding-top: 20px;
	margin-left: auto;
}
.contact-info-txt {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
@media screen and (max-width:640px){
	
	.contact-item {
		width: 80%;
	}
	.contact textarea {
		width: 80%;
	}
	.contact-info {
		width: 90%;
		margin: 0 auto;
	}
	.contact-btn {
		-webkit-appearance: none;
		width: 100%;
		padding: 10px;
	}
	
	
}

/*OTHER
---------------------------------*/

.other {
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.other p {
	margin-bottom: 10px;
}