@charset "UTF-8";
html {
  font-family: sans-serif; /* フォールバック */
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: url("../font/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2") format("woff2");
  font-display: block; /* 読み込まれるまでブロック */
}
:root {
  --color_main:#009ED4;
}

body {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #434343;
}

#bg_gray {
  background-color: #f3f3f3;
}

body#simple {
  background-color: #f3f3f3;
}
body#simple #wrapper {
  min-height: 100%;
}

header {
  position: sticky;
  background: #f3f3f3;
  top: 0;
  z-index: 999;
  width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#flash_messages_v2 {
  list-style: none;
  margin: 20px 15px 0;
}
#flash_messages_v2 li {
  padding: 15px 10px;
  color: #FE595F;
  background: #F7E3E3;
  border-radius: 5px;
  line-height: 1.5;
  font-weight: bold;
}
#flash_messages_v2 li.success {
  color: #3C925E;
  background-color: #DCF1E4;
  border-color: #3C925E;
}

#div-change-plan-alert {
  margin: 20px 15px 0;
  padding: 15px 10px;
  border-radius: 5px;
  line-height: 1.5;
  background: #FEF3C6;
  color: #A56242;
  font-weight: bold;
}

#flash_2024 li {
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 0;
  border: solid 1px #FE595F;
  color: #FE595F;
  background: #F7E3E3;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#flash_2024 + h2 {
  border-top: solid 1px #EEE;
}

@media (hover: hover) {
  footer a:hover {
    opacity: 0.8;
    color: #FFF;
    text-decoration: underline;
  }
}
footer {
  position: relative;
  background: #3C3C3C;
  color: #FFF;
}
footer .material-symbols-rounded {
  margin-left: 5px;
  margin-top: 1px;
  color: #FFF;
  font-size: 14px;
  width: 14px;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:active {
  opacity: 0.8;
  color: #FFF;
  text-decoration: underline;
}
footer a img {
  margin-top: 5px;
  margin-left: 5px;
  width: 16px;
  vertical-align: top;
}
footer .contents {
  padding: 20px 20px 60px;
  line-height: 2;
}
footer .contents dt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #999;
}
footer .copyright {
  padding: 20px;
  background: #00A0D2;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 24;
  vertical-align: top;
  color: #434343;
}

.material-symbols-rounded.m0 {
  margin: 0;
}

.material-symbols-rounded.m05 {
  margin: 0 5px;
}

.material-symbols-rounded.m0500 {
  margin: 0 5px 0 0;
}

.material-symbols-rounded.material-14 {
  font-size: 14px;
  width: 14px;
}

.material-symbols-rounded.material-15 {
  font-size: 15px;
  width: 15px;
}

.material-symbols-rounded.material-18 {
  font-size: 18px;
  width: 18px;
}

.material-symbols-rounded.material-20 {
  font-size: 20px;
  width: 20px;
}

#list {
  width: 100%;
}
#list h2 {
  margin: 20px;
  line-height: 36px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #434343;
}
#list h2 .material-symbols-rounded {
  font-size: 36px;
  width: 36px;
}
#list h2 + .filter {
  margin: -20px 0 20px;
}
#list h2 + .filter .count {
  padding-top: 18px;
  padding-left: 0;
  line-height: 1;
}
#list .filter {
  display: flex;
  align-items: end;
  margin: 0 0 10px;
  padding: 0 20px;
}
#list .filter div {
  width: 50%;
}
#list .filter div:last-child {
  text-align: right;
}
#list .filter select {
  padding: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  border: solid 1px #CCC;
  padding-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url(/labostatic/img/select.png) no-repeat right;
  background-size: 20px 14px;
}
#list .filter .count {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  line-height: 32px;
}
#list .filter .count small {
  font-size: 12px;
  font-size: 1.2rem;
}
#list .flex {
  display: flex;
}
#list .flex .side {
  width: 336px;
  min-width: 336px;
  margin-right: 36px;
}
#list .flex .side > * + * {
  margin-top: 20px;
}
#list .flex .side *:last-child {
  position: sticky;
  top: 174px;
  text-align: center;
  margin: 0;
}
#list .flex .main {
  width: 100%;
}

@media (hover: hover) {
  #teams_list object > a:hover {
    text-decoration: underline;
  }
  #teams_list li > a:hover > .bg {
    opacity: 0.7;
  }
}
#teams_list {
  padding: 0 20px 0;
}
#teams_list object > a {
  color: #434343;
  text-decoration: none;
}
#teams_list object > a:active {
  text-decoration: underline;
}
#teams_list li {
  padding-bottom: 35px;
  position: relative;
  display: flex;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
  box-sizing: border-box;
}
#teams_list li > a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#teams_list li > a:active > .bg {
  opacity: 0.7;
}
#teams_list li.none {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #CCC;
}
#teams_list li + li {
  margin-top: 20px;
}
#teams_list.top li + li {
  margin-top: 10px;
}
#teams_list .bg {
  border-radius: 5px 5px 0 0;
  background: no-repeat center;
  background-size: cover;
}
#teams_list .icon {
  position: absolute;
  top: 80px;
  left: 8px;
}
#teams_list .icon div,
#teams_list .icon img {
  border-radius: 5px;
  border: solid 2px #FFF;
  background-color: #FFF;
}
#teams_list .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  background: #CCC;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
#teams_list .join {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#teams_list .join object > a,
#teams_list .join object > span {
  display: inline-block;
  padding: 7px 0;
  width: 110px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #FFF;
  color: #666;
  line-height: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
#teams_list .join object > a:active {
  text-decoration: none;
  opacity: 0.7;
}
#teams_list .join img {
  width: 14px;
  height: 14px;
  margin-top: 1px;
  vertical-align: top;
}
#teams_list .join object > span {
  background-color: #999;
  color: #FFF;
}
#teams_list .join .count {
  display: inline-block;
  line-height: 14px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
  vertical-align: top;
}
#teams_list .join .count strong {
  font-size: 14px;
  font-size: 1.4rem;
}
#teams_list .owner {
  padding: 10px 10px 18px 100px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}
#teams_list .owner a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-bottom: 2px;
}
#teams_list .name {
  margin: 10px 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #434343;
}
#teams_list .name p {
  text-align: left;
}
#teams_list .name object,
#teams_list .name a {
  display: inline;
  vertical-align: top;
  color: #434343;
}
#teams_list .name h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0.1em;
}
#teams_list p {
  margin: 0.4em 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#teams_list .search {
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
}
#teams_list .search > div {
  position: relative;
  padding-left: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 0.1em;
  overflow: hidden;
}
#teams_list .search > div.area {
  padding-left: 14px;
}
#teams_list .search > div img {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
}
#teams_list .search div + div {
  margin-top: 0.4em;
}
#teams_list .search object,
#teams_list .search a {
  display: inline;
  vertical-align: top;
  color: #999;
}
#teams_list .search .sub_area + .area,
#teams_list .search .sub_area + .sub_area {
  margin-left: 5px;
}
#teams_list li.official {
  padding-bottom: 0;
}
#teams_list li.official h3 {
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  -webkit-line-clamp: none;
  padding-bottom: 0.2em;
  line-height: 24px;
  font-size: 18px;
}
#teams_list li.official .name {
  margin-top: 10px;
}
#teams_list li.official .join-team {
  padding: 10px;
}
#teams_list li.official .join-team object > a,
#teams_list li.official .join-team object > span {
  display: block;
  background: #009FD2;
  border: solid 1px #009FD2;
  text-align: center;
  padding: 14px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
}
#teams_list li.official .join-team object > span {
  background: #CCC;
  border: solid 1px #CCC;
}
#teams_list li.official .join-team img {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
#teams_list li.line {
  padding-bottom: 0;
  min-height: 100px;
}
#teams_list li.line .label {
  display: none;
}
#teams_list li.line .label.new {
  display: inline-block;
  padding: 1px 4px;
  border: solid 1px #F20000;
  color: #F20000;
  font-size: 8px;
  line-height: 1;
  font-weight: normal;
  vertical-align: top;
}
#teams_list li.line > a {
  display: flex;
  align-items: center;
}
#teams_list li.line .body {
  width: 100%;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}
#teams_list li.line h3 {
  margin: 3px 0 0;
  -webkit-line-clamp: 1;
}
#teams_list li.line .name {
  margin: 0;
}
#teams_list li.line .icon {
  position: relative;
  left: auto;
  top: auto;
  padding: 8px;
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  box-sizing: border-box;
}
#teams_list li.line .search2 {
  margin: 5px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 0.1em;
  overflow: hidden;
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
}
#teams_list li.line .search2 img {
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
#teams_list li.line .search2 a {
  color: #999;
}

#forms {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 20px 10px;
}
#forms input,
#forms select {
  margin: 10px 0 0 10px;
  border: solid 1px #CCC;
  padding: 8px;
  height: 40px;
  line-height: 14px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
#forms select {
  width: calc(50% - 10px);
  padding: 8px 30px 8px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url(/labostatic/img/select.png) no-repeat right;
  background-size: 20px 14px;
}
#forms *:disabled {
  background-color: #EEE;
}
#forms input {
  width: calc(100% - 10px);
}
#forms input[type=submit] {
  border-radius: 5px;
  padding: 0;
  background: #00A0D2;
  border: none;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
}
#forms input[type=submit]:active {
  opacity: 0.8;
}

@media (hover: hover) {
  #forms input[type=submit]:hover {
    opacity: 0.8;
  }
}
#div-profile-pictures .canvas {
  display: none;
}
#div-profile-pictures.has label {
  display: none;
}
#div-profile-pictures.has .canvas {
  display: block;
}
#div-profile-pictures input[type=file] {
  border: none;
  padding: 0;
}
#div-profile-pictures .canvas {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background: no-repeat center;
  background-size: cover;
}
#div-profile-pictures .canvas.team {
  border-radius: 5px;
}
#div-profile-pictures a {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  line-height: 1;
  width: 12px;
  height: 12px;
  padding: 9px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
}
#div-profile-pictures .icon12 {
  line-height: 1;
  display: inline-block;
  margin: 0 6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/labostatic/img/file_upload_icons/beauty-icon.png) no-repeat -150px -13px;
  background-size: 300px 400px;
  font-size: 1;
  color: transparent;
}

#profile_pictures_label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background: #EEE;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #999;
}
#profile_pictures_label.team {
  border-radius: 5px;
}
#profile_pictures_label img {
  width: 80px;
  margin: 0 0 10px;
}
#profile_pictures_label input {
  display: none;
}
#profile_pictures_label:active {
  background-color: #DDD;
}

@media (hover: hover) {
  #profile_pictures_label:hover {
    background-color: #DDD;
  }
}
#line-table .area + .sub_area {
  display: inline-block;
  margin-left: 6px;
  padding-left: 9px;
  background: url(/labostatic/img/arrow-area.png) no-repeat left;
  background-size: 3px 5px;
}
#line-table .sub_area + .sub_area::before {
  content: "、";
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#slider .banner {
  position: relative;
  display: block;
  background: no-repeat center;
  background-size: cover;
  text-decoration: none;
}
#slider .banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#slider .banner .text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: no-repeat center;
  background-size: cover;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
#slider .banner .text h2 {
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 20px;
  font-weight: normal;
}
#slider .banner .text p {
  font-size: 20px;
  font-size: 2rem;
  color: #FFF;
}
#slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: no-repeat center;
}
#slider .slick-dots li + li {
  margin-left: 10px;
}
#slider .slick-dots button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  line-height: 0;
  border: none;
  border-radius: 10px;
  font-size: 0;
  background-color: #FFF;
  opacity: 0.6;
  cursor: pointer;
}
#slider .slick-dots .slick-active button {
  opacity: 1;
}

#div-cover-pictures .canvas,
#div-top-pictures .canvas {
  display: none;
}
#div-cover-pictures.has label,
#div-top-pictures.has label {
  display: none;
}
#div-cover-pictures.has .canvas,
#div-top-pictures.has .canvas {
  display: block;
}
#div-cover-pictures .canvas,
#div-top-pictures .canvas {
  position: relative;
  background: no-repeat center;
  background-size: cover;
}
#div-cover-pictures .canvas img,
#div-top-pictures .canvas img {
  width: 100%;
}
#div-cover-pictures a,
#div-top-pictures a {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  line-height: 1;
  width: 12px;
  height: 12px;
  padding: 9px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
  box-sizing: initial;
}
#div-cover-pictures .icon12,
#div-top-pictures .icon12 {
  line-height: 1;
  display: inline-block;
  margin: 0 6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/labostatic/img/file_upload_icons/beauty-icon.png) no-repeat -150px -13px;
  background-size: 300px 400px;
  font-size: 1;
  color: transparent;
}

#cover_pictures_label,
#top_pictures_label {
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  background: #EEE;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}
#cover_pictures_label > img,
#top_pictures_label > img {
  width: 100%;
}
#cover_pictures_label > div,
#top_pictures_label > div {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#cover_pictures_label > div img,
#top_pictures_label > div img {
  width: 80px;
  margin: 0 0 10px;
}
#cover_pictures_label > div input,
#top_pictures_label > div input {
  display: none;
}
#cover_pictures_label:active,
#top_pictures_label:active {
  background-color: #DDD;
}

@media (hover: hover) {
  #cover_pictures_label:hover,
  #top_pictures_label:hover {
    background-color: #DDD;
  }
  #blog-list object a:hover {
    text-decoration: underline;
  }
}
#blog-list {
  margin: 0 0 24px;
  box-shadow: 0 0 3px #CCC;
  background: #FFF;
  border-radius: 5px;
}
#blog-list object {
  display: inline;
}
#blog-list object a:active {
  text-decoration: underline;
}
#blog-list li {
  padding: 20px;
}
#blog-list li.none {
  padding: 20px;
  color: #CCC;
}
#blog-list li + li {
  border-top: solid 1px #EEE;
}
#blog-list li > a {
  display: block;
  color: #434343;
  text-decoration: none;
}
#blog-list .main {
  display: flex;
}
#blog-list.min .pict {
  min-width: 68px;
  padding-right: 10px;
}
#blog-list.min .pict .bg.dummy {
  background-size: 40px;
}
#blog-list.min h3 {
  -webkit-line-clamp: 3;
}
#blog-list .pict {
  min-width: 150px;
  padding-right: 20px;
}
#blog-list .pict .bg {
  background: #EEE center/cover no-repeat;
}
#blog-list .pict .bg.dummy {
  background-size: 80px;
}
#blog-list .pict img {
  width: 100%;
}
#blog-list .body {
  width: 100%;
}
#blog-list h3 {
  margin: 0 0 0.4em;
  padding-bottom: 0.1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
}
#blog-list h3 a {
  color: #434343;
}
#blog-list p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 18px;
}
#blog-list .user span {
  color: #CCC;
}
#blog-list .sub {
  padding: 10px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  color: #666;
}
#blog-list .sub a {
  color: #666;
}
#blog-list .sub > div + div {
  margin-top: 8px;
}
#blog-list .sub > div {
  display: -webkit-box;
  overflow: hidden;
  vertical-align: top;
  line-height: 20px;
  height: 20px;
}
#blog-list .sub object + object {
  margin-left: 12px;
}
#blog-list .sub img {
  vertical-align: top;
  margin-right: 8px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}
#blog-list .sub img.team {
  border-radius: 2px;
}
#blog-list .sub .official_mark {
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 5px;
  border-radius: 0;
  width: auto;
  height: 14px;
}
#blog-list .sub .material-symbols-rounded {
  margin-right: 8px;
  color: #999;
  font-size: 20px;
  width: 20px;
  vertical-align: top;
}
#blog-list .sub .material-symbols-rounded.voted {
  color: #ff749f;
}
#blog-list .sub .material-symbols-rounded.commented {
  color: #F6B202;
}
#blog-list .status object {
  display: inline-block;
  min-width: 70px;
}

#new-content h2 {
  margin: 20px 20px 18px;
  line-height: 36px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #434343;
}
#new-content h2 .material-symbols-rounded {
  margin: -2px 0 2px;
  font-size: 36px;
  width: 36px;
}

@media (hover: hover) {
  #recruitments_list object > a:hover {
    text-decoration: underline;
  }
  #recruitments_list .join object > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
#recruitments_list {
  padding: 0 20px 0;
}
#recruitments_list object > a {
  color: #434343;
  text-decoration: none;
}
#recruitments_list object > a:active {
  text-decoration: underline;
}
#recruitments_list li {
  padding-bottom: 25px;
  position: relative;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
  box-sizing: border-box;
}
#recruitments_list li > a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#recruitments_list li.none {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #CCC;
}
#recruitments_list li + li {
  margin-top: 20px;
}
#recruitments_list .bg {
  border-radius: 5px 5px 0 0;
  background: no-repeat center;
  background-size: cover;
}
#recruitments_list .icon {
  position: absolute;
  top: 80px;
  left: 10px;
}
#recruitments_list .icon div,
#recruitments_list .icon img {
  border-radius: 40px;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#recruitments_list .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  background: #CCC;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
