<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: 90px 10px 110px 10px;
}

@media screen and ( max-width:665px ) {
#wrapper {
  padding-top: 10%;
}
}

@media screen and ( max-height:800px ) {
#wrapper {
  padding-top: 10%;
}
}


/*===================================================
ヘッダー
===================================================*/
header #topHead {
  display: block;
}

#topHead h2 {
  font-size: .35rem;
  line-height: 1;
  font-weight: 600;
}

#topHead h1 {
  font-size: .55rem;
  line-height: 1;
  font-weight: 800;
  margin-top: 20px;
}

@media screen and ( max-width:665px ) {
#topHead h2 {
  font-size: .18rem;
}
  
#topHead h1 {
  font-size: .45rem;
  line-height: 1.2;
  margin-top: 15px;
}
}


/*===================================================
リンクボタン
===================================================*/
#topBtBox {
  width: 90%;
  margin: 30px auto;
}

#topBtBox li {
  margin-top: 10px;
}
#topBtBox li:first-child {
  margin-bottom: 0;
}

#topBtBox li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: .25rem;
  line-height: 1;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 3px;
  padding: 20px 10px;
  transition: all 0.5s;
}

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

#topBtBox li.notEnough a {
  background-color: #eee;
  border-color: #eee;
}
#topBtBox li.notEnough a,
#topBtBox li.notEnough a:visited,
#topBtBox li.notEnough a:hover{
  color: #bbb;
}

@media screen and ( max-width:665px ) {
#topBtBox {
  margin: 20px auto;
}
}


/*===================================================
人数表示
===================================================*/
/********** 人数表示 **********/
#countBox {
  margin: 30px 0;
}

#countBox h1 {
  font-size: .30rem;
  line-height: 30px;
  font-weight: 600;
}
#countBox h1 b {
  font-size: .40rem;
  color: #0068b7;
  vertical-align: text-top;
  margin-left: 3px;
}

#countBox h2 {
  font-size: .14rem;
  line-height: 1;
  margin: 10px 0 15px 0;
}

/********** 人画像 **********/
#humanIcon {
  width: 80%;
  max-width: 500px;
  margin: 15px auto;
}

#humanIcon div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47.4%;
}

#humanIcon img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

#humanIcon img:nth-child(2) {
  z-index: 0;
}
#humanIcon img:nth-child(3) {
  z-index: -1;
}
#humanIcon img:nth-child(4) {
  z-index: -2;
}

@media screen and ( max-height:700px ) {
#humanIcon img {
  visibility: hidden;
}
}


/********** SNSアイコン **********/
#snsLink {
  width: 170px;
  margin: 5px auto 0 auto;
}

#snsLink li {
  float: left;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
#snsLink li:first-child {
  margin: 0;
}

#snsLink li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -999em;
  background-position: center center;
}
#snsLink li a:hover {
   -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

#answer_link_li a{
  background:url(../images/LINE_Brand_icon.png);
  background-size: 100%;
}

#answer_link_x a{
  background-color: #000000 !important;
  background:url(../images/x-logo-white.png);
  background-size: 60%;
  border-radius: 7px;
  background-repeat: no-repeat;
}

#answer_link_fb a{
  background:url(../images/Facebook_Logo_Primary.png);
  background-size: 100%;
}

/*===================================================
注意
===================================================*/
#warning {
  width: 90%;
  margin: 0 auto;
}

#warning h3 {
  position: relative;
  font-size: .15rem;
  line-height: 1;
  margin-bottom: 10px;
}
#warning h3:before,
#warning h3:after{
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 2em);
  height: 1px;
  background-color: #333;
  z-index: 0;
}
#warning h3:before {
  left: 0;
}
#warning h3:after {
  right: 0;
}

#warning p {
  line-height: 2;
}

@media screen and ( max-width:500px ) {
#warning p span {
  display: block;
}
}


/*===================================================
フッター
===================================================*/
footer p {
  display: block;
}
footer p:nth-of-type(2) {
  padding-bottom: 15px;
}

