h1, p, h2, table, .macron, .p2{
    font-family: system-ui; 
	font-feature-settings: "tnum";
	margin-left: 5%;
}

h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	width: 900px;
	height: auto;
}

h2 {
	font-size: 1.5em; 
	width: 700px;
	height: auto;
    color: gray;
}

p {
	font-size: 1.0em;
	width: 700px;
	height: auto;
	float: left; 
	padding-right: 20px;
	line-height: 1.5em;
	
}

.loban{
    margin-top: 10%;
}

.c1{
    border: solid 1px;
    width: 150px;
    height: 100px;
    margin-left: 100px;
}

.c2{
    border: solid 1px;
    width: 150px;
    height: 100px;
    margin-left: 500px;
}

.c3{
    border: solid 1px;
    width: 150px;
    height: 100px;
    margin-left: 900px;
    
}

table{
    border: 0px;
    background-color: white;
    width: 70%;
}

.macron{
    margin-top: 20px;
}

.p6g{
    float: right;
    width: auto;
    margin-top: 50px;
    margin-right: 5%;
}

.p2{
	font-size: 1.5em; 
	width: 700px;
	height: auto;
    color: gray;
    text-align: center;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  a:visited {
    color: rgb(0, 0, 0);
  }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: white;
    background: rgb(139, 147, 255);
  }
