/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

main {
  display: block
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

svg, img, embed, object, iframe {
  vertical-align: bottom
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=number] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

td, th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: bold
}

html {
  height: 100%;
  font-size: 62.5%
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  font-display: swap;
  word-wrap: break-word
}

body * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

@media only screen and (resolution >=2dppx) {
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

body *:focus {
  outline: none
}

body ::-moz-selection {
  color: #fff;
  background-color: #353538
}

body ::selection {
  color: #fff;
  background-color: #353538
}

img {
  max-width: 100%;
  height: auto
}

a:not([class]):has(img) {
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

@media screen and (min-width: 769px) {
  a:not([class]):has(img):hover {
    opacity: .5
  }
}

body {
  background-color: #f5f5f5
}

#ss_header {
  width: auto;
  margin: 0
}

#ss_footer {
  width: auto;
  border: none;
  padding-top: 0
}

.navbar {
  margin-bottom: unset
}

.navbar .navbar-inner {
  min-height: unset;
  background-color: unset;
  background-image: none;
  border: none;
  box-shadow: none
}

.navbar .navbar-inner .brand {
  float: none;
  text-shadow: none
}

.breadcrumb {
  padding: unset;
  background-color: none
}

.breadcrumb li {
  text-shadow: none;
  line-height: 12px
}

.ss_form table {
  border: none !important
}

.ss_form table tbody tr th, .ss_form table tbody tr td {
  padding: 0;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important
}

input {
  outline: none !important
}

.ss_form_btn {
  width: auto
}

.ss_form_btn .btn {
  font-weight: 400 !important;
  padding-bottom: 14px !important;
  margin: 0;
  background-image: none !important;
  border: none !important
}

#ss_wrapper {
  width: min(680px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 80px
}

@media screen and (max-width: 768px) {
  #ss_wrapper {
    width: 100%;
    padding-inline: 15px
  }
}

#ss_header {
  display: flex;
  align-items: center;
  height: 100px
}

@media screen and (max-width: 768px) {
  #ss_header {
    height: 80px
  }
}

#ss_header img {
  position: relative;
  top: 10px
}

@media screen and (max-width: 768px) {
  #ss_header img {
    width: 144px;
    top: -5px
  }
}

#ss_footer {
  margin-top: 30px;
  font-size: 12px;
  text-align: right
}

.ss_contents {
  width: 100%
}

.ss_contents .label.label-warning {
  display: inline-block;
  background-color: #fe4b76;
  padding: 1px 8px 2px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap
}

@media screen and (max-width: 768px) {
  :is(.ss_contents, #ss_header, #ss_footer, .ss_form_btn) {
    width: 100% !important
  }
}

.navbar {
  margin-bottom: unset
}

.navbar .navbar-inner {
  min-height: unset;
  background-color: unset;
  background-image: none;
  border: none;
  box-shadow: none
}

.navbar .navbar-inner .brand {
  float: none;
  text-shadow: none;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: rgba(25, 219, 232, .4);
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .navbar .navbar-inner .brand {
    font-size: 18px
  }
}

.breadcrumb {
  padding: unset;
  background-color: none;
  position: relative;
  display: flex;
  gap: 0 20px;
  margin-block: 35px 15px
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    gap: 0 15px
  }
}

.breadcrumb::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #939393
}

.breadcrumb li {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  border: #b9b9b9 solid 1px;
  border-radius: 40px;
  background-color: #ededed;
  font-size: 12px;
  color: #8e8e8e
}

@media screen and (max-width: 768px) {
  .breadcrumb li {
    padding: 4px 10px;
    font-size: 10px;
    text-align: center
  }
}

.breadcrumb+p {
  line-height: 1.5
}

.breadcrumb+p .label {
  position: relative;
  top: 2px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.9);
  transform: scale(0.9)
}

:is(body.sb_user_index .breadcrumb li:nth-of-type(1), body.sb_enquete_index .breadcrumb li:nth-of-type(-n + 2), body.sb_confirm_index .breadcrumb li:nth-of-type(-n + 3), body.sb_complete_index .breadcrumb li:nth-of-type(-n + 4)) {
  border-color: #606060;
  background-color: #e1e1e1;
  color: #000
}

.ss_form_btn {
  display: flex;
  gap: 0 20px;
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .ss_form_btn {
    flex-direction: column-reverse;
    gap: 20px 0
  }
}

.ss_form_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-bottom: 2px;
  border-radius: 40px;
  background-color: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  color: #606060
}

.ss_form_btn .btn>i {
  display: none
}