#recruitments_list .join {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#recruitments_list .join object > a,
#recruitments_list .join object > span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #FF749F;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
#recruitments_list .join object > a:active {
  text-decoration: none;
  opacity: 0.7;
}
#recruitments_list .join object > span {
  background-color: #AAA;
}
#recruitments_list .join .material-symbols-rounded {
  font-size: 11px;
  font-size: 1.1rem;
  width: 11px;
}
#recruitments_list .sub {
  position: absolute;
  right: 0;
  top: 93px;
  width: calc(100% - 20px);
  line-height: 14px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 6px 10px 6px;
  color: #FFF;
  text-shadow: 0 0 3px #000000;
  text-align: right;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
#recruitments_list .sub strong {
  font-size: 14px;
  font-size: 1.4rem;
}
#recruitments_list .sub span {
  display: inline-block;
}
#recruitments_list .sub span + span {
  margin-left: 20px;
}
#recruitments_list .owner {
  padding: 10px 10px 20px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
}
#recruitments_list .name {
  margin: 10px 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #434343;
}
#recruitments_list .name p {
  text-align: left;
}
#recruitments_list .name object,
#recruitments_list .name a {
  display: inline;
  vertical-align: top;
  color: #434343;
}
#recruitments_list .name h3 {
  margin: 0 0 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#recruitments_list p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#recruitments_list .search {
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
}
#recruitments_list .search > div {
  position: relative;
  padding-left: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#recruitments_list .search > div .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  width: 15px;
  color: #999;
}
#recruitments_list .search div + div {
  margin-top: 5px;
}
#recruitments_list .search object,
#recruitments_list .search a {
  display: inline;
  vertical-align: top;
  color: #666;
}
#recruitments_list .search .area + .sub_area {
  display: inline-block;
  margin-left: 3px;
  padding-left: 6px;
  background: url(/labostatic/img/arrow-area.png) no-repeat left;
  background-size: 3px 5px;
}
#recruitments_list .search .sub_area + .sub_area::before {
  content: " ";
}

#feed-lists.team {
  background: none;
  box-shadow: none;
}
#feed-lists.team > li {
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  border-radius: 5px;
  border: none;
}
#feed-lists.team > li + li {
  margin-top: 20px;
  border: none;
}

@media (hover: hover) {
  #feed-lists a:hover {
    text-decoration: none;
  }
  #feed-lists ol.action a.comment-btn:hover .material-symbols-rounded {
    color: #F6B202;
  }
}
#feed-lists {
  width: 100%;
  margin: 0 0 20px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
}
#feed-lists * {
  box-sizing: border-box;
}
#feed-lists a:active {
  text-decoration: none;
}
#feed-lists > li {
  padding: 20px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  line-height: 1.5;
}
#feed-lists > li + li {
  border-top: solid 1px #EEE;
}
#feed-lists > li.none {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #CCC;
}
#feed-lists > li > .pict {
  min-width: 24px;
  width: 24px;
  font-size: 0;
}
#feed-lists > li > .pict img {
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
#feed-lists .post {
  width: 100%;
  padding-left: 10px;
}
#feed-lists .description img {
  margin: 1em 0;
}
#feed-lists .description .body {
  white-space: pre-line;
}
#feed-lists .user {
  color: #666;
  line-height: 24px;
}
#feed-lists .user a {
  color: #666;
}
#feed-lists small {
  font-size: 11px;
}
#feed-lists .item {
  display: block;
  margin: 10px 0 0;
  color: #434343;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #DDD;
}
#feed-lists .item.large-image .detail {
  display: block;
  aspect-ratio: 1/0.523;
  width: 100%;
  height: auto;
}
#feed-lists .item.large-image .cover {
  aspect-ratio: 1/0.523;
  width: 100%;
  height: auto;
}
#feed-lists .item.large-image .body {
  box-sizing: border-box;
}
#feed-lists .item .detail {
  display: flex;
  display: -webkit-flex;
  height: 100px;
}
#feed-lists .item .cover {
  min-width: 100px;
  background: #EEE url(../img/logo_gray.png) center/cover no-repeat;
}
#feed-lists .item .cover.dummy {
  background-size: 70px;
}
#feed-lists .item .cover img {
  width: 100px;
}
#feed-lists .item .body {
  width: 100%;
  padding: 10px;
}
#feed-lists .item h3 {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 17px;
}
#feed-lists .item p {
  margin-top: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 15px;
}
#feed-lists .item .status {
  display: flex;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  border-top: solid 1px #DDD;
}
#feed-lists .item .status .material-symbols-rounded {
  margin: 1px 8px -1px 0;
  color: #999;
  font-size: 16px;
  width: 16px;
  vertical-align: top;
}
#feed-lists .item .status object {
  display: inline-block;
  min-width: 70px;
  color: #666;
}
#feed-lists .item .status object + object {
  margin-left: 12px;
}
#feed-lists .official_mark {
  margin-top: 3px;
  margin-left: 5px;
  height: 15px;
}
#feed-lists .footer {
  margin: 20px -20px -20px -54px;
  padding: 15px 20px;
  border-top: solid 1px #DDD;
}
#feed-lists ol.action {
  padding-left: 34px;
  font-size: 0;
}
#feed-lists ol.action > li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
}
#feed-lists ol.action > li.right {
  float: right;
}
#feed-lists ol.action > li.right .material-symbols-rounded {
  margin: 1px 0 -1px;
}
#feed-lists ol.action a {
  color: #434343;
}
#feed-lists ol.action a.comment-btn:active .material-symbols-rounded {
  color: #F6B202;
}
#feed-lists ol.action .material-symbols-rounded {
  margin: 1px 8px -1px 0;
  font-size: 20px;
  width: 20px;
  color: #999;
  vertical-align: top;
}
#feed-lists ol.action .more-detail {
  position: absolute;
  right: -10px;
  bottom: 25px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  padding: 7px 0;
  text-align: left;
  white-space: nowrap;
}
#feed-lists ol.action .more-detail::after {
  position: absolute;
  right: 16px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
#feed-lists ol.action .more-detail a {
  display: block;
  padding: 3px 10px;
  color: #666;
}
#feed-lists ol.action .more-detail .material-symbols-rounded {
  margin-right: 3px !important;
}
#feed-lists .comment_body {
  display: none;
  margin-left: 34px;
}
#feed-lists .comment_body .comments_wrapper {
  position: relative;
  z-index: 0;
  margin-top: 15px;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 0 20px;
}
#feed-lists .comment_body .comments_list > li:last-child {
  border-bottom: solid 1px #DDD;
}
#feed-lists .comment_body .comments_list > li:first-child {
  border-top: none !important;
}

@media (hover: hover) {
  .tag-list a:hover {
    background: #1C6CC1;
    color: #FFF;
  }
  .tag-list.white a:hover {
    background: #009FD2;
    color: #FFF;
  }
}
.tag-list {
  margin: 0 -6px 18px 0;
}
.tag-list li {
  float: left;
  margin: 0 6px 6px 0;
}
.tag-list a {
  display: block;
  padding: 7px 8px;
  background: #E8F0F8;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}
.tag-list a:active {
  background: #1C6CC1;
  color: #FFF;
}
.tag-list.white a {
  background: #FFF;
  color: #434343;
  box-shadow: 0 0 2px #CCC;
}
.tag-list.white a:active {
  background: #009FD2;
  color: #FFF;
}
.tag-list + hr {
  margin-top: 18px;
}
.tag-list .none {
  float: none;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  padding: 12px 0;
  color: #CCC;
}
.tag-list.big a {
  padding-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}
.tag-list.big a span {
  font-size: 11px;
  font-size: 1.1rem;
}
.tag-list + .mores {
  margin-top: -12px;
  padding: 0;
}

@media (hover: hover) {
  #blog_show #tinymce a:hover {
    text-decoration: underline;
  }
  #blog_show .tag a:hover {
    text-decoration: none;
    border-color: #00A0D2;
    background: #00A0D2;
    color: #FFF;
  }
}
#blog_show {
  width: 100%;
}
#blog_show #tinymce {
  line-height: 1.5;
  padding-bottom: 40px;
}
#blog_show #tinymce img {
  margin: 1em auto;
}
#blog_show #tinymce .mce_sns_embedded > div {
  margin: 1em auto;
}
#blog_show #tinymce iframe {
  margin: 1em auto;
  max-width: 100%;
}
#blog_show #tinymce.column_body img {
  margin: 0 auto;
}
#blog_show #tinymce a {
  color: #0397CF;
  text-decoration: none;
}
#blog_show #tinymce a:active {
  text-decoration: underline;
}
#blog_show a {
  color: #434343;
}
#blog_show > .body {
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
}
#blog_show .block {
  padding: 20px;
}
#blog_show .title {
  display: flex;
  margin-bottom: 20px;
}
#blog_show .title .pict {
  min-width: 72px;
  margin-right: 10px;
  height: 100%;
  align-self: normal;
}
#blog_show .title .pict .bg {
  background-position: center;
}
#blog_show .title .text {
  align-self: center;
}
#blog_show .title .text h1 {
  font-size: 20px;
  font-size: 2rem;
}
#blog_show .title h1 {
  margin: 0;
  line-height: 1.3;
}
#blog_show .title h1 + div {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
#blog_show .description {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px #EEE;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#blog_show .main_pict {
  background: #EEE center/cover no-repeat;
}
#blog_show .main_pict img {
  width: 100%;
}
#blog_show .main_pict.dummy {
  background-size: 160px;
}
#blog_show h1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#blog_show .authoer {
  margin: 0 0 20px;
  line-height: 1.4;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
}
#blog_show .authoer .official_mark2 {
  margin-left: 5px;
}
#blog_show .authoer .pict {
  min-width: 36px;
  margin-right: 10px;
}
#blog_show .authoer .pict img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
#blog_show .authoer .pict img.team {
  border-radius: 5px;
}
#blog_show .authoer .user {
  padding-top: 2px;
}
#blog_show .authoer .user a {
  font-weight: bold;
}
#blog_show .authoer .sub {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  line-height: 16px;
}
#blog_show .authoer .sub a {
  color: #666;
  font-weight: normal;
}
#blog_show .authoer .material-symbols-rounded {
  color: #999;
  margin-right: 5px;
  vertical-align: top;
  font-size: 16px;
  width: 16px;
}
#blog_show .tag {
  position: relative;
  margin-top: 15px;
  padding-left: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
#blog_show .tag > * {
  margin-right: 5px;
}
#blog_show .tag .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  width: 14px;
  vertical-align: top;
  margin: 5px 10px 5px 0;
  color: #999;
}
#blog_show .tag a {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 8px;
  border: solid 1px #DDD;
  border-radius: 5px;
  line-height: 1;
}
#blog_show .tag a:active {
  text-decoration: none;
  border-color: #00A0D2;
  background: #00A0D2;
  color: #FFF;
}
#blog_show .blog-pager {
  display: flex;
  align-items: center;
  padding: 20px;
}
#blog_show .blog-pager.top {
  align-items: stretch;
}
#blog_show .blog-pager.wrap {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: left;
}
#blog_show .blog-pager.wrap li {
  margin: 0;
  border-bottom: solid 1px #EEE;
}
#blog_show .blog-pager.wrap li:nth-child(2n-1) {
  margin: 0;
  border-right: solid 1px #EEE;
}
#blog_show .blog-pager.single {
  display: block;
}
#blog_show .blog-pager.single li {
  width: 100%;
  padding: 15px 10px;
}
#blog_show .blog-pager.single li + li {
  border-top: solid 1px #EEE;
}
#blog_show .blog-pager.single h3 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
#blog_show .blog-pager * {
  box-sizing: border-box;
}
#blog_show .blog-pager li {
  width: 50%;
}
#blog_show .blog-pager li + li {
  margin-left: 20px;
}
#blog_show .blog-pager li.list {
  text-align: center;
}
#blog_show .blog-pager.top li a {
  height: 100%;
}
#blog_show .blog-pager .list a {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
  padding: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
  color: #434343;
}
#blog_show .blog-pager :not(.list) a {
  display: block;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
  color: #434343;
}
#blog_show .blog-pager :not(.list) a .sub_title {
  line-height: 14px;
  margin: 0 0 10px;
}
#blog_show .blog-pager :not(.list) a .material-symbols-rounded {
  font-size: 14px;
  font-size: 1.4rem;
  width: 14px;
  color: #999;
}
#blog_show .blog-pager :not(.list) a .pict {
  margin: 0 0 10px;
  background: #EEE center/cover no-repeat;
}
#blog_show .blog-pager :not(.list) a .pict img {
  width: 100%;
}
#blog_show .blog-pager :not(.list) a .pict.dummy {
  background-size: 80px;
}
#blog_show .blog-pager :not(.list) a h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #434343;
}
#blog_show .blog-pager :not(.list) a .date {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  line-height: 18px;
  color: #434343;
}
#blog_show .blog-pager .next .sub_title {
  text-align: right;
}
#blog_show .ad-rectangle > * {
  padding: 0;
}

#add_omment_2024 {
  padding: 20px 0;
}
#add_omment_2024 #comment-form-error {
  display: none;
  margin: 0 0 10px;
  color: red;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#add_omment_2024 #comment-form-error li::before {
  content: "▼ ";
}
#add_omment_2024 .commenter {
  display: flex;
}
#add_omment_2024 .pict {
  min-width: 36px;
}
#add_omment_2024 .text {
  width: 100%;
  padding-left: 10px;
}
#add_omment_2024 textarea {
  margin: 0 0 10px;
  max-width: 718px;
  width: 100%;
  min-width: 100%;
  min-height: 83px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
#add_omment_2024 textarea:disabled {
  background: #EEE;
  color: #CCC;
}
#add_omment_2024 p {
  margin: 10px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666;
}
#add_omment_2024 img {
  border-radius: 36px;
}
#add_omment_2024 .submit {
  text-align: right;
}
#add_omment_2024 .submit a {
  min-width: 200px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  background: #00A0D2;
  border: none;
  color: #FFF;
  line-height: 40px;
}

@media (hover: hover) {
  #authoer_footer .follow a:hover,
  #authoer_footer .cf_link_btn:hover {
    background-color: #999;
    color: #FFF;
    text-decoration: none;
  }
}
#authoer_footer {
  margin: 40px 0 20px;
  padding: 20px;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
}
#authoer_footer .pict {
  display: flex;
  align-items: center;
}
#authoer_footer .pict .image {
  min-width: 60px;
}
#authoer_footer .pict .image img {
  border-radius: 60px;
}
#authoer_footer .pict .image img.team {
  border-radius: 5px;
}
#authoer_footer .author {
  position: relative;
  width: 100%;
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
#authoer_footer .author .official_mark2 {
  margin-left: 5px;
  margin-top: 2px;
}
#authoer_footer .author .name {
  font-weight: bold;
}
#authoer_footer div.follow {
  padding: 0 0 0 10px;
  white-space: nowrap;
}
#authoer_footer .profile {
  padding-top: 20px;
  line-height: 1.5;
}
#authoer_footer .profile .follower {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  background: #EEE;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#authoer_footer .gray {
  color: #CCC;
}
#authoer_footer p {
  white-space: pre-line;
}
#authoer_footer .follow a,
#authoer_footer .cf_link_btn {
  display: inline-block;
  padding: 12px 20px 10px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #FFF;
  color: #666;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
}
#authoer_footer .follow a .total,
#authoer_footer .cf_link_btn .total {
  display: none;
}
#authoer_footer .follow a .followed,
#authoer_footer .cf_link_btn .followed {
  display: none;
}
#authoer_footer .follow a:active, #authoer_footer .follow a.selected,
#authoer_footer .cf_link_btn:active,
#authoer_footer .cf_link_btn.selected {
  background-color: #999;
  color: #FFF;
  text-decoration: none;
}
#authoer_footer .follow a.selected .follow,
#authoer_footer .cf_link_btn.selected .follow {
  display: none;
}
#authoer_footer .follow a.selected .followed,
#authoer_footer .cf_link_btn.selected .followed {
  display: inherit;
}
#authoer_footer h4 {
  margin: 0 0 0.5em;
}
#authoer_footer .owner {
  line-height: 24px;
}
#authoer_footer .owner img {
  margin-right: 5px;
  border-radius: 24px;
}
#authoer_footer .members {
  line-height: 26px;
  margin: -2px;
  font-size: 0;
}
#authoer_footer .members a {
  display: inline-block;
  vertical-align: top;
}
#authoer_footer .members a + a {
  margin-left: -10px;
}
#authoer_footer .members a:last-child {
  border: none;
  margin-left: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
#authoer_footer .members img {
  border: solid 2px #FFF;
  border-radius: 26px;
}
#authoer_footer .detail {
  line-height: 18px;
}
#authoer_footer .detail > div {
  position: relative;
  color: #434343;
}
#authoer_footer .detail > div span:not(:first-child) {
  margin-right: 10px;
}
#authoer_footer .detail > div span {
  display: inline-block;
  line-height: 18px;
}
#authoer_footer .detail div + div {
  margin-top: 10px;
}
#authoer_footer .detail .icon {
  padding-left: 23px;
}
#authoer_footer .detail .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  font-size: 1.8rem;
  width: 18px;
  color: #666;
}
#authoer_footer .detail a {
  color: #434343;
}
#authoer_footer .detail :not(.area) a + a {
  display: inline-block;
  margin-left: 1em;
}
#authoer_footer .detail .sub_area {
  display: inline-block;
  margin-left: 6px;
  padding-left: 9px;
  background: url(/labostatic/img/arrow-area.png) no-repeat left;
  background-size: 3px 5px;
}

