.cp_bgpattern12 {
  position   : relative;          /* BOXの大きさなど：サンプル用 */
  margin     : auto;
  /* max-width  : 500px; */
  height     : 200%;
                                      /* ドット（水玉）模様のCSS */
  background-color   : #E1BA75;
  background-image   : radial-gradient(#000000 45%, transparent 10%),
                       radial-gradient(#f8f1f1 45%, transparent 10%);
                    
                   
  background-position: 0 0, 40px 40px;
  background-size    : 80px 80px;
}

.btn-circle-kirby {
 
  display: inline-block;
  text-decoration: none;
  color: #160101;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#fed6e3 0%, #f5f5f5e5 100%);
  text-shadow: 1px 1px 1px rgba(241, 240, 240, 0.66);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.28);
}

.btn-circle-kirby:active {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.32);
  background-image: linear-gradient(#fed6e3 0%, #ffcfcf 100%);
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.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.5rem;
}

a.btn-rounded {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 35px 0;
  border-radius: 50%;
  background: #fcfff4;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfff4),
    color-stop(40%, #dfe5d7),
    to(#b3bead)
  );
  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: linear-gradient(to bottom, #050505 0%, #dfe5d7 40%, #b3bead 100%);
  -webkit-box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
}

.rounded{
    position: absolute;
    top:0px;
    right: 0px;
}
a.btn-rounded i {

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-rounded:hover {
  -webkit-box-shadow: inset 15px 30px 40px rgb(10, 10, 10)
    0 3px 7px rgb(7, 7, 7);
  box-shadow: inset 15px 30px 40px rgb(8, 8, 8),
    0 3px 7px rgb(26, 25, 25);
}

a.btn-rounded:hover i {
  bottom: 6px;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}
.title02:{ 
  font-size: 20px;
  color:#fff
}

h1 {
  font-size: 40px;
  color: #d7e4e3;/*文字色*/
  padding: 0.3em 0;/*上下の余白*/
  border-top: solid 3px #f6f7f8;/*上線*/
  border-bottom: solid 3px #e5e6eb;/*下線*/
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
h3 {
  font-size: 20px;
  color: #d7e4e3;/*文字色*/
  text-align: center;
  width: 100%;
}
table{
  margin : 0 auto;
  border-collapse:separate;
  border-spacing: 5px;
  border: double;
  width: 70%;
}

table th{
  
  color: rgb(245, 237, 237);
  background-color: #6a40a0;
  border:solid 1px #927141;
  font-size: 1.5em;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  width: 5px;
}
table tr{
  color: rgb(19, 1, 1);
  background-color: #0c021a;
  border:solid 1px #927141;
  font-size: 1.2em;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  width: 5px;

}

table td{
  font-size: 1.5em;
   background-color: #0a0a0a;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  width: 10%;
}

table td{
  background-color: #e4d4bc;
  border:solid 1px #af9d85;

}

.nakami1{
  border-collapse:separate;
  border-spacing: 5px;
  width: 10%;
}

.nakami2{
  border-collapse:separate;
  border-spacing: 5px;
  width: 20%;
}

.nakami3{
  border-collapse:separate;
  border-spacing: 5px;
  width: 10%;
}



