@charset "UTF-8";



html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
/*   font-size: 62.5%;*/
	font-size: calc(100vw / 32);
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
}

a,
a:visited {
    color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}
/*
* {
    box-sizing: border-box;
}
*/
*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

[hidden] {
    display: none !important;
}



body{
	background-color: #ddebf7;
}

img{
	vertical-align: middle;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

article{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

header{
	padding: 8% 5% 0%;
    text-align: center;
    font-size: 1.5em;
}

section{
	padding: 5%;
}

dl {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 1em;
}

dt{
	font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6em;
    padding-top: 0.5em;
}

dd{
	font-size: 0.9em;
    border: 0.5px solid #999;
    background: #fff;
    line-height: 1.4em;
    padding: 0.9em;
    font-weight: normal;
}


p.btn {
	padding: 5% 0 0 0;
	text-align: center;
}

p.btn a{
	text-decoration: none;
	display: inline-block;
	padding: 0.5em 1em;
	border: #333333;
	background-color: #dddddd;
	border-radius: 5px;
}


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









