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

/*===================================================
枠
===================================================*/
#wrapper {
  padding-bottom: 85px !important;
}

#wrapper.answerEdit {
  padding-bottom: 125px !important;
}

/*===================================================
タイトル
===================================================*/
header #answerHead {
  display: block;
}

.answerEdit header h2,
.answerConfirm header p {
  display: none;
}


/*===================================================
アンカーリンク
===================================================*/
#anchorBtBox {
  height: 50px;
  background-color: #fff;
}
#anchorBtBox.is-fixed {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#anchorBtBox ul {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
}
#anchorBtBox.is-fixed ul {
  max-width: 1020px;
  padding: 10px;
  margin: 0 auto;
}

#anchorBtBox li {
  float: left;
  width: calc((100% - 6px) / 4);
  margin-left: 2px;
}
#anchorBtBox li:first-child {
  margin-left: 0;
}

#anchorBtBox li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  font-size: .12rem;
  line-height: 30px;
  font-weight: 500;
  border-radius: 2px;
}

#anchorBtBox li a,
#anchorBtBox li a:visited,
#anchorBtBox li a:hover{
  color: #666;
  text-decoration : none;
}
#anchorBtBox li a:hover {
   -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

.PTBOX #anchorBtBox li a {
  background-color: #9fd9f6;
}
.OTBOX #anchorBtBox li a {
  background-color: #facd89;
}
.STBOX #anchorBtBox li a {
  background-color: #cce198;
}


/*===================================================
解答表
===================================================*/
/********** 表題 **********/
.answerBox {
  padding-top: 50px;
  margin-top: -20px;
}
#am01.answerBox {
  padding-top: 15px;
  margin: 0;
}
#anchorBtBox.is-fixed + #am01.answerBox,
#anchorBtBox.is-fixed + #confirmInfo + #am01.answerBox{
  padding-top: 60px;
  margin-top: -35px;
}

.answerBox &gt; p:first-child {
  position: relative;
  font-size: .15rem;
  line-height: 1;
  text-align: left;
  padding: 0 0 5px 2.5em;
}

.answerBox &gt; p:first-child:before {
  content: "●";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 10px;
}

.answerBox &gt; p:first-child:after {
  position: absolute;
  bottom: 5px;
  left: 13px;
  font-size: 80%;
}
#am01.answerBox &gt; p:first-child:after,
#am51.answerBox &gt; p:first-child:after {
  content: "AM";
}
#pm01.answerBox &gt; p:first-child:after,
#pm51.answerBox &gt; p:first-child:after {
  content: "PM";
}

.PTBOX .answerBox &gt; p:first-child {
  border-bottom: 1px solid #9fd9f6;
}
.PTBOX .answerBox &gt; p:first-child:before {
  color: #9fd9f6;
}
.OTBOX .answerBox &gt; p:first-child {
  border-bottom: 1px solid #facd89;
}
.OTBOX .answerBox &gt; p:first-child:before {
  color: #facd89;
}
.STBOX .answerBox &gt; p:first-child {
  border-bottom: 1px solid #cce198;
}
.STBOX .answerBox &gt; p:first-child:before {
  color: #cce198;
}

/********** 表 **********/
.answerBox dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.answerBox dl:nth-child(10n+2) {
  margin-top: 10px;
}

.answerBox dt,
.answerBox dd {
  box-sizing: border-box;
  float: left;
  height: 45px;
  border-radius: 2px;
  margin-top: 5px;
  overflow: hidden;
}

.answerBox dt {
  position: relative;
  width: 50px;
  font-size: .12rem;
  line-height: 1.2;
}

.answerBox dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.answerBox dt p:before {
  display: block;
  font-size: 10px;
}
#am01.answerBox dt p:before,
#am51.answerBox dt p:before {
  content: "AM";
}
#pm01.answerBox dt p:before,
#pm51.answerBox dt p:before {
  content: "PM";
}

.answerBox dd {
  width: calc((100% - 60px) / 5);
  font-size: .18rem;
  line-height: 45px;
  font-weight: 500;
  margin-left: 2px;
}