#back_btn {
  display: block;
  line-height: 24px;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
#back_btn .material-symbols-rounded {
  margin: 0 10px 0 0;
  color: #777;
}
#back_btn + .menu {
  margin-top: 20px;
}

.menu + #likes {
  border-radius: 0 0 5px 5px;
}

#likes {
  margin: 0 0 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
}
#likes * {
  box-sizing: border-box;
}
#likes li {
  padding: 10px;
}
#likes li.none {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #CCC;
}
#likes li + li {
  border-top: solid 1px #EEE;
}
#likes li > a {
  display: flex;
  width: 100%;
  padding: 10px;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
  color: #434343;
  text-decoration: none;
  align-items: top;
}
#likes li > a .pict {
  min-width: 36px;
}
#likes li > a .pict img {
  border-radius: 36px;
}
#likes li > a .official_mark {
  margin-top: 1px;
}
#likes li > a .user {
  padding: 0 0 0 10px;
  width: 100%;
}
#likes li > a object a {
  color: #434343;
  font-weight: bold;
}
#likes li > a .sub {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#likes li > a .sub > div {
  position: relative;
  color: #666;
}
#likes li > a .sub > div span:not(:first-child) {
  margin-right: 10px;
}
#likes li > a .sub div + div {
  margin-top: 5px;
}
#likes li > a .sub .icon {
  padding-left: 20px;
}
#likes li > a .sub .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-size: 1.5rem;
  width: 15px;
  color: #999;
}
#likes li > a .sub a {
  color: #666;
  font-weight: normal;
}
#likes li > a .sub a + a {
  display: inline-block;
  margin-left: 20px;
}
#likes li > a .follower {
  display: inline-block;
  margin: 5px 0;
  padding: 4px 10px;
  background: #EEE;
  font-size: 12px;
  font-size: 1.2rem;
}
#likes div.follow {
  padding-left: 10px;
}
#likes .follow a,
#likes .cf_link_btn {
  display: inline-block;
  padding: 12px 10px 10px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #FFF;
  color: #666;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
  white-space: nowrap;
}
#likes .follow a .total,
#likes .cf_link_btn .total {
  display: none;
}
#likes .follow a .followed,
#likes .cf_link_btn .followed {
  display: none;
}
#likes .follow a:active, #likes .follow a.selected,
#likes .cf_link_btn:active,
#likes .cf_link_btn.selected {
  background-color: #999;
  color: #FFF;
  text-decoration: none;
}
#likes .follow a.selected .follow,
#likes .cf_link_btn.selected .follow {
  display: none;
}
#likes .follow a.selected .followed,
#likes .cf_link_btn.selected .followed {
  display: inherit;
}

@media (hover: hover) {
  #likes .follow a:hover,
  #likes .cf_link_btn:hover {
    background-color: #999;
    color: #FFF;
    text-decoration: none;
  }
  #user-show .user-header .user .follow a:hover,
  #user-show .user-header .user .cf_link_btn:hover {
    background-color: #999;
    color: #FFF;
    text-decoration: none;
  }
}
#user-show {
  width: 100%;
}
#user-show a {
  color: #434343;
}
#user-show .user-header {
  padding: 20px;
  background: #FFF;
}
#user-show .user-header .user {
  display: flex;
  align-items: center;
}
#user-show .user-header .user .pict {
  min-width: 100px;
}
#user-show .user-header .user img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
#user-show .user-header .user .official_mark2 {
  margin-top: 2px;
  margin-left: 5px;
  width: auto;
  height: 17px;
}
#user-show .user-header .user .name {
  width: 100%;
  padding-left: 10px;
}
#user-show .user-header .user h1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#user-show .user-header .user .right {
  margin-top: 10px;
  text-align: right;
}
#user-show .user-header .user .follow a,
#user-show .user-header .user .cf_link_btn {
  display: inline-block;
  padding: 12px 20px 10px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #FFF;
  color: #666;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
}
#user-show .user-header .user .follow a .total,
#user-show .user-header .user .cf_link_btn .total {
  display: none;
}
#user-show .user-header .user .follow a .followed,
#user-show .user-header .user .cf_link_btn .followed {
  display: none;
}
#user-show .user-header .user .follow a:active, #user-show .user-header .user .follow a.selected,
#user-show .user-header .user .cf_link_btn:active,
#user-show .user-header .user .cf_link_btn.selected {
  background-color: #999;
  color: #FFF;
  text-decoration: none;
}
#user-show .user-header .user .follow a.selected .follow,
#user-show .user-header .user .cf_link_btn.selected .follow {
  display: none;
}
#user-show .user-header .user .follow a.selected .followed,
#user-show .user-header .user .cf_link_btn.selected .followed {
  display: inherit;
}
#user-show .user-header .user-profile {
  position: relative;
  margin-top: 20px;
}
#user-show .user-header .user-profile .follower {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  background: #EEE;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#user-show .user-header .user-profile p {
  line-height: 1.5;
  color: #434343;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: pre-line;
}
#user-show .user-header .user-profile p a {
  color: #009FD2;
}
#user-show .user-header .user-profile .sub {
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
}
#user-show .user-header .user-profile .sub > div {
  position: relative;
  color: #666;
}
#user-show .user-header .user-profile .sub > div span:not(:first-child) {
  margin-right: 10px;
}
#user-show .user-header .user-profile .sub div + div {
  margin-top: 10px;
}
#user-show .user-header .user-profile .sub .icon {
  padding-left: 20px;
}
#user-show .user-header .user-profile .sub .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 15px;
  font-size: 1.5rem;
  width: 15px;
  color: #999;
}
#user-show .user-header .user-profile .sub a {
  color: #666;
}
#user-show .user-header .user-profile .sub a + a {
  display: inline-block;
  margin-left: 20px;
}
#user-show .user-header .user-profile .more_block {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: top;
}
#user-show .user-header .user-profile .more_block .more {
  display: inline-block;
  color: #666;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
}
#user-show .user-header .user-profile .more_block .material-symbols-rounded {
  color: #999;
}
#user-show .user-header .user-profile .more_block ul {
  position: absolute;
  display: none;
  right: -8px;
  bottom: 25px;
  white-space: nowrap;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: left;
}
#user-show .user-header .user-profile .more_block ul::after {
  position: absolute;
  right: 16px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
#user-show .menu {
  display: flex;
  width: 100%;
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  border-radius: 5px 5px 0 0;
  background: #FFF;
}
#user-show .menu li {
  flex: 1;
  border-bottom: solid 3px #DDD;
}
#user-show .menu li.selected {
  border-color: #009FD2;
}
#user-show .menu li.selected a {
  padding-bottom: 11px;
}
#user-show .menu li a {
  display: block;
  padding: 15px 0 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#user-contents h2,
#page-h2 {
  color: #434343;
  font-size: 18px;
  padding-bottom: 10px;
  margin: 20px 0;
}

@media (hover: hover) {
  #simple-team-list li > a:hover {
    text-decoration: none;
  }
  #simple-team-list li > a h3 a:hover {
    text-decoration: underline;
  }
}
#simple-team-list {
  background: #FFF;
  margin: 0 0 20px;
}
#simple-team-list * {
  box-sizing: border-box;
}
#simple-team-list li.none {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #CCC;
}
#simple-team-list li {
  padding: 20px;
}
#simple-team-list li > a {
  display: flex;
  position: relative;
  align-items: center;
}
#simple-team-list li > a:active {
  text-decoration: none;
}
#simple-team-list li > a .pict {
  width: 60px;
  min-width: 60px;
}
#simple-team-list li > a .pict .bg {
  background: no-repeat center/cover;
}
#simple-team-list li > a .text {
  width: 100%;
  padding-left: 20px;
}
#simple-team-list li > a h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  margin: 0 0 0.1em;
  padding-bottom: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
}
#simple-team-list li > a h3 a:active {
  text-decoration: underline;
}
#simple-team-list li > a .sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#simple-team-list li > a .sub span.is_owner {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -6px;
  padding: 4px 10px;
  background: #EEE;
  font-size: 12px;
  font-size: 1.2rem;
}
#simple-team-list li + li {
  border-top: solid 1px #EEE;
}

#blocked_user {
  display: flex;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #DDD;
  box-sizing: border-box;
  align-items: center;
}
#blocked_user * {
  box-sizing: border-box;
}
#blocked_user > * {
  display: table-cell;
  vertical-align: middle;
}
#blocked_user .pict {
  width: 36px;
}
#blocked_user .pict img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
#blocked_user .user {
  padding-left: 10px;
}
#blocked_user .user h1 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

#blocked {
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  color: #434343;
}
#blocked h1 {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
#blocked p {
  text-align: center;
  line-height: 1.5;
}
#blocked p + p {
  margin-top: 1em !important;
}
#blocked p.sub {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
#blocked p:last-child {
  margin: 0 0 20px;
}

#load_more {
  display: block;
  text-align: center;
  padding: 20px;
}
#load_more img {
  width: 36px;
}

.more202403 {
  padding: 20px 0 0;
  text-align: center;
}
.more202403 a {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 100px;
  border: solid 1px #DDD;
  text-align: center;
  background: #FFF;
  color: #666;
  text-decoration: none;
}
.more202403 a:active {
  border-color: #00A0D2;
  background: #00A0D2;
  color: #FFF !important;
}

@media (hover: hover) {
  .more202403 a:hover {
    border-color: #00A0D2;
    background: #00A0D2;
    color: #FFF !important;
  }
}
#team_wrapper {
  width: 100%;
}
#team_wrapper #blog-list {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}

@media (hover: hover) {
  #team_header a:hover {
    text-decoration: underline;
  }
  #team_header .join object > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #team_header nav ul a:hover {
    text-decoration: none;
  }
  #team_header .edit .button:hover {
    text-decoration: none;
    background: #FFF;
  }
  #team_header .edit .button:hover + .button {
    margin-left: 10px;
  }
  #team_header .edit .button:hover {
    background: #666;
    border-color: #666;
    color: #FFF;
  }
  #team_header .edit .button:hover .material-symbols-rounded {
    color: #FFF;
  }
}
#team_header {
  position: relative;
  margin: 0;
  color: #434343;
  background: #FFF;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 3px #ccc;
}
#team_header a {
  color: #434343;
  text-decoration: none;
}
#team_header a:active {
  text-decoration: underline;
}
#team_header .header {
  position: relative;
  z-index: 10;
}
#team_header .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  background: #CCC;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
#team_header .icon {
  overflow: hidden;
  border-radius: 5px;
  margin: -60px 0 0 8px;
  width: 80px;
  background: #FFF;
  border: solid 2px #FFF;
}
#team_header .icon img {
  border-radius: 5px;
}
#team_header .icon .bg {
  border-radius: 5px;
  background-size: cover;
}
#team_header .bg {
  border-radius: 5px 5px 0 0;
  background: #EEE center/cover no-repeat;
}
#team_header .bg img {
  width: 100%;
}
#team_header.mypage h1 img {
  width: 24px;
  height: 24px;
  margin: 2px 0 0 5px;
}
#team_header h1 {
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
#team_header h1 img {
  width: 24px;
  height: 24px;
  margin: 2px 0 0 5px;
}
#team_header .join {
  position: absolute;
  right: 10px;
  top: -14px;
}
#team_header .join .sub {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 14px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
  vertical-align: top;
}
#team_header .join .sub strong {
  font-size: 14px;
  font-size: 1.4rem;
}
#team_header .join object > a,
#team_header .join object > span {
  display: inline-block;
  padding: 7px 0;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #FFF;
  color: #666;
  line-height: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 120px;
  text-align: center;
}
#team_header .join object > a.none,
#team_header .join object > span.none {
  cursor: default;
}
#team_header .join object > a:active {
  text-decoration: none;
  opacity: 0.7;
}
#team_header .join img {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-top: 1px;
}
#team_header .join object > a.member,
#team_header .join object > span {
  background-color: #999;
  color: #FFF;
}
#team_header .join object > a.member .material-symbols-rounded,
#team_header .join object > span .material-symbols-rounded {
  color: #FFF;
}
#team_header nav {
  position: relative;
  z-index: 0;
  margin-top: -100px;
  padding-top: 100px;
}
#team_header nav ul {
  display: flex;
  width: 100%;
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  background: #FFF;
}
#team_header nav ul li {
  flex: 1;
  border-top: solid 1px #DDD;
  border-bottom: solid 3px #DDD;
}
#team_header nav ul li.selected {
  border-bottom-color: #009FD2;
}
#team_header nav ul li.selected a {
  padding-bottom: 11px;
}
#team_header nav ul a {
  display: block;
  padding: 13px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#team_header nav ul a:active {
  text-decoration: none;
}
#team_header nav ul a img {
  vertical-align: top;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
#team_header .edit {
  position: absolute;
  right: 10px;
  top: -12px;
}
#team_header .edit .button,
#team_header .edit .button:active {
  text-decoration: none;
  background: #FFF;
}
#team_header .edit .button + .button,
#team_header .edit .button:active + .button {
  margin-left: 10px;
}
#team_header .edit .button {
  border: solid 1px #DDD;
  border-radius: 5px;
  line-height: 14px;
  padding: 5px 10px;
}
#team_header .edit .button .material-symbols-rounded {
  font-size: 16px;
  font-size: 1.6rem;
  width: 16px;
  margin-right: 5px;
  color: #666;
  vertical-align: top;
}
#team_header .edit .button:active {
  background: #666;
  border-color: #666;
  color: #FFF;
}
#team_header .edit .button:active .material-symbols-rounded {
  color: #FFF;
}
#team_header .members {
  line-height: 40px;
  margin: -2px;
  padding: 0 20px 20px 20px;
  font-size: 0;
}
#team_header .members a {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}
#team_header .members a + a {
  margin-left: -20px;
}
#team_header .members a:last-child {
  border: none;
  margin-left: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
#team_header .members .image {
  position: relative;
  background: #FFF;
  border-radius: 40px;
}
#team_header .members .image:nth-child(1) {
  z-index: 10;
}
#team_header .members .image:nth-child(2) {
  z-index: 9;
}
#team_header .members .image:nth-child(3) {
  z-index: 8;
}
#team_header .members .image:nth-child(4) {
  z-index: 7;
}
#team_header .members .image:nth-child(5) {
  z-index: 6;
}
#team_header .members .image:nth-child(6) {
  z-index: 5;
}
#team_header .members .image:nth-child(7) {
  z-index: 4;
}
#team_header .members .image:nth-child(8) {
  z-index: 3;
}
#team_header .members .image:nth-child(9) {
  z-index: 2;
}
#team_header .members .image:nth-child(10) {
  z-index: 1;
}
#team_header .members img {
  border: solid 2px #FFF;
  border-radius: 40px;
}

#team_body {
  margin: 0 0 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #ccc;
  color: #434343;
}
#team_body .material-symbols-rounded {
  font-size: 20px;
  width: 20px;
  color: #999;
}
#team_body .more-detail {
  position: absolute;
  right: 10px;
  bottom: 40px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
}
#team_body .more-detail::after {
  position: absolute;
  right: 16px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
#team_body .more-detail a {
  display: block;
  padding: 10px;
  color: #666;
  line-height: 20px;
}
#team_body .more-detail .material-symbols-rounded {
  margin-right: 3px;
}
#team_body .infomation {
  list-style: square;
  list-style-type: square;
  margin-left: 2em;
}
#team_body .infomation li {
  list-style: square;
  list-style-type: square;
}
#team_body .infomation li + li {
  margin-top: 0.25em;
}
#team_body .infomation a {
  color: var(--color_main);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
#team_body .infomation a:active {
  text-decoration: underline;
}

#team-profile {
  position: relative;
  padding: 20px;
  line-height: 1.5;
  color: #434343;
  font-size: 14px;
  font-size: 1.4rem;
}
#team-profile h3 {
  margin: 0 0 0.5em;
  font-weight: bold;
  color: #434343;
  font-size: 16px;
  font-size: 1.6rem;
}
#team-profile > p {
  white-space: pre-line;
}
#team-profile P + h3 {
  margin-top: 40px;
}
#team-profile .sub {
  line-height: 18px;
}
#team-profile .sub > div {
  position: relative;
  color: #434343;
}
#team-profile .sub > div span:not(:first-child) {
  margin-right: 10px;
}
#team-profile .sub > div span {
  display: inline-block;
  line-height: 18px;
}
#team-profile .sub div + div {
  margin-top: 10px;
}
#team-profile .sub .icon {
  padding-left: 25px;
}
#team-profile .sub .icon.area {
  padding-left: 18px;
}
#team-profile .sub img {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
}
#team-profile .sub a {
  color: #434343;
}
#team-profile .sub :not(.area) a + a {
  display: inline-block;
  margin-left: 1em;
}
#team-profile .sub .sub_area + .area,
#team-profile .sub .sub_area + .sub_area {
  margin-left: 5px;
}
#team-profile .right {
  margin-top: 1em;
  text-align: right;
  white-space: nowrap;
}
#team-profile .owner {
  position: relative;
  line-height: 24px;
  padding-right: 46px;
}
#team-profile .owner a {
  display: inline-block;
  line-height: 24px;
  color: #434343;
}
#team-profile .owner img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: top;
  border-radius: 24px;
}
#team-profile .owner + .owner {
  margin-top: 10px;
}
#team-profile .owner .message {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: top;
  padding: 9px 8px 7px 8px;
  border-radius: 36px;
  background: #009FD2;
  line-height: 20px;
}
#team-profile .owner .message img {
  margin: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

