.cp_bgpattern12 {
  position   : relative;          /* BOXの大きさなど：サンプル用 */
  margin     : auto;
  /* max-width  : 500px; */
  height     : 200%;
                                      /* ドット（水玉）模様のCSS */
  background-color   : #f1e5cf;
  background-image   : radial-gradient(#000000 45%, transparent 10%),
                       radial-gradient(#fff 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);
}
.title:{ 
  font-size: 20px;
  color:#fff
}
h1 {
  font-size: 20px;
  color: #000;/*文字色*/
  text-shadow: -3px -3px 0 #fff;
  padding: 0em 0em;/*上下の余白*/
  /* border-top: solid 3px #f6f7f8;/*上線*/ 
  /* border-bottom: solid 3px #e5e6eb;/*下線*/ 
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0; /* 上下の余白をなくす */

}
h2 {
  font-size: 8px;
  color: #000;/*文字色*/
  text-shadow: -1px -1px 0 #fff;
  padding: 0em 0em; /* 上下0.1em、左右0.3emの余白 */
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0; /* 上下の余白をなくす */
}
h3 {
  font-size: 5px;
  color: #000;/*文字色*/
  text-shadow: -1px -1px 0 #fff;
  padding: 0em 0;/*上下の余白*/
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0; /* 上下の余白をなくす */
}

table{
  margin : 0 auto;
  border-collapse:separate;
  border-spacing: 5px;
  border: double;
  width: 85%;
}

table th{
  
  color: rgb(245, 237, 237);
  background-color: #3a0c75;
  border:solid 1px #927141;
  font-size: 1em;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  width: 5px;
}
table tr{
  color: rgb(19, 1, 1);
  background-color: #661dc5;
  border:solid 1px #927141;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  width: 5px;

}

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

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

}

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

.nakami2{
   font-size: 1.0em;
  border-collapse:separate;
  border-spacing: 5px;
  width: 30%;
}

.nakami3{
  font-size: 0.8em;
  border-collapse:separate;
  border-spacing: 5px;
  width: 8%;
}