.answerBox dd label,
.answerBox dd span {
  display: block;
  width: 100%;
  height: 100%;
}
.answerBox dd label:hover {
   -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

.answerBox dd input[type="checkbox"] {
  display: none;
}

.answerBox dd input[type="checkbox"]:checked + span {
  color: #FF0004;
  background-color: #fbe6ef !important;
}

.PTBOX .answerBox dt {
  background-color: #9fd9f6;
}
.PTBOX .answerBox dl:nth-child(odd) dd span,
.PTBOX.answerConfirm .answerBox dl:nth-child(odd) dd{
  background-color: #cfecfa;
}
.PTBOX .answerBox dl:nth-child(even) dd span,
.PTBOX.answerConfirm .answerBox dl:nth-child(even) dd{
  background-color: #e7f5fd;
}

.OTBOX .answerBox dt {
  background-color: #facd89;
}
.OTBOX .answerBox dl:nth-child(odd) dd span,
.OTBOX.answerConfirm .answerBox dl:nth-child(odd) dd{
  background-color: #fce6c4;
}
.OTBOX .answerBox dl:nth-child(even) dd span,
.OTBOX.answerConfirm .answerBox dl:nth-child(even) dd{
  background-color: #fef2e1;
}

.STBOX .answerBox dt {
  background-color: #cce198;
}
.STBOX .answerBox dl:nth-child(odd) dd span,
.STBOX.answerConfirm .answerBox dl:nth-child(odd) dd{
  background-color: #e5f0cb;
}
.STBOX .answerBox dl:nth-child(even) dd span,
.STBOX.answerConfirm .answerBox dl:nth-child(even) dd{
  background-color: #f2f7e5;
}

/********** みんなの解答 **********/
#confirmInfo p b:first-child {
  color: #FF0004;
}
#confirmInfo p b:nth-child(2) {
  color: #0068b7;
}
#confirmInfo span {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 25px;
  color: #fbe6ef;
  background-color: #fbe6ef;
  border: 1px solid #ccc;
  margin: 0 2px;
}

.answerConfirm .answerBox dd {
  position: relative;
  width: calc((100% - 62px) / 6);
  font-size: .12rem;
  line-height: 10px;
  color: #999;
  font-weight: 500;
}

.answerConfirm .answerBox dd p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.answerConfirm .answerBox dl dd p:before {
  display: block;
  font-size: .16rem;
  line-height: 16px;
  margin-bottom: 3px;
}
.answerConfirm .answerBox dd:first-of-type p:before {
  content: "1";
}
.answerConfirm .answerBox dd:nth-of-type(2) p:before {
  content: "2";
}
.answerConfirm .answerBox dd:nth-of-type(3) p:before {
  content: "3";
}
.answerConfirm .answerBox dd:nth-of-type(4) p:before {
  content: "4";
}
.answerConfirm .answerBox dd:nth-of-type(5) p:before {
  content: "5";
}

.answerConfirm .answerBox dd p:after {
  content: "%";
  font-size: .10rem;
}

.answerConfirm .answerBox dd:last-child {
  font-size: .16rem;
  line-height: 45px;
  color: #333;
  background-color: #fff !important;
  border: 1px solid #ccc;
}

.answerConfirm .answerBox dl dd.no1 {
  color: #FF0004 !important;
}

.answerConfirm .answerBox dl dd.no2 {
  color: #0068b7 !important;
}

.answerConfirm .answerBox dl dd.sameA {
  background-color: #fbe6ef !important;
}


/*===================================================
解答数カウント
===================================================*/
#answerCount {
  position: fixed;
  bottom: 33px;
  left: 0;
  width: 100%;
  font-size: .15rem;
  line-height: 1;
  background-color: #fff;
  padding-top: 15px;
}

#answerCount &gt; div {
  box-sizing: border-box;
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

#answerCount p {
  font-size: .15rem;
  line-height: 15px;
}
#answerCount p b {
  font-size: .2rem;
  color: #0068b7;
  vertical-align: text-top;
  margin: 0 3px;
}

/********** ボタン **********/
#answerFootBt {
  display: flex;
  margin-top: 10px;
}

#answerFootBt .grayBt {
  width: 95px;
}
#answerFootBt .grayBt a {
  height: 40px;
  font-size: .13rem;
  line-height: 40px;
}

#answerFootBt .blueBt {
  width: calc(100% - 100px);
  margin-left: 5px;
}
#answerFootBt .blueBt input {
  background-color: #f08300;
}


/*===================================================
ポップアップ
===================================================*/
.answerEdit #modal-01 .popUpBox p {
  font-size: .13rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and ( max-width:665px ) {
.answerEdit #modal-01 .popUpBox p span {
  display: block;
}
}


/*===================================================
フッター
===================================================*/
.answerEdit footer {
  height: 23px;
}

.answerEdit footer nav {
  display: none;
}


/*===================================================
アニメーション
===================================================*/
.answerBox.animated,
#confirmInfo.animated {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

#confirmInfo + .answerBox.animated,
#answerCount .animated {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

footer .animated {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

#wrapper .answerBox dl dd span {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}


/*===================================================
解答例保存
===================================================*/
.answerEdit #modal-02 #answerEdit.popUpBox p {
  font-size: .13rem;
  line-height: 1.5;
}

.answerEdit #modal-02 #answerEdit.popUpBox p + div {
  margin: 10px 0;
}

.answerEdit #modal-02 #answerEdit.popUpBox input[type="text"] {
  width: 100%;
  height: 40px;
  text-align: center;
}

@media screen and ( max-width:665px ) {
.answerEdit #modal-02 #answerEdit.popUpBox p span {
  display: block;
}
}</pre></body></html>