
html {
	height:100%;
}
body {
	height:100%;
	font-family: HiraKakuProN-W3;
	line-height: 1.6;
	background:#FFF;
	color:#333;
	font-size:14px;
}
a {
	-webkit-tap-highlight-color:rgba(2, 109, 236, 0.9);
}
#container {
    padding: 10px;
    background: var(--color-base);
    text-align: center;
}
header {
	width:100%;
	max-width:600px;
	margin-bottom:10px;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#contents {
	width:100%;
	max-width:600px;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#top {
    padding:20px 10px;
}
#top p.catch {
  font-size: 167%;
  background: var(--color-main);
  color: #FFF;
  padding: 15px;
  margin: 0 auto 30px;
  letter-spacing: 2px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#top img {
	width:100%;
}
#main {
	text-align: left;
}
footer {
	color: #FFF;
	font-size: 75%;
	text-align: center;
}

/* PAGE LAYOUT END --------------------------------------------- */

/* HEADER START ------------------------------------------------ */

header {
	line-height:1em;
}
header #logo {
	text-align:left;
}
header #logo img {
	width:100%;
	vertical-align:bottom;
}

/* HEADER END -------------------------------------------------- */

/* MAIN START ------------------------------------------------ */

#main section {
    margin-bottom:30px;
}
#main section ol {
    padding-left: 1em;
}
#main section ol li {
    list-style: decimal outside;
}
#main h2 {
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 32px;
    font-size: 125%;
    font-weight: bold;
    border-left: 6px solid var(--color-main);
    border-bottom: 1px dotted var(--color-main);
}
#main dl {
	margin-bottom:30px;
}
#main dt {
	margin-bottom:10px;
	padding-left:21px;
	font-size:107%;
	font-weight:bold;
	position:relative;
}
#main dt:before {
	width:8px;
	height:8px;
	background:var(--color-main);
	position:absolute;
	top:3px;
	left:0;
	content: "";
}
#main dt:after {
	width:8px;
	height:8px;
	background:var(--color-main);
	position:absolute;
	top:11px;
	left:8px;
	content: "";
}
#main dd.txt {
	padding-left:1.1em;
}
#main dd.txt span {
	margin-top:5px;
	padding-left:1.5em;
	display:block;
	font-size:82%;
	text-indent:-1.5em;
	line-height:1.5em;
}
#btn_close {
	width:200px;
	height:46px;
	margin:0 auto;
	padding:2px;
	text-align:center;
	-webkit-box-shadow:#666 0 0 3px;
	-moz-box-shadow:#666 0 0 3px;
	box-shadow:#666 0 0 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#btn_close a {
	width:200px;
	height:46px;
	display:block;
	line-height:46px;
	font-size:138%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:var(--color-main);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/* MAIN END ------------------------------------------------ */

/* FOOTER START ------------------------------------------------ */

footer a {
	color:#FFF;
}

/* FOOTER END ------------------------------------------------ */

#box_tag {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:-5000;
}

@media screen and (min-width: 601px) {

header {
    margin: 0 auto 20px;
}
header #logo {
	width:200px;
}
#contents {
	margin:0 auto 20px;
}
#main {
	padding: 0 20px 30px;
}
footer {
	margin: 0 auto;
}
#top {
    padding:30px;
}
#top h1 {
    margin-bottom: 20px;
}

}
@media screen and (max-width: 600px) {

header #logo {
	width:150px;
}
#contents {
	margin-bottom:10px;
}
#main {
	padding: 0 10px 30px;
}

}
@media screen and (max-width: 320px) {

#top p.catch span {
    display:block;
}

}
