@charset "UTF-8";
/* =====
 * voce-choicetest-static
===== */

/* all settings */

.css-1jnu2v8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  padding: 10px;
  background-color: #000;
}
.css-1jnu2v8 .title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.css-1jnu2v8 .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 14px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.css-1jnu2v8 .button > img {
  margin-right: 10px;
}
.container {
  height: calc(100% - 48px);
  background-color: #292929;
}
.viewer {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}
.viewer_item img {
  display: block;
  width: 100%;
}
.viewer_link {
  padding: 100px 20px;
}
.css-7mnlf5 {
  box-sizing: border-box;
  max-width: 300px;
  /* min-width: 260px; */
  width: 100%;
  margin: 2px auto 0px;
  padding: 20px;
  text-align: center;
  background-color: rgb(64, 64, 64);
}
.css-7mnlf5 .title {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.css-7mnlf5 .title h2 {
  font-size: 16px;
}
.css-7mnlf5 .title img {
  display: inline-block;
  margin-right: 10px;
}
.css-fx8ijf {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.css-fx8ijf a {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: white;
  color: white;
}
.css-11xj5aj {
  background-color: rgb(64, 64, 64);
}
.css-11xj5aj .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 160px;
  width: 100%;
  height: 40px;
  margin: 0px auto;
  padding: 0px 20px;
  border: none;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
.css-gnzu8n {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.css-gnzu8n > li:first-of-type {
  margin-left: 0px;
}
.css-gnzu8n > li {
  margin-left: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
.css-gnzu8n > li > a,
.css-gnzu8n > li > span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.css-gnzu8n > li.facebook {
  background-color: rgb(59, 89, 152);
}
.css-gnzu8n > li.line {
  background-color: rgb(0, 185, 0);
}
.css-gnzu8n > li.twitter {
  background-color: rgb(85, 172, 238);
}
.css-1bby66p {
  display: none;
  /* display: flex; */
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.css-1bby66p > li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  padding-bottom: 4px;
}
.css-1bby66p .link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.css-1bby66p .link.next {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.css-1bby66p .link.prev {
  flex-direction: row-reverse;
  margin-left: 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.css-1bby66p .icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 5px;
  background-color: rgb(254, 135, 155);
}
@media screen and (min-width: 480px) {
  .css-1bby66p .icon {
    padding: 0px 11px;
  }
}
.css-1bby66p .title {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 480px) {
  .css-1bby66p .title {
    padding: 22px 10px;
    font-size: 18px;
  }
}