#booking_description {
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
  margin: 20px 0;
  padding: 20px;
  background: #FFF;
  line-height: 1.5;
  color: #434343;
}
#booking_description h2 {
  font-size: 24px;
  margin: 0 0 20px !important;
  font-weight: normal;
  text-align: center;
}
#booking_description h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
#booking_description p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
#booking_description .btns {
  text-align: center;
}
#booking_description .btns a {
  display: inline-block;
  border-radius: 5px;
  width: 200px;
  padding: 0;
  background: #00A0D2;
  border: none;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
}
#booking_description .btns a:active {
  opacity: 0.8;
}

@media (hover: hover) {
  #booking_description .btns a:hover {
    opacity: 0.8;
  }
  #facility_list li a:hover .bg {
    opacity: 0.8;
  }
}
#facility_list li {
  margin: 0 0 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
  overflow: hidden;
}
#facility_list li.none {
  padding: 20px;
  text-align: center;
  color: #CCC;
}
#facility_list li a {
  color: #434343;
  text-decoration: none;
}
#facility_list li a:active .bg {
  opacity: 0.8;
}
#facility_list li h3 {
  margin: 0 0 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #434343;
}
#facility_list li .search {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
#facility_list li .search div {
  position: relative;
  padding-left: 20px;
  color: #666;
}
#facility_list li .search div .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
  width: 16px;
  color: #999;
}

#step-contents {
  color: #434343;
}
#step-contents h1 {
  position: relative;
  padding: 20px 15px;
  color: #434343;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
#step-contents h1 a {
  color: #434343;
  text-decoration: none;
}
#step-contents h1 .material-symbols-rounded {
  font-size: 18px;
  font-size: 1.8rem;
  width: 18px;
  color: #434343;
  margin-top: 5px;
}
#step-contents h2 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: solid 1px #DDD;
  color: #434343;
  font-size: 16px;
  line-height: 1.5;
}
#step-contents h2.b-none {
  padding: 0;
  border: none;
}
#step-contents h2.center {
  text-align: center;
}
#step-contents h2 a {
  position: absolute;
  font-weight: normal;
  right: 0;
  top: -1px;
  padding: 6px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  border: solid 1px #DDD;
  border-radius: 5px;
  color: #434343;
  text-decoration: none;
}
#step-contents h2 a:active {
  border-color: #434343;
  background: #434343;
  color: #FFF;
}
#step-contents * + h2 {
  margin-top: 40px;
}
#step-contents .block {
  background: #FFF;
  padding: 20px 15px;
  line-height: 1.5;
  color: #434343;
}
#step-contents .block h1 {
  text-align: center;
  margin: 20px 0 40px;
  line-height: 1.5;
}
#step-contents .block + .block {
  margin-top: 20px;
}
#step-contents .body {
  position: relative;
  display: block;
  text-decoration: none;
  color: #434343;
}
#step-contents .body + .errors {
  margin-top: 20px;
}
#step-contents .body.center {
  text-align: center;
}
#step-contents .body:active {
  text-decoration: none;
}
#step-contents .body .link {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  margin-top: -16px;
  padding: 10px 20px;
  background: #00A0D2;
  color: #FFF;
  border-radius: 5px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
#step-contents .body .link:active {
  opacity: 0.8;
}
#step-contents .body:not(a) .link {
  background: #CCC;
  cursor: not-allowed;
}
#step-contents .body:not(a) .link:active {
  opacity: 1;
}
#step-contents .body .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #CCC;
}
#step-contents .body + .body {
  margin-top: 40px;
}
#step-contents ol li + li {
  margin-top: 10px;
}
#step-contents ol li.none {
  background: #FFF;
  border: solid 2px #DDD;
  border-radius: 5px;
  padding: 13px;
  color: #CCC;
}
#step-contents ol label {
  display: flex;
  background: #FFF;
  border: solid 2px #DDD;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
}
#step-contents ol label > * {
  white-space: nowrap;
  padding: 13px;
  line-height: 1;
}
#step-contents ol label > * + * {
  padding-left: 0px;
}
#step-contents ol label .text {
  width: 100%;
  line-height: 1.5;
  white-space: normal;
}
#step-contents ol label .text p span {
  font-size: 16px;
  font-size: 1.6rem;
}
#step-contents ol label .text small {
  font-size: 12px;
  font-size: 1.2rem;
}
#step-contents ol label:has(:checked) {
  border-color: #00A0D2;
}
#step-contents ol label:has(:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}
#step-contents ol label input {
  margin: 0;
  vertical-align: top;
}
#step-contents ol label .status span {
  display: block;
  width: 90px;
  padding: 11px 10px;
  border-radius: 5px;
  background: #00A0D2;
  color: #FFF;
  text-align: center;
}
#step-contents ol label .status span.selected {
  background: #EEE;
  color: #434343;
}
#step-contents ol label .status span.plan {
  background: #434343;
}
#step-contents dl {
  background: #FFF;
  line-height: 1.5;
}
#step-contents dl dd + dt {
  margin-top: 30px;
}
#step-contents dl dt {
  margin: 0 0 0.5em;
  font-weight: bold;
  color: #434343;
}
#step-contents dl dt span {
  font-size: 12px;
  font-size: 1.2rem;
  color: red;
}
#step-contents dl b {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
#step-contents dl small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
#step-contents dl .w100 input {
  width: 100%;
}
#step-contents dl label {
  display: block;
  cursor: pointer;
}
#step-contents dl label + label {
  margin-top: 5px;
}
#step-contents dl input[type=radio] {
  vertical-align: top;
  margin: 3px 4px 0 0;
}
#step-contents dl input[type=text],
#step-contents dl input[type=tel],
#step-contents dl select,
#step-contents dl textarea {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 5px;
  border: solid 1px #DDD;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-family: inherit;
  box-shadow: none;
}
#step-contents dl input[type=text]:disabled,
#step-contents dl input[type=tel]:disabled,
#step-contents dl select:disabled,
#step-contents dl textarea:disabled {
  opacity: 1;
  background: #EEE;
  pointer-events: none;
  cursor: not-allowed;
}
#step-contents dl textarea {
  width: 100%;
}
#step-contents dl select {
  width: auto;
}
#step-contents dl select + span {
  margin: 0 5px;
}
#step-contents .user {
  display: flex;
  align-items: center;
  border: solid 2px #00A0D2;
  border-radius: 5px;
  padding: 13px;
}
#step-contents .user.before {
  border-color: #999;
}
#step-contents .user .pict {
  min-width: 36px;
}
#step-contents .user .pict img {
  border-radius: 36px;
}
#step-contents .user .name {
  width: 100%;
  padding: 0 10px;
  white-space: normal;
  line-height: 1.5;
  font-weight: bold;
}
#step-contents .user .label span {
  display: block;
  width: 90px;
  padding: 11px 10px;
  border-radius: 5px;
  background: #434343;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
#step-contents ul.decimal {
  list-style: decimal;
  margin-left: 1.5em;
}
#step-contents p.sub {
  font-size: 11px;
  font-size: 1.1rem;
  color: #434343;
  line-height: 1.5;
}
#step-contents .checkpoint {
  margin: 40px 0;
  text-align: center;
  line-height: 13px;
  font-size: 14px;
  font-size: 1.4rem;
}
#step-contents .checkpoint label {
  cursor: pointer;
}
#step-contents .checkpoint input {
  vertical-align: top;
  margin: 1px 5px 0 0;
}
#step-contents .checkpoint a {
  color: #009FD2;
  text-decoration: underline;
}
#step-contents .checkpoint .text {
  margin: 0 0 40px;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 20px;
  border: solid 1px #DDD;
  border-radius: 5px;
  text-align: left;
}
#step-contents .checkpoint .text h3 {
  font-size: 14px;
  margin-bottom: 0.5em;
}
#step-contents table {
  width: 100%;
}
#step-contents table th {
  white-space: nowrap;
}
#step-contents table .right {
  text-align: right;
  white-space: nowrap;
}
#step-contents table.dotted tbody tr > * {
  padding: 0 0 15px;
}
#step-contents table.dotted tbody + tbody tr > * {
  border-top: dashed 1px #DDD;
  padding-top: 15px;
}
#step-contents table.dotted tbody:last-child tr > * {
  padding-bottom: 0;
}
#step-contents table.dotted td:last-child {
  padding-left: 20px;
}
#step-contents .submit {
  margin: 40px 0 20px;
}
#step-contents .submit button,
#step-contents .submit input[type=submit],
#step-contents .submit a {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: #009FD2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF !important;
  line-height: 1;
  text-align: center;
  outline: none;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  box-sizing: border-box;
}
#step-contents .submit button + a,
#step-contents .submit button button,
#step-contents .submit input[type=submit] + a,
#step-contents .submit input[type=submit] button,
#step-contents .submit a + a,
#step-contents .submit a button {
  margin-top: 20px;
}
#step-contents .submit button.finish,
#step-contents .submit input[type=submit].finish,
#step-contents .submit a.finish {
  background-color: #D01846;
}
#step-contents .submit button:active,
#step-contents .submit input[type=submit]:active,
#step-contents .submit a:active {
  opacity: 0.8;
}
#step-contents .submit button:disabled, #step-contents .submit button:disabled:active,
#step-contents .submit input[type=submit]:disabled,
#step-contents .submit input[type=submit]:disabled:active,
#step-contents .submit a:disabled,
#step-contents .submit a:disabled:active {
  opacity: 1;
  background: #CCC;
  pointer-events: none;
  cursor: not-allowed;
}
#step-contents .submit button.cancel,
#step-contents .submit input[type=submit].cancel,
#step-contents .submit a.cancel {
  border: solid 1px #DDD;
  background: #FFF;
  color: #666 !important;
  text-shadow: none;
}
#step-contents .submit button.cancel:active,
#step-contents .submit input[type=submit].cancel:active,
#step-contents .submit a.cancel:active {
  border-color: #666;
  background: #666;
  color: #FFF !important;
  opacity: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#step-contents .submit button.back,
#step-contents .submit input[type=submit].back,
#step-contents .submit a.back {
  border: solid 1px #DDD;
  background: #FFF;
  color: #666 !important;
  font-weight: normal;
  text-shadow: none;
}
#step-contents .submit button.back:active,
#step-contents .submit input[type=submit].back:active,
#step-contents .submit a.back:active {
  border-color: #009FD2;
  background: #009FD2;
  color: #FFF !important;
  opacity: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#step-contents #div-change-plan-alert {
  margin: 10px 0 0;
}
#step-contents .attention {
  margin: 20px 0;
  padding: 20px;
  background: #f3f3f3;
}
#step-contents .attention h3 {
  margin: 0 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#step-contents .attention ol {
  list-style: disc;
  line-height: 1.5;
  margin-left: 20px;
}
#step-contents .attention ol li + li {
  margin: 0;
}

@media (hover: hover) {
  #step-contents h2 a:hover {
    border-color: #434343;
    background: #434343;
    color: #FFF;
  }
  #step-contents .body:hover {
    text-decoration: none;
  }
  #step-contents .body .link:hover {
    opacity: 0.8;
  }
  #step-contents .body:not(a) .link:hover {
    opacity: 1;
  }
  #step-contents .submit button:hover,
  #step-contents .submit input[type=submit]:hover,
  #step-contents .submit a:hover {
    opacity: 0.8;
  }
  #step-contents .submit button:disabled:hover,
  #step-contents .submit input[type=submit]:disabled:hover,
  #step-contents .submit a:disabled:hover {
    opacity: 1;
    background: #CCC;
    pointer-events: none;
    cursor: not-allowed;
  }
  #step-contents .submit button.cancel:hover,
  #step-contents .submit input[type=submit].cancel:hover,
  #step-contents .submit a.cancel:hover {
    border-color: #666;
    background: #666;
    color: #FFF !important;
    opacity: 1;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
  #step-contents .submit button.back:hover,
  #step-contents .submit input[type=submit].back:hover,
  #step-contents .submit a.back:hover {
    border-color: #009FD2;
    background: #009FD2;
    color: #FFF !important;
    opacity: 1;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
}
#card_brand img {
  max-width: 36px;
  max-height: 30px;
  vertical-align: middle;
}
#card_brand img img + img {
  margin-left: 10px;
}

#waitings {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
}
#waitings.active {
  display: flex;
}
#waitings .block {
  width: 100%;
  margin: 15px 20px;
  padding: 40px;
  background: #FFF;
  border-radius: 10px;
  line-height: 1.5;
}
#waitings .block .title {
  font-size: 16px;
  font-size: 1.6;
  margin: 0 0 0.5em;
  font-weight: bold;
}
#waitings img {
  margin-top: 20px;
  width: 100px;
}

#payment-step {
  display: flex;
  list-style: none;
  margin: 20px auto;
  text-align: center;
  justify-content: center;
}
#payment-step li {
  position: relative;
  width: 80px;
}
#payment-step li:nth-child(1) {
  z-index: 15;
}
#payment-step li:nth-child(2) {
  z-index: 10;
}
#payment-step li:nth-child(3) {
  z-index: 5;
}
#payment-step li:nth-child(4) {
  z-index: 0;
}
#payment-step p {
  margin-top: 1em;
  font-weight: bold;
  color: #CCC;
  font-size: 11px;
  font-size: 1.1rem;
}
#payment-step span {
  position: relative;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  font-size: 16px;
  border-radius: 30px;
  background: #CCC;
  color: #FFF;
  text-align: center;
}
#payment-step span::after {
  position: absolute;
  width: 80px;
  height: 4px;
  background: #CCC;
  right: 30px;
  top: 12px;
  content: "";
}
#payment-step li.done span,
#payment-step li.done span::after {
  background: #009FD2;
}
#payment-step li.done p {
  color: #009FD2;
}
#payment-step li:first-child span::after {
  display: none;
}

#post_2024 {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  border-radius: 5px;
  color: #434343;
}
#post_2024 * {
  box-sizing: border-box;
}
#post_2024 h1 {
  margin: 0 0 40px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
#post_2024 #payment-step {
  margin: 40px 0;
}
#post_2024 dl {
  margin: 0 0 40px;
}
#post_2024 dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 8px;
  font-weight: bold;
  color: #434343;
}
#post_2024 dl dt span {
  font-size: 12px;
  font-size: 1.2rem;
}
#post_2024 dl dt .required {
  color: #FE595F;
}
#post_2024 dl dt .required:first-child {
  margin-left: 8px;
}
#post_2024 dl dd h3 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#post_2024 dl dd > div + div {
  margin-top: 10px;
}
#post_2024 dl dd .text {
  line-height: 41px;
}
#post_2024 dl dd .text input, #post_2024 dl dd .text select {
  margin: 0 5px;
}
#post_2024 dl dd + dt {
  margin-top: 20px;
}
#post_2024 dl input:not([type=file]):not([type=checkbox]),
#post_2024 dl textarea,
#post_2024 dl select {
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #DDD;
  border-radius: 5px;
  background: #FFF;
  padding: 10px;
  line-height: 1.5;
  vertical-align: top;
}
#post_2024 dl select {
  padding-right: 30px;
  background: #FFF url(/labostatic/img/select.png) no-repeat right;
  background-size: 20px 14px;
}
#post_2024 dl .w100 {
  padding: 0;
}
#post_2024 dl .w100 input,
#post_2024 dl .w100 textarea,
#post_2024 dl .w100 select {
  width: 100%;
}
#post_2024 dl p.sub {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
#post_2024 .submit {
  margin: 40px auto 0;
  text-align: center;
}
#post_2024 .submit a,
#post_2024 .submit button {
  display: inline-block;
  width: 200px;
  border-radius: 5px;
  padding: 0;
  background: #00A0D2;
  border: none;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
