/* CSS Document */

#main {
	width:680px;
	background-color: #FFF;
	padding: 30px;
	float:left;
}

#main h2{
	margin-bottom:15px;
}

#main h3{
	margin-bottom:15px;
}

#main p{
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

#main p a{
	color: #06C;
	text-decoration: underline;
}

#main .caution{
	color: #F00;
}

.imageBox {
	margin-bottom:30px;
}

#main strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

#main em {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

#fee {
	position:relative;
	margin-bottom: 40px;
}

#fee .chara {
	position:absolute;
	top:75px;
	right:25px;
}

#kiyaku {
	width:640px;
	height:400px;
	background-color: #EEE;
	border: 1px solid #DDD;
	overflow: auto;
	padding: 20px;
	margin-bottom: 40px;
}

#kiyaku .titleText{
	font-size: 18px;
	color: #06C;
	margin-bottom: 15px;
	font-weight: bold;
}

#kiyaku .detailText{
	font-size: 14px;
	line-height: 26px;
}

#entryForm {
	margin-bottom:40px;
}

@media (max-width: 767px) {
	#main {
		width: 100%;
		float: none;
		padding: 10px;
	}
	#main h2::after,
	#main h3::after {
		content: attr(title);
		font-size: 16px;
		font-weight: bold;
		display: block;
		line-height: 1.6;
		border-bottom: 1px solid #333;
	}
	#main h2 img,
	#main h3 img {
		display: none;
	}
	#main h3 {
		font-size: 16px;
	}
	#main h2.none img {
		display: block;
		width: 100%;
		height: auto;
	}
	#main h2.none::after {
		border-bottom: 0;
	}
	#main p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.6;
	}
	.imageBox img {
		width: 100%;
		height: auto;
	}
	#fee .chara {
		position: absolute;
		top: 45px;
		right: 25px;
	}
	#fee .chara img {
		width: 75px;
		height: auto;
	}
	#mailform table th,
	#mailform table td {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
	}
	#mailform table td::after {
		clear:both;
		content: "";
		display: block;
	}

	#kiyaku {
		width:100%;
		height:400px;
		background-color: #EEE;
		border: 1px solid #DDD;
		overflow: auto;
		padding: 20px;
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	#mailform table textarea {
		width: calc(100% - 20px) !important;
	}
}
