@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	color: #333;
}
a {
	color: #164999;
}
a:hover, a:focus {
	text-decoration: none;
}
.wrapp {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0.75em;
}
img {
	max-width: 100%;
	height: auto;
}
.hide_sp {
	display: none;
}
/* -------- */

.clrf:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.tC {
	text-align: center;
}
.text-s {
	font-size: 75%;
}
.mrginBtm-0 {
	margin-bottom: 0;
}
/* -------- */
header img {
	display: block;
	margin: 0 auto 0.5em auto;
}
h1 {
	margin: 1em 0;
	padding: 0.75em 0 0.6em 0;
	border-style: solid none;
	border-width: 1px;
	border-color: #CFCFCF;
	line-height: 1.3;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #164999;
}
h2 {
	border-bottom: #164999 solid 1px;
	counter-increment: numeber;
	margin: 1.25em 0 0.5em 0;
	padding: 0 0 0.1em 1.25em;
	text-indent: -1.25em;
	color: #164999;
	font-size: 18px;
	font-size: 1.8rem;
}
h2:before {
	content: ""counter(numeber)". ";
}
p {
	margin-bottom: 1.2em;
}
ol, ul {
	padding-left: 1em;
}
ol li {
	margin-bottom: 0.75em;
}
.maru {
	counter-reset: number;
	list-style: none;
}
.maru > li {
	padding: 0 0 0 1.5em;
	position: relative;
}
.maru > li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #333;
	border-radius: 50%;
	counter-increment: number;
	content: counter(number);
	text-align: center;
	font-size: 85%;
	line-height: 1.4;
}
.kakko-number {
	counter-reset: number;
	list-style: none;
}
.kakko-number > li {
	text-indent: -1.75em;
	margin-left: 1.75em;
}
.kakko-number > li::before {
	counter-increment: number;
	content: "("counter(number)") ";
}
/**/
.android {
	margin: 1em;
}
.android dt {
	font-weight: bold;
}
.android dd {
	margin: 0 0 1em 1em;
}
.android dd:last-child {
	margin-bottom: 0;
}
/**/
aside ul {
	padding-left: 2em;
	margin-bottom: 2em;
}
/**/
input {
	border: solid #CCC 1px;
	border-radius:4px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	padding: 0.5em 2em;
	font-size:14px;
	font-size:1.4rem;
}
.closeBtn{
	padding:1.5em 0;
}
/**/
footer {
	border-top: 1px solid #e6e6e6;
	background-color: #f4f4f4;
}
footer .copyright {
	margin: 0;
	padding: 1em 0;
	line-height: 1.1;
}

@media screen and (max-width:640px) {
body {
	font-size: 16px;
	font-size: 1.6rem;
}
h1 {
	font-size: 18px;
	font-size: 1.8rem;
}
ol, ul {
	padding-left: 0.5em;
}
.android {
	margin: 1em 0 1em 0.5em;
}
.android dd {
	margin: 0 0 1em 0.5em;
}
small {
	font-size: 68.8%;
}
.closeBtn{
	padding:0.5em 0;
}
input{
	width:100%;
		padding: 1em;
	font-size:16px;
	font-size:1.6rem;
}
}

@media screen and (max-width:480px) {
.hide_sp {
	display: inline;
}
}