.ss_form_btn .btn.btn-primary {
  background-color: #1d47dd;
  color: #fff
}

.ss_form {
  margin-top: 25px
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table {
  display: block
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table+.table {
  margin-top: 20px
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table :is(thead, tbody, tr, th, td) {
  width: 100%
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody {
  display: block
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr {
  display: block
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr+tr {
  margin-top: 20px
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr:has(input[type=checkbox], input[type=radio]) {
  padding-top: 20px;
  border-top: #d9d9d9 solid 1px
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr:has(input[type=checkbox], input[type=radio])+tr {
  padding-top: 20px;
  border-top: #d9d9d9 solid 1px
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr>th {
  display: flex;
  align-items: center
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr>th .label {
  margin-left: 10px
}

:is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr>td {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  width: 100%;
  margin-top: 8px
}

@media screen and (max-width: 768px) {
  :is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr>td {
    flex-direction: column
  }
  :is(body.sb_user_index, body.sb_enquete_index) .ss_form form>.table>tbody>tr>td .ss_input+.ss_input {
    margin-top: 10px
  }
}

body.sb_confirm_index .ss_form form>.table {
  width: 100%
}

body.sb_confirm_index .ss_form form>.table:last-of-type {
  border-bottom: #d9d9d9 solid 1px
}

body.sb_confirm_index .ss_form form>.table>tbody {
  display: block
}

body.sb_confirm_index .ss_form form>.table>tbody>tr {
  display: flex;
  min-height: 55px;
  border-top: #d9d9d9 solid 1px
}

body.sb_confirm_index .ss_form form>.table>tbody>tr>th {
  display: flex;
  align-items: center;
  width: 35%;
  padding-block: 20px
}

body.sb_confirm_index .ss_form form>.table>tbody>tr>td {
  display: flex;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 20px;
  padding-left: 40px
}

body.sb_confirm_index .ss_form form>.table>tbody>tr>td .ss_input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6
}

body.sb_confirm_index .ss_form form>.table>tbody>tr>td .ss_input+.ss_input {
  margin-left: 10px
}

.ss_input table {
  table-layout: fixed;
  width: 100%
}

.ss_input textarea, .ss_input select, .ss_input input[type=text] {
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  border: #d9d9d9 solid 1px;
  border-radius: 10px;
  background-color: #fff
}

.ss_input {
  position: relative;
  width: 100%
}

.ss_input .ss_upComment {
  margin-bottom: 3px;
  color: #333
}

.ss_input .ss_bottomComment {
  margin-top: 3px;
  color: #333
}

.ss_input :is(.ss_leftComment, .ss_rightComment) {
  display: none
}

.ss_input label {
  display: flex;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer
}

.ss_input label+br {
  display: none
}

.ss_input label+br+label {
  margin-top: 5px
}

.ss_input label+br+input {
  margin-top: 8px
}

.ss_input label:first-of-type {
  margin-top: 5px
}

.ss_input input[type=radio] {
  position: relative;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  border: #d9d9d9 solid 2px;
  border-radius: 50%;
  background: #fff
}

.ss_input input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000
}

.ss_input input[type=checkbox] {
  position: relative;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-bottom: 4px;
  border: #19dbe8 solid 1px;
  border-radius: 4px;
  background: #fff
}

.ss_input input[type=checkbox]::before {
  content: "";
  display: block;
  width: 70%;
  height: 70%
}

.ss_input input[type=checkbox]:checked {
  background-color: #19dbe8
}

.ss_input input[type=checkbox]:checked::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS4xNDk5OUw0LjUgOUwxMSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.ss_input select {
  cursor: pointer
}

.ss_input:has(select)::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none
}

.ss_input .formError {
  position: absolute;
  top: calc(100% + 2px);
  left: 0
}

.ss_input .formError .label.label-warning {
  display: none
}

.ss_input .formError .formErrorContent {
  margin-left: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #fe4b76
}

body.sb_user_index .ss_input label:has(input[type=checkbox])~.ss_bottomComment {
  margin-top: 15px;
  font-size: 10px
}

.ss_complete_contents {
  padding: 30px;
  border-radius: 10px;
  border: #d9d9d9 solid 1px;
  background-color: #fff;
  text-align: center
}

.ss_complete_contents .ss_complete_contents_text {
  line-height: 1.6
}

.ss_privacy {
  width: 100%;
  height: 150px;
  max-height: 150px;
  border: #d9d9d9 solid 1px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  overflow: auto
}

.ss_price_type11 {
  display: none
}