*{
  margin: 0px;
  padding: 0px;
  font-family: Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
  font-size: calc(12px + 0.25vw);
  color: #333;
  outline: none;
  caret-color: transparent;
}
a{
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1em;
}
h1{
  font-size: calc(32px + 0.25vw);
}
h2{
  font-size: calc(26px + 0.25vw);
}
h3{
  font-size: calc(21px + 0.25vw);
}
h4{
  font-size: calc(18px + 0.25vw);
}
h5{
  font-size: calc(15px + 0.25vw);
}
h6{
  font-size: calc(11px + 0.25vw);
  color: #666;
}
p{
  line-height: 1.4em;
}
input{
  background: transparent;
  border: 0px;
  caret-color: #ddf;
}
input[type="button"]{
  width: 100%;
  height: 100%;
  border-top: 1px solid #eef;
  border-right: 1px solid #eef;
  border-bottom: 3px solid #c8c8dc;
  border-left: 1px solid #eef;
  color: #333;
  cursor: pointer;
}
input[type="text"]{
  background: #cacadc;
  color: #32323c;
}
input[type="text"]:focus{
  background: #32323c;
  color: #fff;
}
table{
  width: 100%;
  height: 210px;
  border-collapse: collapse;
  text-align: center;
}
caption{
  height: 50px;
  line-height: 1.4em;
}
.capspan1{
  font-size: 10pt;
  font-weight: normal;
}
.capspan2{
  font-size: 18pt;
}
thead{
  border-bottom: 1px solid #ddd;
}
table th{
  height: 29px;
  border: 0;
}
table td{
  height: 30px;
  border: 0;
}
.dayC1{
  background: #f6f6f6;
}
audio{
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-radius: 6px;
}
/*--------[z-index ____ WALLPAPER...0-999 ,  ALL...1000-1999,  header...7000 , footer...8000 , PG...10000]--------*/
/*-----------------------------------------------*/
/*-------------------▼全体の設定------------------*/
/*-----------------------------------------------*/
body{
  background: #fafafa;
}
/*====================*/
/*====================*/
/*====================*/
/*=======[#WALLPAPER]=*/
/*====================*/
/*====================*/
/*====================*/
#WALLPAPER{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(#efedff,#fafafa);
  overflow: hidden;
  z-index: 0;
}
