/* 規約 */
body {
  background-color: #FFF;
  background-image: linear-gradient( transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06)), 
                    linear-gradient( 90deg, transparent 95%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .06) );
  background-size: 25px 25px;
  background-repeat: repeat;
}

.container {
  width: 100%;  
  height: 100%;
  border-radius: 15px;
  margin: 20px auto;
  background: #fff7f7;
  border: 2px solid #FF3333;
  padding: 20px;
}

#title {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 20px;
}

#sub_title {
  font-size: 16pt;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
