body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	zoom:1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

img {
vertical-align:bottom;
}
video,img{
	width: 100%;
	display: block;
}

/*-------------------------------------------------
	//component
-------------------------------------------------*/
.component{
	margin-top: 30px;
}
.component p{
	margin: 0 0 10px 10px;
	font-weight: bold;
}
.component .componentBox{
	margin-bottom: 0;
	padding: 20px 30px;
	border: 1px #999 solid;
	box-sizing: border-box;
	line-height: 1.6;
}
.component .componentBox .componentTitle{
	margin-bottom: 10px;
	border-bottom: 1px #ccc dotted;
	font-weight: bold;
}

.component .componentBox dd:not(:last-child){
	margin-bottom: 20px;
}

@media screen and (max-width: 750px){
	.component .componentBox{
		width: 96%;
		margin: 0 auto 20px;
		padding: 10px 15px;
	}
}
/*-------------------------------------------------
	//footer用
-------------------------------------------------*/
footer{
	width: 100%;
	text-align: center;
}
footer ul{
	margin: 30px auto;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer ul li{
	display: block;
}
footer ul li:not(:last-child){
	margin-right: 20px;
}
footer a{
	font-size: 1rem;
	text-decoration: none;
	color: #333;
}
footer p{
	font-size: 0.8rem;
}
@media screen and (max-width: 750px){
	footer ul{
		display: block;
	}
	footer ul li:not(:last-child){
		margin-bottom: 10px;
	}
}