footer p:not(:last-of-type):before,
footer p:not(:last-of-type):after{
  content: "-";
  margin-right: 5px;
}
footer p:not(:last-of-type):after{
  margin: 0 0 0 5px;
}

footer a,
footer a:visited {
  color: #666;
  text-decoration : underline;
}

footer a:hover {
  color: #999;
  text-decoration: none;
}


/*===================================================
アニメーション
===================================================*/
#wrapper .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#topBtBox li:first-of-type {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
#topBtBox li:nth-of-type(2),
#topBtBox li:nth-of-type(3){
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#topBtBox li:nth-of-type(4),
#topBtBox li:nth-of-type(5){
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
#topBtBox li.pulse {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.answerList:first-of-type {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.answerList:nth-of-type(2) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#comparisonBt,
#countBox {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#warning {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

#humanIcon img {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#humanIcon img:nth-of-type(2) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#humanIcon img:nth-of-type(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
#humanIcon img:nth-of-type(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@media screen and ( max-height:700px ) {
#humanIcon img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#humanIcon img:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#humanIcon img:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#humanIcon img:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
}


/*===================================================
背景アニメーション
===================================================*/
#animeBg {
  position: relative;
}

.circle-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
 
.circle {
  position: absolute;
  top: 0;
  left: 0;
  fill: transparent;
  stroke-width: 0.5;
  stroke-opacity: 0.5;
  display: none;
  transform-origin: 50% 50%;
  transition: all 0.5s;
  animation: circle 5s;
}

.circle-container svg:nth-child(3n) {
  stroke: #cce198;
}
.circle-container svg:nth-child(3n-1) {
  stroke: #facd89;
}
.circle-container svg:nth-child(3n+1) {
  stroke: #9fd9f6;
}
 
@keyframes circle {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { transform: scale(7); opacity: 0; }
}


/*===================================================
解答例
===================================================*/
.answerList {
  width: 90%;
  text-align: left !important;
  margin: 0 auto 15px;
}

.answerList &gt; h2 {
  position: relative;
  font-size: .15rem;
  line-height: 1;
  background-color: #e7f5fd;
  border-bottom: 1px solid #0068b7;
  border-radius: 3px 3px 0 0;
  padding: 5px 5px 5px 1.5em;
  margin-bottom: 5px;
}
.answerList &gt; h2::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 10px;
  color: #0068b7;
  margin-top: -5px;
}

.answerList &gt; ul &gt; li {
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}

.answerList &gt; ul &gt; li &gt; p {
  width: calc(100% - 195px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.answerList &gt; ul &gt; li &gt; div {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  width: 185px;
  margin-left: 10px;
}
.answerList &gt; ul &gt; li &gt; div &gt; * {
  box-sizing: border-box;
  display: block;
  height: 25px;
  font-size: .1rem;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
}
.answerList &gt; ul &gt; li &gt; div &gt; label,
.answerList &gt; ul &gt; li &gt; div &gt; a:not(:last-of-type) {
  margin-right: 5px;
}
.answerList &gt; ul &gt; li &gt; div &gt; a {
  width: 40px;
  color: #fff;
}
.answerList &gt; ul &gt; li &gt; div &gt; a:last-of-type {
  background-color: #666;
}
.answerList &gt; ul &gt; li &gt; div &gt; a:nth-last-of-type(2) {
  background-color: #0068b7;
}
.answerList &gt; ul &gt; li &gt; div &gt; a:nth-last-of-type(3) {
  background-color: #eb6100;
}

.answerList &gt; ul &gt; li &gt; div &gt; label {
  position: relative;
  width: 50px;
}

.answerList &gt; ul &gt; li &gt; div &gt; label input {
  margin-right: 3px;
}

.answerList &gt; ul &gt; li &gt; div &gt; label span::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 5px;
  transition: .2s;
  z-index: -1;
}
.answerList &gt; ul &gt; li &gt; div &gt; label input:checked + span::after {
  background-color: #fdeff5;
  border: 1px solid #e60012;
}

#comparisonBt {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
}

.dePopUp &gt; p {
  font-size: .13rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.dePopUp &gt; p span {
  display: inline-block;
}</pre></body></html>