body{
  margin: 0px;
}

table{
  max-width: 800px;
  width:100%
}


.container{
  max-width: 880px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
body{
  background-color: rgb(254, 245, 232);
  font-family: "メイリオ", "Arial";
  font-size: large;
}

img {
  max-width: 100%; 
}

h1 {
  background: #2267fb; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  max-width: 300px;
  width: 100%;
  font-size: 22px;
}




/* シンプルなテーブル1 */

.table010 {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  border-color: #444;
}

.table010 td,.table010 th {
  border-width: 1px;
  border-style: solid;
  padding: 4px;
  border-color: #c7c7c7;
  text-align:center;
}

.table010 td{
  font-size: 13px;
  padding:1px;
  text-align: left;
}

.table010 th:nth-of-type(-n+2) {
  background-color: #1407c1;
  color: #fff;
  border-color: #777;
}
.table010 th:nth-of-type(n+3) {
  background-color: #075201;
  color: #fff;
  border-color: #777;
}

.midashi{
  background-color: #ccfaee;
  font-weight:bold;
  padding: 2px;
  text-align: center;
}


.design08 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
 }
 .design08 th {
  padding: 10px;
  background: #778ca3;
  border: solid 1px #666666;
  color: #ffffff;
 }
 .design08 td {
  padding: 10px;
  border: solid 1px #666666;
 }


 .button005 a {
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 270px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: rgb(94, 204, 22);
  text-decoration:none;
}
.button005 a:hover {
  background: rgb(117,188,255);
  background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}