#post_2024 .submit a:disabled, #post_2024 .submit a:disabled:active,
#post_2024 .submit button:disabled,
#post_2024 .submit button:disabled:active {
  background: #CCC;
  opacity: 1;
  cursor: default;
}
#post_2024 .submit a:not(.input_back):active,
#post_2024 .submit button:not(.input_back):active {
  opacity: 0.7;
}
#post_2024 .submit a.white,
#post_2024 .submit button.white {
  border: solid 1px #00A0D2;
  background: #FFF;
  color: #00A0D2 !important;
}
#post_2024 .submit a.white:active,
#post_2024 .submit button.white:active {
  border-color: #00A0D2;
  background: #00A0D2;
  color: #FFF !important;
  opacity: 1;
}
#post_2024 .submit a.input_back,
#post_2024 .submit button.input_back {
  border: solid 1px #DDD;
  background: #FFF;
  color: #666 !important;
}
#post_2024 .submit a.input_back:active,
#post_2024 .submit button.input_back:active {
  border-color: #3C3C3C;
  background: #3C3C3C;
  color: #FFF !important;
}
#post_2024 .submit li + li {
  margin-top: 20px;
}
#post_2024 .submit:last-child {
  margin-bottom: 100px;
}
#post_2024 .submit_bottom {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
#post_2024 .submit_bottom:last-child {
  margin-bottom: 100px;
}
#post_2024 .selectize-input {
  margin: 0 0 10px;
  border-radius: 5px;
  padding: 5px 0 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: top;
  border: solid 1px #DDD;
  background: #FFF;
  box-shadow: none;
}
#post_2024 .selectize-input > input[type=text] {
  height: 30px;
  margin: 0 5px 5px 5px !important;
}
#post_2024 .selectize-input #tags-selectized,
#post_2024 .selectize-input #select-tag-selectized {
  float: left;
  height: 30px;
  margin: 0 5px 5px 0 !important;
  padding: 0 5px !important;
}
#post_2024 .selectize-input .item {
  float: left;
  position: relative;
  display: table;
  margin: 0 5px 5px 0;
  padding: 0 !important;
  vertical-align: middle;
  border-radius: 5px;
  background: #009FD2;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 30px;
  vertical-align: top;
}
#post_2024 .selectize-input .item:before {
  display: table-cell;
  content: "#";
  color: transparent;
  width: 10px;
}
#post_2024 .selectize-input .item:after {
  display: table-cell;
  content: " ";
  width: 41px;
}
#post_2024 .selectize-input .item .remove {
  display: table-cell;
  width: 30px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  background: url(/labostatic/img/close-w.png) no-repeat center;
  background-size: 10px 10px;
  color: transparent;
  font-size: 0;
}
#post_2024 .selectize-dropdown {
  margin-top: -10px !important;
}
#post_2024 .selectize-input.full input {
  display: none !important;
}

@media (hover: hover) {
  #post_2024 .submit a:disabled:hover,
  #post_2024 .submit button:disabled:hover {
    background: #CCC;
    opacity: 1;
    cursor: default;
  }
  #post_2024 .submit a:not(.input_back):hover,
  #post_2024 .submit button:not(.input_back):hover {
    opacity: 0.7;
  }
  #post_2024 .submit a.white:hover,
  #post_2024 .submit button.white:hover {
    border-color: #00A0D2;
    background: #00A0D2;
    color: #FFF !important;
    opacity: 1;
  }
  #post_2024 .submit a.input_back:hover,
  #post_2024 .submit button.input_back:hover {
    border-color: #3C3C3C;
    background: #3C3C3C;
    color: #FFF !important;
  }
}
#member_recruit {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
  margin: 0 0 20px;
}
#member_recruit li {
  padding: 10px;
}
#member_recruit li.none {
  padding: 20px;
  color: #CCC;
  text-align: center;
}
#member_recruit li + li {
  border-top: solid 1px #EEE;
}
#member_recruit li > a {
  display: block;
  padding: 10px;
  color: #434343;
  text-decoration: none;
}
#member_recruit li .main {
  display: flex;
  margin: 0 0 10px;
}
#member_recruit li .main .pict {
  padding-right: 10px;
  min-width: 120px;
  width: 120px;
}
#member_recruit li .main .pict .bg {
  background: #EEE url(../img/logo_gray.png) center/cover no-repeat;
}
#member_recruit li .main .pict .bg.dummy {
  background-size: 80px;
}
#member_recruit li .main .pict img {
  width: 100%;
}
#member_recruit li .main .body {
  width: 100%;
}
#member_recruit li .main .body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#member_recruit li .label {
  display: inline-block;
  padding: 5px 8px;
  background: #F20000;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
#member_recruit li h3 {
  margin: 0.3em 0 0;
  padding: 0 0 0.2em;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#member_recruit li .kind {
  margin: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #434343;
  line-height: 16px;
}
#member_recruit li .kind > div {
  display: inline-block;
}
#member_recruit li .kind object a {
  display: inline-block;
  color: #434343;
}
#member_recruit li .kind .sub_area + .sub_area {
  margin-left: 5px;
}
#member_recruit li .kind .sub_area + .area {
  margin-left: 5px;
}
#member_recruit li .kind .area + .material-symbols-rounded {
  margin-left: 5px;
}
#member_recruit li .kind .sub_area + .material-symbols-rounded {
  margin-left: 20px;
}
#member_recruit li .kind .material-symbols-rounded {
  margin: 0;
  font-size: 16px;
  width: 16px;
  color: #666;
}
#member_recruit li .team {
  display: flex;
}
#member_recruit li .team a {
  color: #434343;
}
#member_recruit li .team .pict {
  width: 48px;
  min-width: 48px;
}
#member_recruit li .team .member {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  line-height: 16px;
}
#member_recruit li .team .member .material-symbols-rounded {
  margin-top: 1px;
  margin-bottom: -1px;
  font-size: 16px;
  width: 16px;
  color: #666;
}
#member_recruit li .team .category {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 10px 4px;
  background: #CCC;
  color: #FFF;
  line-height: 10px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  vertical-align: top;
}
#member_recruit li .team .body {
  width: 100%;
  line-height: 18px;
  padding: 4px 0 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
#member_recruit li .team .body h4 {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0 4px;
}
#member_recruit li .team img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
#member_recruit li p {
  padding: 0 0 0.2em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
#member_recruit li object > a {
  color: #434343;
}
#member_recruit li object > a:active {
  text-decoration: underline;
}
#member_recruit li .search {
  padding: 10px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
}
#member_recruit li .search > div {
  position: relative;
  padding-left: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 0.1em;
  overflow: hidden;
}
#member_recruit li .search > div .material-symbols-rounded {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
  width: 15px;
  color: #999;
}
#member_recruit li .search div + div {
  margin-top: 0.4em;
}
#member_recruit li .search object,
#member_recruit li .search a {
  display: inline;
  vertical-align: top;
  color: #666;
}
#member_recruit li .search .area + .sub_area {
  display: inline-block;
  margin-left: 3px;
  padding-left: 6px;
  background: url(/labostatic/img/arrow-area.png) no-repeat left;
  background-size: 3px 5px;
}
#member_recruit li .search .sub_area + .sub_area::before {
  content: " ";
}
#member_recruit .main + .sub {
  margin-top: 0;
}
#member_recruit .sub {
  position: relative;
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  line-height: 16px;
}
#member_recruit .sub .new {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  background: #666;
  color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
}
#member_recruit .sub .deadline {
  position: absolute;
  right: 0;
}

@media (hover: hover) {
  #member_recruit li object > a:hover {
    text-decoration: underline;
  }
}
#team_member_recruit {
  margin: 40px 0 20px;
}
#team_member_recruit h3 {
  margin: 0 0 20px;
  font-weight: bold;
  color: #434343;
  font-size: 16px;
  font-size: 1.6rem;
}

#popup_2024 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  z-index: 1000000000000000000000;
  justify-content: center;
  align-items: center;
}
#popup_2024 .block {
  max-width: 600px;
}
#popup_2024 .block h4 {
  position: relative;
  padding: 14px 44px;
  border-radius: 5px 5px 0 0;
  border: none;
  background: #00A0D2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
#popup_2024 .block .body {
  padding: 30px 40px;
  background: #FFF;
  line-height: 1.5;
}
#popup_2024 .block .submit {
  padding: 20px;
  border-top: solid 1px #DCE1E9;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 0;
}
#popup_2024 .block .submit a {
  display: inline-block;
  margin: 0;
  min-width: 160px;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: #00A0D2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  outline: none;
  text-decoration: none;
  vertical-align: top;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
#popup_2024 .block .submit a.gray {
  background: #999;
}
#popup_2024 .block .submit a:active {
  opacity: 0.7;
}
#popup_2024 .block .submit a + a {
  margin-left: 20px;
}

@media (hover: hover) {
  #popup_2024 .block .submit a:hover {
    opacity: 0.7;
  }
  .popup_2024 .popup-block .submit a:hover {
    opacity: 0.7;
  }
}
.popup_2024 {
  position: fixed !important;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000000000000000000000;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.popup_2024 .popup-block {
  width: 600px;
}
.popup_2024 .popup-block h4 {
  position: relative;
  padding: 14px 44px;
  border-radius: 5px 5px 0 0;
  border: none;
  background: #00A0D2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.popup_2024 .popup-block .body {
  padding: 30px 40px;
  background: #FFF;
  line-height: 1.5;
}
.popup_2024 .popup-block .body input,
.popup_2024 .popup-block .body select {
  width: 100% !important;
  box-sizing: border-box;
  margin: 10px 0 0 0 !important;
  padding: 8px 10px 9px;
  border: none;
  border-radius: 5px;
  border: solid 1px #DDD;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.popup_2024 .popup-block .body p {
  font-size: 14px;
  font-size: 1.4rem;
}
.popup_2024 .popup-block .body p small {
  font-size: 90%;
  color: #999;
}
.popup_2024 .popup-block .submit {
  padding: 20px;
  border-top: solid 1px #DCE1E9;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 0;
}
.popup_2024 .popup-block .submit a {
  display: inline-block;
  margin: 0;
  min-width: 160px;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: #00A0D2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  outline: none;
  text-decoration: none;
  vertical-align: top;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.popup_2024 .popup-block .submit a.gray {
  background: #999;
}
.popup_2024 .popup-block .submit a:active {
  opacity: 0.7;
}
.popup_2024 .popup-block .submit a + a {
  margin-left: 20px;
}

@media (hover: hover) {
  #recruit_show #recruit_body .main .tags a:hover {
    text-decoration: none;
    border-color: #00A0D2;
    background: #00A0D2;
    color: #FFF;
  }
  #recruit_show #recruit_body .joins a:hover {
    opacity: 0.7;
  }
}
#recruit_show {
  width: 100%;
}
#recruit_show #recruit_body {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  margin: 0 0 40px;
}
#recruit_show #recruit_body .main {
  padding: 20px;
}
#recruit_show #recruit_body .main h1 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#recruit_show #recruit_body .main h2 {
  margin: 0 0 0.5em;
  font-weight: bold;
  color: #434343;
  font-size: 16px;
  font-size: 1.6rem;
}
#recruit_show #recruit_body .main .description p {
  line-height: 1.5;
  font-size: 12px;
  white-space: pre-line;
}
#recruit_show #recruit_body .main .description:last-child {
  margin-bottom: 40px;
}
#recruit_show #recruit_body .main div > .o {
  color: #4BA66F;
}
#recruit_show #recruit_body .main div > .t {
  color: #F6A623;
}
#recruit_show #recruit_body .main .data {
  margin: 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  line-height: 16px;
}
#recruit_show #recruit_body .main .data a {
  color: #343434;
}
#recruit_show #recruit_body .main .data .kind {
  margin: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #434343;
  line-height: 16px;
}
#recruit_show #recruit_body .main .data .kind > div {
  display: inline-block;
}
#recruit_show #recruit_body .main .data .kind object a {
  display: inline-block;
  color: #434343;
}
#recruit_show #recruit_body .main .data .kind .sub_area + .sub_area {
  margin-left: 5px;
}
#recruit_show #recruit_body .main .data .kind .sub_area + .area {
  margin-left: 5px;
}
#recruit_show #recruit_body .main .data .kind .area + .material-symbols-rounded {
  margin-left: 5px;
}
#recruit_show #recruit_body .main .data .kind .sub_area + .material-symbols-rounded {
  margin-left: 20px;
}
#recruit_show #recruit_body .main .data .kind .material-symbols-rounded {
  margin: 1px 0 -1px 0;
  font-size: 16px;
  width: 16px;
  color: #666;
}
#recruit_show #recruit_body .main .data .team {
  display: flex;
}
#recruit_show #recruit_body .main .data .team + .date {
  margin-top: 10px;
}
#recruit_show #recruit_body .main .data .team a {
  color: #434343;
}
#recruit_show #recruit_body .main .data .team .team-pict {
  width: 48px;
  min-width: 48px;
}
#recruit_show #recruit_body .main .data .team .member {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  line-height: 16px;
}
#recruit_show #recruit_body .main .data .team .member .material-symbols-rounded {
  margin-top: 1px;
  margin-bottom: -1px;
  font-size: 16px;
  width: 16px;
  color: #666;
}
#recruit_show #recruit_body .main .data .team .category {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 10px 4px;
  background: #CCC;
  color: #FFF;
  line-height: 10px;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  vertical-align: top;
}
#recruit_show #recruit_body .main .data .team .team-body {
  width: 100%;
  line-height: 18px;
  padding: 4px 0 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
#recruit_show #recruit_body .main .data .team .team-body h4 {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0 4px;
}
#recruit_show #recruit_body .main .data .team img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
#recruit_show #recruit_body .main .tags {
  margin: 15px -5px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#recruit_show #recruit_body .main .tags a {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 5px 8px;
  border: solid 1px #DDD;
  border-radius: 5px;
  line-height: 1;
  color: #434343;
}
#recruit_show #recruit_body .main .tags a:active {
  text-decoration: none;
  border-color: #00A0D2;
  background: #00A0D2;
  color: #FFF;
}
#recruit_show #recruit_body .main .pict {
  display: flex;
  margin: 20px -10px 0 0;
}
#recruit_show #recruit_body .main .pict a {
  width: 33.333%;
  padding-right: 10px;
}
#recruit_show #recruit_body .main .date {
  position: relative;
}
#recruit_show #recruit_body .main .date .deadline {
  position: absolute;
  right: 0;
}
#recruit_show #recruit_body .joins {
  display: flex;
  padding: 40px 20px 40px;
  align-items: center;
  justify-content: center;
}
#recruit_show #recruit_body .joins > * {
  width: 50%;
  display: inline-block;
  background: #CCC;
  border: solid 1px #DDD;
  text-align: center;
  padding: 14px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
}
#recruit_show #recruit_body .joins > *:not(.selected) .followed {
  display: none;
}
#recruit_show #recruit_body .joins > *.selected .follow {
  display: none;
}
#recruit_show #recruit_body .joins > * + * {
  margin-left: 20px;
}
#recruit_show #recruit_body .joins a:active {
  opacity: 0.7;
}
#recruit_show #recruit_body .joins a:not(.selected) {
  background: #FFF;
  color: #343434;
  border: solid 1px #DDD;
}
#recruit_show #recruit_body .joins a:not(.selected).join-team, #recruit_show #recruit_body .joins a:not(.selected).join-team-check {
  background: #009FD2;
  border-color: #009FD2;
  color: #FFF;
}
#recruit_show #recruit_body .joins > span {
  cursor: default;
}

#blog_show #comments_wrapper,
#blog_show .comments_wrapper,
#recruit_show #comments_wrapper,
#recruit_show .comments_wrapper,
#feed-lists #comments_wrapper,
#feed-lists .comments_wrapper {
  margin-top: -100px;
  padding-top: 100px;
}
#blog_show #comments_wrapper h2,
#blog_show .comments_wrapper h2,
#recruit_show #comments_wrapper h2,
#recruit_show .comments_wrapper h2,
#feed-lists #comments_wrapper h2,
#feed-lists .comments_wrapper h2 {
  color: #434343;
  font-size: 18px;
  line-height: 24px;
}
#blog_show #comments_wrapper h2 .material-symbols-rounded,
#blog_show .comments_wrapper h2 .material-symbols-rounded,
#recruit_show #comments_wrapper h2 .material-symbols-rounded,
#recruit_show .comments_wrapper h2 .material-symbols-rounded,
#feed-lists #comments_wrapper h2 .material-symbols-rounded,
#feed-lists .comments_wrapper h2 .material-symbols-rounded {
  color: #434343;
  font-size: 24px;
  width: 24px;
}
#blog_show #comments_wrapper h2 .comment_count,
#blog_show #comments_wrapper h2 small,
#blog_show .comments_wrapper h2 .comment_count,
#blog_show .comments_wrapper h2 small,
#recruit_show #comments_wrapper h2 .comment_count,
#recruit_show #comments_wrapper h2 small,
#recruit_show .comments_wrapper h2 .comment_count,
#recruit_show .comments_wrapper h2 small,
#feed-lists #comments_wrapper h2 .comment_count,
#feed-lists #comments_wrapper h2 small,
#feed-lists .comments_wrapper h2 .comment_count,
#feed-lists .comments_wrapper h2 small {
  color: #434343;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#blog_show #comments_wrapper .comments_list,
