<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

div.qabox{
  width:92%;
  display:table;
  line-height:1.6em;
  margin-top:8px;
  margin-bottom:32px;
  margin-left:4%;
}

div.qbox{
  border:1px dashed #0086ae;
  width:45%;
  display:table-cell;
}

div.qbox2{
  border:1px dashed #0086ae;
  width:100%;
}

div.pbox{
  display:table-cell;
  width:auto;
}

div.sbox{
  width:26px;
  display:table-cell;
  background-image:url(pic/arrow.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  
}

div.abox{
  border:1px dashed #f08300;
  background-color:#fffae1;
  width:50%;
  display:table-cell;
}

div.inner{
  margin:-26px 8px 8px 34px;
}

img.subtitle{
  margin-left:20px;
  margin-bottom:10px;
}

img.mark{
  position:relative;
  left:-10px;
  top:-10px;
}

div.rightinner{
}

.subtitle{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:900;
  font-size:1.2em;
  color:#1c80a2;
}

.spacebox{
  height:40px 
}

.subtitlepic{
  margin-bottom:16px;
}</pre></body></html>