@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  background-color: #383838;
}
header {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.box  {
  background-color:rgba(255, 255, 255, 0.3);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url("highlow1.jpg");
}
.kiyaku {
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.kiyaku h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.kiyaku p{
  color: #fff;
}
.highlow {
/*  background-color: #000;
*/  border-radius: 3px;
  text-align: center;
}
.highlow p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 30px;
}
.highlow a {
  color: #fff;
  background-color: #e72229;
  border-radius: 10px;
  border-bottom: 4px solid #a51a1f;
  text-decoration: none;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
footer {
  width: 100%;
  padding: 20px;
  text-align: center;
}
footer .risk {
  width: 50%;
  margin: 0 auto 20px;
  text-align: left;
}
footer .risk li {
  color: #fff;
  list-style: none;
}
footer a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
footer:last-child a {
  margin-bottom: 10px;
}
footer p {
  color: #fff;
  margin-bottom: 10px;
}
footer small {
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 640px) {

header {
  width: 100%;
}

.box  {
  width: 100%;
}
.kiyaku {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.highlow {
 border-radius: 3px;
  text-align: center;
}
.highlow p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.highlow a {
  color: #fff;
  background-color: #e72229;
  border-radius: 10px;
  border-bottom: 4px solid #a51a1f;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
}
footer .risk {
  width: 90%;
  margin: 0 auto 20px;
  text-align: left;
}
footer p {
  font-size: 14px;
}
footer small {
  font-size: 13px;
}
}