#blog_show #comments_wrapper .comments_list_more,
#blog_show .comments_wrapper .comments_list,
#blog_show .comments_wrapper .comments_list_more,
#recruit_show #comments_wrapper .comments_list,
#recruit_show #comments_wrapper .comments_list_more,
#recruit_show .comments_wrapper .comments_list,
#recruit_show .comments_wrapper .comments_list_more,
#feed-lists #comments_wrapper .comments_list,
#feed-lists #comments_wrapper .comments_list_more,
#feed-lists .comments_wrapper .comments_list,
#feed-lists .comments_wrapper .comments_list_more {
  border-top: none;
}
#blog_show #comments_wrapper .comments_list li,
#blog_show #comments_wrapper .comments_list_more li,
#blog_show .comments_wrapper .comments_list li,
#blog_show .comments_wrapper .comments_list_more li,
#recruit_show #comments_wrapper .comments_list li,
#recruit_show #comments_wrapper .comments_list_more li,
#recruit_show .comments_wrapper .comments_list li,
#recruit_show .comments_wrapper .comments_list_more li,
#feed-lists #comments_wrapper .comments_list li,
#feed-lists #comments_wrapper .comments_list_more li,
#feed-lists .comments_wrapper .comments_list li,
#feed-lists .comments_wrapper .comments_list_more li {
  border-top: solid 1px #DDD;
  padding: 20px 0;
}
#blog_show #comments_wrapper .comments_list .user,
#blog_show #comments_wrapper .comments_list_more .user,
#blog_show .comments_wrapper .comments_list .user,
#blog_show .comments_wrapper .comments_list_more .user,
#recruit_show #comments_wrapper .comments_list .user,
#recruit_show #comments_wrapper .comments_list_more .user,
#recruit_show .comments_wrapper .comments_list .user,
#recruit_show .comments_wrapper .comments_list_more .user,
#feed-lists #comments_wrapper .comments_list .user,
#feed-lists #comments_wrapper .comments_list_more .user,
#feed-lists .comments_wrapper .comments_list .user,
#feed-lists .comments_wrapper .comments_list_more .user {
  position: relative;
  width: 100%;
  line-height: 1.4;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  justify-content: center;
  align-items: center;
}
#blog_show #comments_wrapper .comments_list .user .official_mark2,
#blog_show #comments_wrapper .comments_list_more .user .official_mark2,
#blog_show .comments_wrapper .comments_list .user .official_mark2,
#blog_show .comments_wrapper .comments_list_more .user .official_mark2,
#recruit_show #comments_wrapper .comments_list .user .official_mark2,
#recruit_show #comments_wrapper .comments_list_more .user .official_mark2,
#recruit_show .comments_wrapper .comments_list .user .official_mark2,
#recruit_show .comments_wrapper .comments_list_more .user .official_mark2,
#feed-lists #comments_wrapper .comments_list .user .official_mark2,
#feed-lists #comments_wrapper .comments_list_more .user .official_mark2,
#feed-lists .comments_wrapper .comments_list .user .official_mark2,
#feed-lists .comments_wrapper .comments_list_more .user .official_mark2 {
  margin-left: 5px;
}
#blog_show #comments_wrapper .comments_list .user .pict,
#blog_show #comments_wrapper .comments_list_more .user .pict,
#blog_show .comments_wrapper .comments_list .user .pict,
#blog_show .comments_wrapper .comments_list_more .user .pict,
#recruit_show #comments_wrapper .comments_list .user .pict,
#recruit_show #comments_wrapper .comments_list_more .user .pict,
#recruit_show .comments_wrapper .comments_list .user .pict,
#recruit_show .comments_wrapper .comments_list_more .user .pict,
#feed-lists #comments_wrapper .comments_list .user .pict,
#feed-lists #comments_wrapper .comments_list_more .user .pict,
#feed-lists .comments_wrapper .comments_list .user .pict,
#feed-lists .comments_wrapper .comments_list_more .user .pict {
  min-width: 36px;
  width: 36px;
}
#blog_show #comments_wrapper .comments_list .user .pict img,
#blog_show #comments_wrapper .comments_list_more .user .pict img,
#blog_show .comments_wrapper .comments_list .user .pict img,
#blog_show .comments_wrapper .comments_list_more .user .pict img,
#recruit_show #comments_wrapper .comments_list .user .pict img,
#recruit_show #comments_wrapper .comments_list_more .user .pict img,
#recruit_show .comments_wrapper .comments_list .user .pict img,
#recruit_show .comments_wrapper .comments_list_more .user .pict img,
#feed-lists #comments_wrapper .comments_list .user .pict img,
#feed-lists #comments_wrapper .comments_list_more .user .pict img,
#feed-lists .comments_wrapper .comments_list .user .pict img,
#feed-lists .comments_wrapper .comments_list_more .user .pict img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  color: #FFF;
}
#blog_show #comments_wrapper .comments_list .user .name,
#blog_show #comments_wrapper .comments_list_more .user .name,
#blog_show .comments_wrapper .comments_list .user .name,
#blog_show .comments_wrapper .comments_list_more .user .name,
#recruit_show #comments_wrapper .comments_list .user .name,
#recruit_show #comments_wrapper .comments_list_more .user .name,
#recruit_show .comments_wrapper .comments_list .user .name,
#recruit_show .comments_wrapper .comments_list_more .user .name,
#feed-lists #comments_wrapper .comments_list .user .name,
#feed-lists #comments_wrapper .comments_list_more .user .name,
#feed-lists .comments_wrapper .comments_list .user .name,
#feed-lists .comments_wrapper .comments_list_more .user .name {
  font-weight: bold;
  line-height: 18px;
}
#blog_show #comments_wrapper .comments_list .user .text,
#blog_show #comments_wrapper .comments_list_more .user .text,
#blog_show .comments_wrapper .comments_list .user .text,
#blog_show .comments_wrapper .comments_list_more .user .text,
#recruit_show #comments_wrapper .comments_list .user .text,
#recruit_show #comments_wrapper .comments_list_more .user .text,
#recruit_show .comments_wrapper .comments_list .user .text,
#recruit_show .comments_wrapper .comments_list_more .user .text,
#feed-lists #comments_wrapper .comments_list .user .text,
#feed-lists #comments_wrapper .comments_list_more .user .text,
#feed-lists .comments_wrapper .comments_list .user .text,
#feed-lists .comments_wrapper .comments_list_more .user .text {
  width: 100%;
  padding: 0 36px 0 10px;
}
#blog_show #comments_wrapper .comments_list .user .right,
#blog_show #comments_wrapper .comments_list_more .user .right,
#blog_show .comments_wrapper .comments_list .user .right,
#blog_show .comments_wrapper .comments_list_more .user .right,
#recruit_show #comments_wrapper .comments_list .user .right,
#recruit_show #comments_wrapper .comments_list_more .user .right,
#recruit_show .comments_wrapper .comments_list .user .right,
#recruit_show .comments_wrapper .comments_list_more .user .right,
#feed-lists #comments_wrapper .comments_list .user .right,
#feed-lists #comments_wrapper .comments_list_more .user .right,
#feed-lists .comments_wrapper .comments_list .user .right,
#feed-lists .comments_wrapper .comments_list_more .user .right {
  position: absolute;
  right: 0;
  top: 6px;
}
#blog_show #comments_wrapper .comments_list .user .right .material-symbols-rounded,
#blog_show #comments_wrapper .comments_list_more .user .right .material-symbols-rounded,
#blog_show .comments_wrapper .comments_list .user .right .material-symbols-rounded,
#blog_show .comments_wrapper .comments_list_more .user .right .material-symbols-rounded,
#recruit_show #comments_wrapper .comments_list .user .right .material-symbols-rounded,
#recruit_show #comments_wrapper .comments_list_more .user .right .material-symbols-rounded,
#recruit_show .comments_wrapper .comments_list .user .right .material-symbols-rounded,
#recruit_show .comments_wrapper .comments_list_more .user .right .material-symbols-rounded,
#feed-lists #comments_wrapper .comments_list .user .right .material-symbols-rounded,
#feed-lists #comments_wrapper .comments_list_more .user .right .material-symbols-rounded,
#feed-lists .comments_wrapper .comments_list .user .right .material-symbols-rounded,
#feed-lists .comments_wrapper .comments_list_more .user .right .material-symbols-rounded {
  color: #999;
}
#blog_show #comments_wrapper .comments_list .user .more-detail,
#blog_show #comments_wrapper .comments_list_more .user .more-detail,
#blog_show .comments_wrapper .comments_list .user .more-detail,
#blog_show .comments_wrapper .comments_list_more .user .more-detail,
#recruit_show #comments_wrapper .comments_list .user .more-detail,
#recruit_show #comments_wrapper .comments_list_more .user .more-detail,
#recruit_show .comments_wrapper .comments_list .user .more-detail,
#recruit_show .comments_wrapper .comments_list_more .user .more-detail,
#feed-lists #comments_wrapper .comments_list .user .more-detail,
#feed-lists #comments_wrapper .comments_list_more .user .more-detail,
#feed-lists .comments_wrapper .comments_list .user .more-detail,
#feed-lists .comments_wrapper .comments_list_more .user .more-detail {
  position: absolute;
  right: -5px;
  bottom: 25px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}
#blog_show #comments_wrapper .comments_list .user .more-detail a,
#blog_show #comments_wrapper .comments_list_more .user .more-detail a,
#blog_show .comments_wrapper .comments_list .user .more-detail a,
#blog_show .comments_wrapper .comments_list_more .user .more-detail a,
#recruit_show #comments_wrapper .comments_list .user .more-detail a,
#recruit_show #comments_wrapper .comments_list_more .user .more-detail a,
#recruit_show .comments_wrapper .comments_list .user .more-detail a,
#recruit_show .comments_wrapper .comments_list_more .user .more-detail a,
#feed-lists #comments_wrapper .comments_list .user .more-detail a,
#feed-lists #comments_wrapper .comments_list_more .user .more-detail a,
#feed-lists .comments_wrapper .comments_list .user .more-detail a,
#feed-lists .comments_wrapper .comments_list_more .user .more-detail a {
  display: block;
  padding: 0;
  color: #666;
}
#blog_show #comments_wrapper .comments_list .user .more-detail a + a,
#blog_show #comments_wrapper .comments_list_more .user .more-detail a + a,
#blog_show .comments_wrapper .comments_list .user .more-detail a + a,
#blog_show .comments_wrapper .comments_list_more .user .more-detail a + a,
#recruit_show #comments_wrapper .comments_list .user .more-detail a + a,
#recruit_show #comments_wrapper .comments_list_more .user .more-detail a + a,
#recruit_show .comments_wrapper .comments_list .user .more-detail a + a,
#recruit_show .comments_wrapper .comments_list_more .user .more-detail a + a,
#feed-lists #comments_wrapper .comments_list .user .more-detail a + a,
#feed-lists #comments_wrapper .comments_list_more .user .more-detail a + a,
#feed-lists .comments_wrapper .comments_list .user .more-detail a + a,
#feed-lists .comments_wrapper .comments_list_more .user .more-detail a + a {
  margin-top: 5px;
}
#blog_show #comments_wrapper .comments_list .user .more-detail::after,
#blog_show #comments_wrapper .comments_list_more .user .more-detail::after,
#blog_show .comments_wrapper .comments_list .user .more-detail::after,
#blog_show .comments_wrapper .comments_list_more .user .more-detail::after,
#recruit_show #comments_wrapper .comments_list .user .more-detail::after,
#recruit_show #comments_wrapper .comments_list_more .user .more-detail::after,
#recruit_show .comments_wrapper .comments_list .user .more-detail::after,
#recruit_show .comments_wrapper .comments_list_more .user .more-detail::after,
#feed-lists #comments_wrapper .comments_list .user .more-detail::after,
#feed-lists #comments_wrapper .comments_list_more .user .more-detail::after,
#feed-lists .comments_wrapper .comments_list .user .more-detail::after,
#feed-lists .comments_wrapper .comments_list_more .user .more-detail::after {
  position: absolute;
  right: 11px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
#blog_show #comments_wrapper .comments_list .body,
#blog_show #comments_wrapper .comments_list_more .body,
#blog_show .comments_wrapper .comments_list .body,
#blog_show .comments_wrapper .comments_list_more .body,
#recruit_show #comments_wrapper .comments_list .body,
#recruit_show #comments_wrapper .comments_list_more .body,
#recruit_show .comments_wrapper .comments_list .body,
#recruit_show .comments_wrapper .comments_list_more .body,
#feed-lists #comments_wrapper .comments_list .body,
#feed-lists #comments_wrapper .comments_list_more .body,
#feed-lists .comments_wrapper .comments_list .body,
#feed-lists .comments_wrapper .comments_list_more .body {
  margin: 0;
  padding: 0 0 0 18px;
}
#blog_show #comments_wrapper .comments_list .body > p,
#blog_show #comments_wrapper .comments_list_more .body > p,
#blog_show .comments_wrapper .comments_list .body > p,
#blog_show .comments_wrapper .comments_list_more .body > p,
#recruit_show #comments_wrapper .comments_list .body > p,
#recruit_show #comments_wrapper .comments_list_more .body > p,
#recruit_show .comments_wrapper .comments_list .body > p,
#recruit_show .comments_wrapper .comments_list_more .body > p,
#feed-lists #comments_wrapper .comments_list .body > p,
#feed-lists #comments_wrapper .comments_list_more .body > p,
#feed-lists .comments_wrapper .comments_list .body > p,
#feed-lists .comments_wrapper .comments_list_more .body > p {
  margin-top: 10px;
  padding: 10px;
  line-height: 1.5;
  background: #FFF;
  border-radius: 5px;
  line-height: 1.5;
  box-shadow: 0 0 3px #CCC;
}
#blog_show #comments_wrapper .comments_list .body a.reply_re_icon,
#blog_show #comments_wrapper .comments_list_more .body a.reply_re_icon,
#blog_show .comments_wrapper .comments_list .body a.reply_re_icon,
#blog_show .comments_wrapper .comments_list_more .body a.reply_re_icon,
#recruit_show #comments_wrapper .comments_list .body a.reply_re_icon,
#recruit_show #comments_wrapper .comments_list_more .body a.reply_re_icon,
#recruit_show .comments_wrapper .comments_list .body a.reply_re_icon,
#recruit_show .comments_wrapper .comments_list_more .body a.reply_re_icon,
#feed-lists #comments_wrapper .comments_list .body a.reply_re_icon,
#feed-lists #comments_wrapper .comments_list_more .body a.reply_re_icon,
#feed-lists .comments_wrapper .comments_list .body a.reply_re_icon,
#feed-lists .comments_wrapper .comments_list_more .body a.reply_re_icon {
  background: #666;
  color: #FFF;
}
#blog_show #comments_wrapper .comments_list .body ul,
#blog_show #comments_wrapper .comments_list_more .body ul,
#blog_show .comments_wrapper .comments_list .body ul,
#blog_show .comments_wrapper .comments_list_more .body ul,
#recruit_show #comments_wrapper .comments_list .body ul,
#recruit_show #comments_wrapper .comments_list_more .body ul,
#recruit_show .comments_wrapper .comments_list .body ul,
#recruit_show .comments_wrapper .comments_list_more .body ul,
#feed-lists #comments_wrapper .comments_list .body ul,
#feed-lists #comments_wrapper .comments_list_more .body ul,
#feed-lists .comments_wrapper .comments_list .body ul,
#feed-lists .comments_wrapper .comments_list_more .body ul {
  margin: 0;
  margin-top: -100px;
  padding-top: 100px;
  width: 100%;
}
#blog_show #comments_wrapper .comments_list .body ul li,
#blog_show #comments_wrapper .comments_list_more .body ul li,
#blog_show .comments_wrapper .comments_list .body ul li,
#blog_show .comments_wrapper .comments_list_more .body ul li,
#recruit_show #comments_wrapper .comments_list .body ul li,
#recruit_show #comments_wrapper .comments_list_more .body ul li,
#recruit_show .comments_wrapper .comments_list .body ul li,
#recruit_show .comments_wrapper .comments_list_more .body ul li,
#feed-lists #comments_wrapper .comments_list .body ul li,
#feed-lists #comments_wrapper .comments_list_more .body ul li,
#feed-lists .comments_wrapper .comments_list .body ul li,
#feed-lists .comments_wrapper .comments_list_more .body ul li {
  padding: 20px 0 0;
  border-top: none;
}
#blog_show #comments_wrapper .comments_list .body ul li:last-child,
#blog_show #comments_wrapper .comments_list_more .body ul li:last-child,
#blog_show .comments_wrapper .comments_list .body ul li:last-child,
#blog_show .comments_wrapper .comments_list_more .body ul li:last-child,
#recruit_show #comments_wrapper .comments_list .body ul li:last-child,
#recruit_show #comments_wrapper .comments_list_more .body ul li:last-child,
#recruit_show .comments_wrapper .comments_list .body ul li:last-child,
#recruit_show .comments_wrapper .comments_list_more .body ul li:last-child,
#feed-lists #comments_wrapper .comments_list .body ul li:last-child,
#feed-lists #comments_wrapper .comments_list_more .body ul li:last-child,
#feed-lists .comments_wrapper .comments_list .body ul li:last-child,
#feed-lists .comments_wrapper .comments_list_more .body ul li:last-child {
  padding-bottom: 0 !important;
}
#blog_show .picture,
#recruit_show .picture,
#feed-lists .picture {
  margin: 10px 0 0;
}
#blog_show .picture a,
#recruit_show .picture a,
#feed-lists .picture a {
  display: block;
}
#blog_show .picture img,
#recruit_show .picture img,
#feed-lists .picture img {
  width: 100%;
}
#blog_show .pictures,
#recruit_show .pictures,
#feed-lists .pictures {
  display: flex;
  flex-wrap: wrap; /* コンテナの幅を超える場合は、次の行に折り返す */
  justify-content: flex-start; /* アイテムを左寄せにする */
  gap: 5px; /* アイテム間の隙間を10pxに設定 */
  margin: 20px 0 0;
  max-width: 100%;
}
#blog_show .pictures a,
#recruit_show .pictures a,
#feed-lists .pictures a {
  display: block;
  flex: 0 0 calc(20% - 4px); /* 10px * 4 / 5 = 8px */
  margin: 0;
  height: auto;
  aspect-ratio: 1/1;
}
#blog_show .pictures a img,
#recruit_show .pictures a img,
#feed-lists .pictures a img {
  margin: 0;
  border-radius: 5px;
}
#blog_show .comment_create,
#recruit_show .comment_create,
#feed-lists .comment_create {
  background: none;
  padding: 0;
}
#blog_show .btns,
#recruit_show .btns,
#feed-lists .btns {
  display: flex;
  margin: 10px 0 0;
  color: #666;
  font-size: 0;
}
#blog_show .btns > div > span,
#blog_show .btns > div > a,
#recruit_show .btns > div > span,
#recruit_show .btns > div > a,
#feed-lists .btns > div > span,
#feed-lists .btns > div > a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
#blog_show .btns > div > span + *,
#blog_show .btns > div > a + *,
#recruit_show .btns > div > span + *,
#recruit_show .btns > div > a + *,
#feed-lists .btns > div > span + *,
#feed-lists .btns > div > a + * {
  margin-left: 20px;
}
#blog_show .btns .like-btn,
#recruit_show .btns .like-btn,
#feed-lists .btns .like-btn {
  width: 70px;
  text-decoration: none;
}
#blog_show .btns .like-btn .material-symbols-rounded,
#recruit_show .btns .like-btn .material-symbols-rounded,
#feed-lists .btns .like-btn .material-symbols-rounded {
  margin-right: 5px;
}
#blog_show .btns .like-btn.like_btn:active .material-symbols-rounded, #blog_show .btns .like-btn.voted .material-symbols-rounded,
#recruit_show .btns .like-btn.like_btn:active .material-symbols-rounded,
#recruit_show .btns .like-btn.voted .material-symbols-rounded,
#feed-lists .btns .like-btn.like_btn:active .material-symbols-rounded,
#feed-lists .btns .like-btn.voted .material-symbols-rounded {
  color: #ff749f;
}
#blog_show .btns .action,
#recruit_show .btns .action,
#feed-lists .btns .action {
  width: 100%;
}
#blog_show .btns .date,
#recruit_show .btns .date,
#feed-lists .btns .date {
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  line-height: 18px;
  color: #666;
  white-space: nowrap;
}
#blog_show .btns .material-symbols-rounded,
#recruit_show .btns .material-symbols-rounded,
#feed-lists .btns .material-symbols-rounded {
  font-size: 20px;
  width: 20px;
  color: #999;
}

