@charset "utf-8";

html,body,h1,h2,p,ul,li {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #444;
	font-size: 1.3rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, sans-serif;
}

p{
	line-height:1.4;
}

.wrapper{
	width: 93.7%;
	max-width: 1030px;
    margin: 0 auto;
}

.container{
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
}

.container:last-child{
	border-bottom: none;
}

.heading{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.group{
	margin-bottom: 20px;
}

.group:last-child{
	margin-bottom: 0;
}

.date{
	text-align: right;
}

.indent1{
	padding-left: 1.5em;
}

.indent2{
	padding-left: 3.0em;
}

.indent3{
	padding-left: 4.5em;
}

.bullet{
	padding-left: 4.5em;
	text-indent: -1.2em;
}

.purpose{
	padding-left: 5.5em;
}

.contact{
	padding-left: 3.0em;
}

footer{
	padding: 0 0 10px 0;
}

footer .link-list{
	display: flex;
    justify-content: center;
}

footer .link-list li{
	padding: 0 10px;
	border-right: 1px solid #000;
}

footer .link-list li:last-child{
	border-right: none;
}

footer .link-list li a{
	color: #000;
	text-decoration: underline;
}
