@charset "UTF-8";

html{
	/*font-size:62.5%;*/
  font-size: 10px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
}/*
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size:1rem;
}*/
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #9f9;
}

del {
    text-decoration: line-through;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
  box-sizing: content-box;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 70%;
}

img {
  border-style: none;
}
input, select {
    vertical-align:middle;
}
textarea {
  overflow: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h1,h2,h3,h4,h5,p{
  letter-spacing: 0.1rem;
}
.red{
  color: darkorange;
}
.small{
  font-size: smaller;
}
ul address{
  list-style-type: none;
  font-style: normal;
}
h2{
  border-bottom: #eee solid 4px;
  font-size: 3.1rem;
  margin: 20px 15px 50px;
  letter-spacing: 0.25rem;
  width: fit-content;
  padding-left: 20px;
}
h3{
  font-size: 2.6rem;
  text-align: center;
  border-top: #eee double 4px;
  border-bottom: #eee double 4px;
  line-height: 1.25em;
  padding: 10px 20px;
  margin: 15px auto;
  width: fit-content;
}
h4{
  font-size: 1.8rem;
  width: fit-content;
  margin-left: 50px;
  margin-bottom: 15px;
  padding: 10px 200px 10px 15px;
  border-left: #eee double 5px;
  border-bottom: #eee solid 1px;
}
h5{
  font-size: 1.8rem;
  margin: 15px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  border-bottom: #eee double 5px;
  width: fit-content;
  min-width: 250px;
}
h6{
  width: fit-content;
  background-color: #eee;
  color: #0f0f0f;
  margin-left: 30px;
  font-size: 2.1rem;
  padding: 12px 20px 10px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
}
p{
  font-size: 1.6rem;
  line-height: 2.2rem;
}