﻿@charset "utf-8";
.content .inner{
	padding: 0 50px;
}
.content h2{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 30px;
}
.content h2 + p{
	text-align: center;
	}
.content h3{
	margin: 30px 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.content dl dt{
	border-bottom: 2px dotted #eee;
	margin-bottom: 5px;
	font-weight: bold;
}
.content dl dd{
	margin-bottom: 25px;
}
.content dl dd ul{
	text-indent: -2.5em;
	padding-left: 4em;
	margin-top: 15px;
}
@media screen and (max-width:640px) {
	.content .inner{
	padding: 0 10px;
	line-height: 2;
	}
	.content h2{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.content h2 + p{
		text-align: left;
	}
	.content dl dd ul{
	text-indent: -2.5em;
	padding-left: 2em;
	margin-top: 15px;
}
}