@charset "utf-8";


/* - - - - - - - - - - - - - - - - - - - - - 
	reset
- - - - - - - - - - - - - - - - - - - - - */

body, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol, li, figure, figcaption, form {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	base
- - - - - - - - - - - - - - - - - - - - - */

html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.4rem;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, Verdana, sans-serif;
	line-height: 1.6;
	background: #fff;
}

img {
	border: none;
  vertical-align: middle;
	max-width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	link
- - - - - - - - - - - - - - - - - - - - - */

a {
	outline: none;
}

a:link,
a:visited {
	color: #e10000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #999;
}

a img:hover {
	opacity: 0.85;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.wrapper
- - - - - - - - - - - - - - - - - - - - - */

.wrapper {
	margin: 10rem 0;
	overflow: hidden;
}

h1 {
	margin-bottom: 4rem;
	text-align: center;
}

.box_inner {
	margin: auto;
	width: 90%;
	max-width: 850px;
}

.box_inner p {
	font-size: 1.15em;
	line-height: 1.8;
}

.box_inner p + p {
	margin-top: 2em;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	@media PC
- - - - - - - - - - - - - - - - - - - - - */

@media print, screen and (min-width: 900px) {


/* - - - - - - - - - - - - - - - - - - - - - 
	.wrapper
- - - - - - - - - - - - - - - - - - - - - */

.wrapper {
	margin: 15rem 0;
}

.box_inner p {
	text-align: center;
}


}

