<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
.bgPaleBlue{
  background: #E0EEF7;
}
.choiceBox_headline{
  display: flex;
  flex-flow: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.choiceBox_headline .textBox , .choiceBox_contents .textBox{
  width: 510px;
}

.choiceBox_headline .sub_ttl{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #0D79C4;
  font-family: "A1ゴシック M";
}
.choiceBox_headline .main_ttl{
  margin: 15px 0 25px;
  font-family: "A1ゴシック M";
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  color: #212121;
}
.choiceBox_contents{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
</pre></body></html>