@charset "UTF-8";
h1{
    background-color: #000000;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 100;
    margin-left: 3px;
	text-decoration: underline
	
}
body{background: #000000;
}
h1{color: white}
h2{
    color: white;
    font-family: Georgia, "Times New Roman", Ti
mes, serif;
    background-color: #970002;
    padding-left: 0px;
    margin-right: 0px;
    font-size: large;
}
h3{
    co
	
	lor: white;
    margin-left: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    font-size: medium;
    
}
p{
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: medium;
    margin-left: 12px;
}
p2{
    margin-top: -11px
}

p2{
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: small;
    margin-top: -10px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.25rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-left: 48px;
    margin-bottom: -7px;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #970002;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
footer{
    background-color: #FFFFFF;
}
    
}
p3{
    color: #000000;
    font-size: xx-large;
    text-align: left;