@charset "utf-8";
/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dt,
dd,
li,
table,
th,
td,
form,
select,
option,
address,
pre,
strong,
em,
caption,
cite,
code,
dfn,
var,
div {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption,
th {
	text-align: left;
}
fieldset {
	border: 0;
}
hr {
	display: none;
}
ol,
ul {
	list-style: none;
	  display: flex;
  justify-content: space-between;
	padding: 15px 0.5px 55px;		
	vertical-align: top
}
b{
    font-weight: 900;
}
ul ul,
ol ul,
ul ol,
ol ol,
dl ul,
dl ol,
dl dl,
td td,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
p {
	-webkit-text-size-adjust: 100%;
		font-size: 2.3rem;
	  text-align: left;
	padding: 50px 100px 25px;
}
html {
	overflow-y: scroll;
}
body a:hover {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
ul.disc li {
	list-style: disc inside;
}
body,
td,
th {
	word-wrap: break-word;
}
.clearfix::after, #page::after, #box::after, .main::after, .nav ul::after {
  content: ""; 
  display: block; 
  clear: both;
}
*, ::before, ::after {
    box-sizing: border-box;
}
.text-center {
	text-align: center;
}
.text-yellow {
	color: #f4d400;
}
.u {
  text-decoration: underline;
}
.mru {
  color: #970606;
  background: #f4d400;
  text-decoration: underline;
  font-weight: bold;
}
.caution {
  font-size: 1.rem;
}
.bb1 {
  font-size: 3rem;
  font-weight: bold;
}
.bb2 {
  font-size: 3rem;
  text-decoration: underline;
  font-weight: bold;
}
.bb3 {
  font-size: 2.6rem;
  font-weight: bold;
}
.bbb {
  font-size: 4rem;
  font-weight: bold;
}
.bm {
  font-size: 7rem;
  font-weight: bold;
  background: #f4d400;
}
.r1 {
  font-weight: bold;
  color: #c00;
}
.r2 {
  text-decoration: underline;
  font-weight: bold;
  color: #970606;
}
.red-big {
  font-size: 3rem;
  text-decoration: underline;
  font-weight: bold;
  color: #970606;
}
.red-big2 {
  font-size: 3rem;
  text-decoration: underline;
  font-weight: bold;
  color: #970606;
}
.rrr {
  font-size: 6rem;
  font-weight: bold;
  color: #970606;
  background: #f4d400;
}
.d-flex {
	display: flex;
}