/* HTML直書きから移動 20260430 ここから*/
section {
  font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.important {
  width: 80%;
  margin:0 auto;
  border: 3px solid;
  border-color:  red;
  padding: 10px 30px 10px 30px;
}

.ppframe {
    display: block; 
    overflow: scroll; 
    border: 2px #e0e0e0 solid; 
    background-color: white;
    width: 100%; 
    height: 200px; 
}

textarea {
  resize: vertical;
}

.pset0 {
  margin-bottom: 0px !important;
}

.codedropz-upload-inner h5 {
  color:midnightblue;
  font-size:2.4rem;
  margin:20px;
}

.codedropz-upload-inner span {
  display: inline-block;
  margin:10px;
}

a.cd-upload-btn {
  display: inline-block;
  background:lightsteelblue;
  border-radius:30px;
  padding:5px 5px 5px 10px;
  margin:10px;
}

fieldset {
  min-inline-size: 200px;
}
/* HTML直書きから移動 20260430 ここまで*/