@media (hover: hover) {
  #blog_show .btns .like-btn.like_btn:hover .material-symbols-rounded,
  #recruit_show .btns .like-btn.like_btn:hover .material-symbols-rounded,
  #feed-lists .btns .like-btn.like_btn:hover .material-symbols-rounded {
    color: #ff749f;
  }
}
#list-action {
  padding: 15px 20px;
  display: flex;
  border-top: solid 1px #EEE;
}
#list-action li > a,
#list-action li > span {
  display: inline-block;
}
#list-action .main-action {
  font-size: 0;
  width: 246px;
  min-width: 246px;
}
#list-action .main-action > a,
#list-action .main-action > span {
  width: 70px;
  margin-right: 12px;
  line-height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  text-decoration: none;
}
#list-action .main-action .material-symbols-rounded {
  margin-right: 8px;
  font-size: 20px;
  width: 20px;
  color: #999;
}
#list-action .main-action a.like_btn:active .material-symbols-rounded,
#list-action .main-action .voted .material-symbols-rounded {
  color: #ff749f;
}
#list-action .main-action a.comment_btn:active .material-symbols-rounded,
#list-action .main-action .commented .material-symbols-rounded {
  color: #F6B202;
}
#list-action .share-action {
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: right;
}
#list-action .share-action > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
#list-action .share-action .material-symbols-rounded {
  font-size: 20px;
  width: 20px;
  color: #999;
}
#list-action .more-detail {
  position: absolute;
  right: -10px;
  bottom: 25px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  padding: 7px 0;
  text-align: left;
}
#list-action .more-detail::after {
  position: absolute;
  right: 16px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
#list-action .more-detail a {
  display: block;
  padding: 3px 10px;
  color: #666;
}
#list-action .more-detail .material-symbols-rounded {
  margin-right: 3px;
}

@media (hover: hover) {
  #list-action .main-action a.like_btn:hover .material-symbols-rounded {
    color: #ff749f;
  }
  #list-action .main-action a.comment_btn:hover .material-symbols-rounded {
    color: #F6B202;
  }
}
#share_btn {
  border-top: solid 1px #EEE;
  padding: 15px 20px;
  text-align: right;
  font-size: 0;
  background: #FFF;
}
#share_btn a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#share_btn a + a {
  margin-left: 20px;
}
#share_btn img {
  width: 20px;
  height: 20px;
}

/* information */
@media (hover: hover) {
  #information a:hover {
    text-decoration: underline;
  }
  #information .submit a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#information {
  padding: 40px 40px 100px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
  color: #434343;
}
#information a {
  color: #009FD2;
}
#information a:active {
  text-decoration: underline;
}
#information h1 {
  margin: 0 0 24px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
}
#information h2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #434343;
}
#information ol + h2 {
  margin-top: 24px;
}
#information li {
  list-style: disc;
  margin-left: 19px;
  line-height: 1.5;
}
#information ol > li {
  list-style: decimal;
}
#information p {
  line-height: 1.5;
}
#information table {
  margin: 20px 0;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  table-layout: fixed;
}
#information table thead {
  font-size: 16px;
  font-size: 1.6rem;
}
#information table th {
  padding: 20px;
  background: #009FD2;
  color: #FFF;
  font-weight: normal;
  border: solid 1px #FFF;
}
#information table td {
  background: #E3F4F9;
  border: solid 1px #FFF;
}
#information .attention {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}
#information .submit {
  margin: 80px 0;
  text-align: center;
}
#information .submit a {
  position: relative;
  display: inline-block;
  padding: 20px 100px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  background: #D01846;
  color: #FFF;
  border-radius: 5px;
}
#information .submit a:active {
  opacity: 0.7;
  text-decoration: none;
}
#information .submit a::after {
  position: absolute;
  right: 20px;
  content: "＞";
}
#information .explanation {
  font-size: 16px;
  font-size: 1.6rem;
}
#information .explanation h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
#information .explanation ul {
  list-style: none;
  margin: 0;
}
#information .explanation ul li {
  float: left;
  width: 80%;
  list-style: none;
  margin: 0;
  padding: 20px;
  background: #F9F9F9;
  box-shadow: 5px 5px 0 #EEE;
  border-radius: 5px;
}
#information .explanation ul li h3 {
  margin: 0 0 0.5em;
  padding: 0 0 1em;
  border-bottom: solid 1px #EEE;
}
#information .explanation ul li + li {
  margin-top: 20px;
}
#information .explanation ul li:nth-child(2n) {
  float: right;
}
#information .explanation ul::after {
  content: "";
  display: block;
  clear: both;
}

#contact_form .success {
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 0;
  color: #3C925E;
  background: #DCF1E4;
  text-align: center;
  border: solid 1px #3C925E;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
#contact_form .error {
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 0;
  text-align: center;
  border: solid 1px #FE595F;
  color: #FE595F;
  background: #F7E3E3;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
#contact_form table {
  margin: 20px 0;
}
#contact_form table small {
  color: #FE595F;
  font-size: 80%;
}
#contact_form table small.hide {
  color: transparent;
}
#contact_form table input,
#contact_form table textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: solid 1px #CCC;
  padding: 10px;
  line-height: 18px;
  vertical-align: top;
  color: #434343;
}
#contact_form table .w100 input {
  width: 100px;
}
#contact_form table .w200 input {
  width: 200px;
}
#contact_form table .w300 input {
  width: 300px;
}
#contact_form table .w400 input {
  width: 400px;
}
#contact_form table .w500 input {
  width: 400px;
}
#contact_form table p.sub {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #999;
  white-space: normal;
}
#contact_form table p.sub span {
  display: block;
  position: relative;
  padding-left: 1em;
}
#contact_form table p.sub span::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
#contact_form p {
  line-height: 1.5;
}
#contact_form p.pre {
  white-space: pre-line;
}
#contact_form .checkpoint {
  margin: 40px 0 20px;
  text-align: center;
}
#contact_form .submit {
  margin: 20px 0 0;
}
#contact_form .submit .btn {
  width: 200px;
  padding: 17px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#contact_form .submit .btn:disabled, #contact_form .submit .btn:disabled:active {
  background: #CCC;
}

@media (hover: hover) {
  #contact_form .submit .btn:disabled:hover {
    background: #CCC;
  }
}
.common-none {
  padding: 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
  color: #CCC;
  text-align: center;
}

.edit-list {
  position: relative;
}
.edit-list h2 {
  margin: 0 0 20px;
  font-weight: bold;
  color: #434343;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  line-height: 24px !important;
}
.edit-list .button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-shadow: none;
  line-height: 14px;
  text-decoration: none;
  border: solid 1px #DDD;
  background: #FFF;
  border-radius: 5px;
  color: #434343;
}
.edit-list .button .material-symbols-rounded {
  font-size: 14px;
  font-size: 1.4rem;
  width: 14px;
  margin-right: 5px;
  color: #666;
}
.edit-list .button:active {
  background: #666;
  border-color: #666;
  color: #FFF;
}
.edit-list .button:active .material-symbols-rounded {
  color: #FFF;
}
.edit-list ul {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
}
.edit-list ul li {
  padding: 20px;
  line-height: 1.5;
}
.edit-list ul li + li {
  border-top: solid 1px #DDD;
}
.edit-list ul .none {
  color: #CCC;
}

@media (hover: hover) {
  .edit-list .button:hover {
    background: #666;
    border-color: #666;
    color: #FFF;
  }
  .edit-list .button:hover .material-symbols-rounded {
    color: #FFF;
  }
}
#content ._ap_apex_ad {
  position: relative !important;
  height: auto !important;
}

.contents-list > h3 {
  margin: 20px 15px;
  font-weight: bold;
  color: #434343;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
}
.contents-list > h3 img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

#back-link {
  margin: 0 0 20px;
}
#back-link a {
  display: block;
  line-height: 24px;
  color: #434343;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
#back-link img {
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 10px;
}

@media (hover: hover) {
  #page-back .block h1 + .edit-btn a:hover {
    border-color: #666;
    background: #666;
    color: #FFF !important;
  }
}
#page-back {
  width: 100%;
}
#page-back .back-link {
  margin: 0 0 20px;
}
#page-back .back-link a {
  display: block;
  line-height: 24px;
  color: #434343;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
#page-back .back-link img {
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 10px;
}
#page-back .block {
  position: relative;
  margin: 0 0 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
}
#page-back .block h1 {
  margin: 0;
  padding: 20px;
  font-weight: bold;
  color: #434343;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
#page-back .block h1 + .edit-btn {
  position: absolute;
  right: 20px;
  top: 15px;
}
#page-back .block h1 + .edit-btn a {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  background: #FFF;
  color: #434343;
  border: solid 1px #DDD;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666 !important;
  line-height: 1;
  text-decoration: none;
}
#page-back .block h1 + .edit-btn a:active {
  border-color: #666;
  background: #666;
  color: #FFF !important;
}
#page-back .block h1 + .edit-btn a + a {
  margin-left: 10px;
}
#page-back .attention {
  border-top: solid 1px #DDD;
  padding: 20px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

#members li {
  display: flex;
  width: 100%;
  justify-items: center;
  align-items: center;
  border-top: solid 1px #DDD;
}
#members li > *:not(.popup_2024) {
  display: block;
  position: relative;
}
#members li .pict {
  padding: 20px 10px 20px 20px;
  min-width: 36px;
}
#members li .pict img {
  border-radius: 36px;
  width: 36px;
  height: 36px;
}
#members li a.name {
  width: 100%;
  padding: 20px 0 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  text-decoration: none;
  color: #434343;
  font-weight: bold;
}
#members li a.name:last-child {
  padding-right: 20px;
}
#members li a.name span {
  display: inline-block;
  background: #666;
  line-height: 1;
  margin: -2px 0 -4px 10px;
  padding: 5px 10px 7px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}
#members li a.name span.blue {
  background: #009FD2;
}
#members li a.name span.blue.light {
  background: #70C6E7;
}
#members li .owner {
  min-width: 82px;
  white-space: nowrap;
  text-align: right;
}
#members li .message {
  display: inline-block;
  vertical-align: top;
  padding: 9px 8px 7px 8px;
  border-radius: 36px;
  background: #009FD2;
  line-height: 20px;
}
#members li .message img {
  width: 20px;
  height: 20px;
}
#members li .more-link {
  display: inline-block;
  vertical-align: top;
  padding: 6px;
  border-radius: 36px;
  background: #FFF;
  line-height: 20px;
}
#members li .more-link img {
  width: 20px;
  height: 20px;
}
#members li .more-detail {
  position: absolute;
  right: 20px;
  bottom: 50px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  padding: 7px 0;
  text-align: left;
}
#members li .more-detail::after {
  position: absolute;
  right: 16px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
#members li .more-detail a {
  display: block;
  padding: 3px 10px;
  color: #666;
}
#members li .more-detail .material-symbols-rounded {
  margin-right: 3px;
  font-size: 20px;
  width: 20px;
  color: #999;
}
#members li .block_unblock {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  border-radius: 36px;
  background: #ccc;
  line-height: 20px;
}
#members li .block_unblock + a {
  margin-left: 10px;
}
#members li .block_unblock.blocked {
  background: #434343;
}
#members li .block_unblock img {
  width: 20px;
  height: 20px;
}
#members li span.message {
  background: #CCC;
}
#members li > div {
  min-width: 36px;
  padding: 20px;
  white-space: nowrap;
}
#members .none {
  color: #CCC;
  padding: 20px;
  line-height: 36px;
}
#members .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
}

#error_404 {
  text-align: center;
  padding: 40px 15px 100px;
}
#error_404 h1 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 5rem;
  color: #666;
}
#error_404 p {
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}
#error_404 a {
  display: inline-block;
  width: 200px;
  padding: 12px;
  border-radius: 5px;
  background: #009FD2;
  font-size: 1.8rem;
  color: #FFF;
  text-decoration: none;
}
#error_404 a:active {
  opacity: 0.8;
}
#error_404 small {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (hover: hover) {
  #error_404 a:hover {
    opacity: 0.8;
  }
  .more-menu-set.simple .more-menu-open:hover {
    background: #FFF;
  }
  .more-menu-set.simple .more-menu-open:hover .material-symbols-rounded {
    color: #999;
  }
  .more-menu-set .more-menu-open:hover {
    background: #434343;
    border-color: #434343;
    color: #FFF;
  }
  .more-menu-set .more-menu-open:hover .material-symbols-rounded {
    color: #FFF;
  }
}
.more-menu-set {
  position: relative;
}
.more-menu-set.simple .more-menu-open {
  border: none;
}
.more-menu-set.simple .more-menu-open:active {
  background: #FFF;
}
.more-menu-set.simple .more-menu-open:active .material-symbols-rounded {
  color: #999;
}
.more-menu-set .more-menu-open {
  display: inline-block;
  vertical-align: top;
  padding: 1px 10px;
  border-radius: 5px;
  background: #FFF;
  border: solid 1px #DDD;
  line-height: 20px;
  background: #FFF;
}
.more-menu-set .more-menu-open .material-symbols-rounded {
  color: #999;
}
.more-menu-set .more-menu-open:active {
  background: #434343;
  border-color: #434343;
  color: #FFF;
}
.more-menu-set .more-menu-open:active .material-symbols-rounded {
  color: #FFF;
}
.more-menu-set .more-menu-block {
  position: absolute;
  right: 3px;
  bottom: 38px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 8px 0;
  text-align: left;
  white-space: nowrap;
}
.more-menu-set .more-menu-block::after {
  position: absolute;
  right: 16px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-surface-normal);
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  transform: rotate(45deg);
  background: #FFF;
}
.more-menu-set .more-menu-block a {
  display: block;
  padding: 2px 10px;
  color: #666;
}
.more-menu-set .more-menu-block a + a {
  margin-top: 3px;
}
.more-menu-set .more-menu-block .material-symbols-rounded {
  margin-right: 3px;
  font-size: 20px;
  width: 20px;
  color: #434343;
  vertical-align: top;
}
.more-menu-set .more-menu-block img {
  margin: 2px 5px 2px 2px;
  width: 16px !important;
  height: 16px !important;
}

@media (hover: hover) {
  .icon-over:hover img:nth-child(1) {
    display: none;
  }
  .icon-over:hover img:nth-child(2) {
    display: inline-block;
  }
}
.icon-over img {
  display: inline-block;
}
.icon-over img:nth-child(2) {
  display: none;
}
.icon-over:active img:nth-child(1) {
  display: none;
}
.icon-over:active img:nth-child(2) {
  display: inline-block;
}

#contents_menu {
  display: flex;
  justify-content: flex-end;
}
#contents_menu li {
  margin: 0 0 20px;
  min-width: 20%;
}
#contents_menu li + li {
  margin-left: 10px;
}
#contents_menu a {
  display: block;
  padding: 8px;
  background: #FFF;
  border-radius: 5px;
  border: solid 1px #DDD;
  line-height: 19px;
  text-align: center;
  color: #434343;
  text-decoration: none;
  white-space: nowrap;
}
#contents_menu a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
#contents_menu a:active {
  background: #434343;
  border-color: #434343;
  color: #FFF;
}

@media (hover: hover) {
  #contents_menu a:hover {
    background: #434343;
    border-color: #434343;
    color: #FFF;
  }
}
.ui-dialog {
  position: fixed;
}

.ui-widget.ui-widget-content {
  max-width: 600px !important;
  min-width: 600px !important;
  width: 600px !important;
  box-sizing: border-box;
  z-index: 99999 !important;
  border-radius: 5px;
  border: none !important;
  background: #FFF;
  box-shadow: none;
  padding: 0;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar {
  position: relative;
  padding: 14px 44px;
  border-radius: 5px 5px 0 0;
  border: none;
  background: #00A0D2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2) url(/labostatic/img/close-w.png) no-repeat center;
  background-size: 10px 10px;
  font-size: 0;
  outline: none;
  border: none;
  cursor: pointer;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close span {
  display: none;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  max-width: 600px;
  min-width: 300px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  overflow-y: auto;
  padding: 30px 40px;
}
.ui-widget.ui-widget-content .ui-dialog-content * + * {
  margin-top: 10px;
}
.ui-widget.ui-widget-content .ui-dialog-content input[type=text],
.ui-widget.ui-widget-content .ui-dialog-content .textarea textarea,
.ui-widget.ui-widget-content .ui-dialog-content textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px 9px;
  border: none;
  border-radius: 5px;
  border: solid 1px #DDD;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.ui-widget.ui-widget-content .ui-dialog-content input[type=text]:disabled,
.ui-widget.ui-widget-content .ui-dialog-content .textarea textarea:disabled,
.ui-widget.ui-widget-content .ui-dialog-content textarea:disabled {
  background: #EEE;
  color: #999;
}
.ui-widget.ui-widget-content .ui-dialog-content .share {
  display: flex;
}
.ui-widget.ui-widget-content .ui-dialog-content .share div.left {
  width: 100%;
  margin: 0 10px 0 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .share div.right {
  margin: 0 !important;
  margin-top: 0 !important;
  min-width: 130px;
  width: 130px;
  vertical-align: top;
}
.ui-widget.ui-widget-content .ui-dialog-content .btn {
  display: inline-block;
  margin: 0;
  width: 130px;
  padding: 12px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  color: #FFF;
}
.ui-widget.ui-widget-content .ui-dialog-content .btn.disabled {
  background-color: #D01846;
}
.ui-widget.ui-widget-content .ui-dialog-content p small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane::after, .ui-widget.ui-widget-content .ui-dialog-buttonpane::before {
  display: none;
}
.ui-widget.ui-widget-content .ui-dialog-buttonset {
  float: none !important;
  margin: 0 auto;
  padding: 20px;
  border: none;
  border: none;
  border-top: solid 1px #DCE1E9;
  background: #FFF;
  border-radius: 0 0 5px 5px;
  text-align: center;
  font-size: 0;
  max-width: 600px;
  min-width: 300px;
  box-sizing: border-box;
}
.ui-widget.ui-widget-content .ui-dialog-buttonset button {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: #00A0D2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  outline: none;
  vertical-align: top;
  transition: opacity 0.2s ease;
  min-width: 130px;
  cursor: pointer;
}
.ui-widget.ui-widget-content .ui-dialog-buttonset button + button {
  margin-left: 10px;
}
.ui-widget.ui-widget-content .ui-dialog-buttonset button:active {
  opacity: 0.7;
}
.ui-widget.ui-widget-content .ui-dialog-buttonset button:first-child:not(:last-child) {
  background: #999;
}

@media (hover: hover) {
  .ui-widget.ui-widget-content .ui-dialog-buttonset button:hover {
    opacity: 0.7;
  }
}
.ui-widget-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998 !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

#sticky_wrapper {
  position: relative;
  margin: 0 auto;
}
#sticky_wrapper .ad-left-wrapper {
  position: absolute;
  left: calc(50% - 746px);
  top: 0;
  height: 100%;
}
#sticky_wrapper .ad-left {
  position: sticky;
  left: 0;
  top: 174px;
  margin-bottom: 380px;
}
#sticky_wrapper .ad-left .absolute > * {
  top: auto !important;
}

.wide #sticky_wrapper .ad-left-wrapper {
  position: absolute;
  left: calc(50% - 796px);
  top: 0;
  height: 100%;
}

#poll-table,
#poller-form .poll-table {
  width: 100%;
  margin: 20px 0;
  border: solid 6px #EEE;
  background: #FFF;
}
#poll-table th,
#poll-table td,
#poller-form .poll-table th,
#poller-form .poll-table td {
  width: 70%;
  border-left: solid 1px #EEE;
  border-top: solid 1px #EEE;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
}
#poll-table th:not(:first-child),
#poll-table td:not(:first-child),
#poller-form .poll-table th:not(:first-child),
#poller-form .poll-table td:not(:first-child) {
  width: 10%;
  text-align: center;
}
#poll-table th > i,
#poll-table td > i,
#poller-form .poll-table th > i,
#poller-form .poll-table td > i {
  margin: 0;
}
#poll-table .top > *,
#poller-form .poll-table .top > * {
  background: #DBEDE2;
  color: #4BA66F;
}

#poller-form {
  position: relative;
  z-index: 10;
}
#poller-form .vote_label {
  position: relative;
}
#poller-form .vote_label input {
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#poller-form .vote_label label {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #EEE;
}
#poller-form .vote_label label i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: no-repeat center;
  background-size: 20px 20px;
}
#poller-form .vote_label label i.o {
  background-image: url(/labostatic/img/o.png);
}
#poller-form .vote_label label i.t {
  background-image: url(/labostatic/img/t.png);
  background-position: center 6px;
}
#poller-form .vote_label label i.x {
  background-image: url(/labostatic/img/x.png);
}
#poller-form .vote_label input:checked + label {
  background: #00A0D2;
}
#poller-form .vote_label input:checked + label i.o {
  background-image: url(/labostatic/img/o_w.png);
}
#poller-form .vote_label input:checked + label i.t {
  background-image: url(/labostatic/img/t_w.png);
}
#poller-form .vote_label input:checked + label i.x {
  background-image: url(/labostatic/img/x_w.png);
}
#poller-form input.btn {
  width: 50%;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  background: #00A0D2;
  border: none;
  color: #FFF;
  line-height: 40px;
}

#poller-form .user {
  display: flex;
  margin: 0 -10px 10px 0;
  align-items: center;
}
#poller-form .user .pict img {
  min-width: 36px;
  border-radius: 36px;
}
#poller-form .user .name {
  width: 100%;
  padding-left: 10px;
  line-height: 1.5;
  font-weight: bold;
}
#poller-form select {
  width: 100%;
  margin: 0 0 20px;
  padding: 8px 10px;
  border: solid 1px #DDD;
  border-radius: 5px;
  background: url(/labostatic/img/select.png) no-repeat right;
  background-size: 20px 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4BA66F;
  line-height: 1.43;
}
#poller-form select.t {
  color: #F6A623;
}
#poller-form select.x {
  color: #888;
}

.outin-block {
  position: relative;
  z-index: 10;
  margin: 0 0 40px;
}
.outin-block > div {
  margin: 0;
}
.outin-block h2 {
  color: #434343;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 12px;
}
.outin-block > div {
  padding: 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
}

#schedule_voter .list > li {
  position: relative;
  padding: 20px;
  background: #E4F2EA;
  border-radius: 5px;
  box-shadow: 0 0 3px #CCC;
}
#schedule_voter .list > li.t {
  background: #FEF2DE;
}
#schedule_voter .list > li.t h3 {
  color: #F6A623;
}
#schedule_voter .list > li.x {
  background: #EEE;
}
#schedule_voter .list > li.x h3 {
  color: #888;
}
#schedule_voter .list > li.un {
  background: #FEEEEF;
}
#schedule_voter .list > li.un h3 {
  color: #FE595F;
}
#schedule_voter .list > li + li {
  margin-top: 20px;
}
#schedule_voter .list > li h3 {
  margin: 0 0 12px;
  color: #4BA66F;
}

#schedule_voter .list .message {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #4BA66F;
  line-height: 1.3;
}

#schedule_voter .list .t .message {
  color: #F6A623;
}

#schedule_voter .list .x .message {
  color: #888;
}

#schedule_voter .list .un .message {
  color: #FE595F;
}

#schedule_voter .voters-table {
  background: #FFF;
  border-radius: 5px;
}
#schedule_voter .voters-table li {
  padding: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
#schedule_voter .voters-table li .pict {
  width: 36px;
  min-width: 36px;
}
#schedule_voter .voters-table li .pict img {
  border-radius: 36px;
}
#schedule_voter .voters-table li .name {
  width: 100%;
  line-height: 36px;
  font-weight: bold;
  padding-left: 10px;
}
#schedule_voter .voters-table li .name a {
  color: #434343;
}
#schedule_voter .voters-table li .none {
  color: #CCC;
}

#schedule_voter .o .voters-table li + li {
  border-top: solid 1px #E4F2EA;
}

#schedule_voter .t .voters-table li + li {
  border-top: solid 1px #FEF2DE;
}

#schedule_voter .x .voters-table li + li {
  border-top: solid 1px #EEE;
}

#schedule_voter .un .voters-table li + li {
  border-top: solid 1px #FEEEEF;
}

.category.team {
  background-color: #489fd2 !important;
}
.category.cercle {
  background-color: #f88a1a !important;
}
.category.club {
  background-color: #80d248 !important;
}
.category.extracurricular {
  background-color: #525252 !important;
}
.category.school {
  background-color: #eccc50 !important;
}
.category.fun {
  background-color: #ec5071 !important;
}
.category.individual {
  background-color: #eb98a2 !important;
}
.category.facility {
  background-color: #204b73 !important;
}
.category.business {
  background-color: #a7a7a7 !important;
}
.category.salon {
  background-color: #888ab5 !important;
}
.category.event {
  background-color: #ec5050 !important;
}
.category.sports_only_organization {
  background-color: #d2aa48 !important;
}

#table-list {
  width: 100%;
  color: #434343;
}
#table-list th {
  padding: 10px 20px;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
}
#table-list th + th {
  padding-left: 0;
}
#table-list td {
  padding: 15px 20px;
  border-top: solid 1px #DDD;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
#table-list td + td {
  padding-left: 0;
}
#table-list .center {
  text-align: center;
}
#table-list .nowrap {
  white-space: nowrap;
}

#related-article {
  margin-top: 20px;
}
#related-article h2 {
  margin-bottom: 20px;
  color: #434343;
  font-size: 18px;
  line-height: 24px;
}

#category-title {
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 1;
  padding: 20px 15px;
  background: #FFF;
}
#category-title .icon {
  width: 44px;
  min-width: 44px;
  margin-right: 10px;
}
#category-title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 6px;
  color: #484848;
}
#category-title p {
  padding-left: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
#category-title img {
  width: 44px;
}

.youtube-embed:has(iframe),
.video-wrapper:has(iframe) {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  margin: 10px 0 0;
  border-radius: 5px;
}

.youtube-embed iframe,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#edit .social-login,
#edit-body .social-login,
#login .social-login {
  display: flex;
  line-height: 20px;
  border: solid 1px #DDD;
  border-radius: 5px;
  text-decoration: none;
  color: #434343;
  box-sizing: border-box;
}
#edit .social-login + .social-login,
#edit-body .social-login + .social-login,
#login .social-login + .social-login {
  margin-top: 10px;
}
#edit .social-login.disabled,
#edit-body .social-login.disabled,
#login .social-login.disabled {
  pointer-events: none;
  background: #CCC !important;
  border-color: #CCC;
  color: #FFF;
}
#edit .social-login:hover,
#edit-body .social-login:hover,
#login .social-login:hover {
  background: #F9F9F9;
}
#edit .social-login div,
#edit-body .social-login div,
#login .social-login div {
  box-sizing: border-box;
}
#edit .social-login div:first-child,
#edit-body .social-login div:first-child,
#login .social-login div:first-child {
  width: 48px;
  min-width: 48px;
  padding: 9px;
  border-right: solid 1px #DDD;
}
#edit .social-login div:last-child,
#edit-body .social-login div:last-child,
#login .social-login div:last-child {
  width: 100%;
  padding: 9px 9px 10px;
  line-height: 29px;
  text-align: center;
}
#edit .social-login img,
#edit .social-login svg,
#edit-body .social-login img,
#edit-body .social-login svg,
#login .social-login img,
#login .social-login svg {
  vertical-align: top;
}
#edit .social-login.line,
#edit-body .social-login.line,
#login .social-login.line {
  background: #00C300;
  color: #FFF;
}
#edit .social-login.line:hover,
#edit-body .social-login.line:hover,
#login .social-login.line:hover {
  opacity: 0.8;
}
#edit .social-login.line div:first-child,
#edit-body .social-login.line div:first-child,
#login .social-login.line div:first-child {
  padding: 2px;
  min-width: 48px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
#edit .social-login.line img,
#edit-body .social-login.line img,
#login .social-login.line img {
  width: 44px;
  height: 44px;
}

.url-ogp-embed .item {
  display: block;
  margin: 10px 0 0;
  color: #434343;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #DDD;
}
.url-ogp-embed .item.large-image .detail {
  display: block;
  aspect-ratio: 1/0.523;
  width: 100%;
  height: auto;
}
.url-ogp-embed .item.large-image .cover {
  aspect-ratio: 1/0.523;
  width: 100%;
  height: auto;
}
.url-ogp-embed .item.large-image .body {
  box-sizing: border-box;
}
.url-ogp-embed .item .detail {
  display: flex;
  display: -webkit-flex;
  height: 100px;
}
.url-ogp-embed .item .cover {
  min-width: 100px;
  background: #EEE url(../img/logo_gray.png) center/cover no-repeat;
}
.url-ogp-embed .item .cover.dummy {
  background-size: 70px;
}
.url-ogp-embed .item .cover img {
  width: 100px;
}
.url-ogp-embed .item .body {
  width: 100%;
  padding: 10px;
}
.url-ogp-embed .item h3 {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 17px;
}
.url-ogp-embed .item p {
  margin-top: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 15px;
}
.url-ogp-embed .item .status {
  display: flex;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  border-top: solid 1px #DDD;
}
.url-ogp-embed .item .status .material-symbols-rounded {
  margin: 1px 8px -1px 0;
  color: #999;
  font-size: 16px;
  width: 16px;
  vertical-align: top;
}
.url-ogp-embed .item .status object {
  display: inline-block;
  min-width: 70px;
  color: #666;
}
.url-ogp-embed .item .status object + object {
  margin-left: 12px;
}

body .ui-dialog .ui-dialog-title {
  width: 100%;
}

#qr_menu {
  margin: 10px auto 0;
  text-align: center;
}
#qr_menu a {
  display: inline-block;
  margin: 0;
  color: #434343;
}
#qr_menu a:active p {
  text-decoration: underline;
}
#qr_menu a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  #qr_menu a:hover p {
    text-decoration: underline;
  }
}
a span.official {
  display: inline-block;
  padding: 4px 8px 5px;
  background: #434343;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  vertical-align: top;
}

#teams_list.top a span.official {
  margin: 4px 0 0 0;
}

#teams_list a span.official {
  margin: 1px 0 0 0;
}

#team_header a span.official {
  margin: 3px 0 0 5px;
  padding: 5px 10px 6px;
  font-size: 12px;
}

.team-list.single a span.official {
  margin: 1px 0 0 5px;
}

#teams_list h3 a:has(.official) > span:first-child {
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: calc(100% - 41px);
  margin-right: 5px;
}
#teams_list h3 a:has(.official) .official {
  float: left;
}