* {
  box-sizing: border-box;
  font-feature-settings: "pkna" 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  word-wrap: break-word;
  letter-spacing: 0.05em;
  margin: 0;
  font-style: nomal;
  font-family: "Hiragino sans", sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #dddddd;
  background-position: top;
  background-size: contain
}

body h2 {
  font-size: 2rem
}

body a {
  color: #24a7ff
}
@media screen and (max-width: 768px) {
  body {
    padding: 0;
    margin: 0;
  }
}

body .button-blue {
  background-color: #24a7ff;
  color: #ffffff;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.2s linear
}

@media screen and (max-width: 768px) {
  body .button-blue {
    padding: 14px 0;
    margin-top: 10px
  }
}

body .button-blue:hover {
  background-color: #40B2FF
}

input, textarea {
  -webkit-appearance: none
}

button {
  cursor: pointer
}

header {
  position: relative
}

header .tabbar {
  display: none
}

@media screen and (max-width: 992px) {
  header .tabbar {
    display: block;
    position: fixed;
    bottom: 0;
    height: 52px;
    width: 100%;
    background-color: #6bb3c7;
    z-index: 99
  }
}

header .tabbar nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0
}

header .tabbar nav ul li {
  flex: 0 0 calc(100%/3)
}

header .tabbar nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  height: 52px
}

header .tabbar nav ul li a.current {
  box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.8) inset
}

@media screen and (max-width: 992px) {
  header .brank {
    height: 52px
  }
}

header .navbar {
  background-color: #6bb3c7;
  width: 100%;
  height: 80px
}

@media screen and (max-width: 992px) {
  header .navbar {
    height: 52px;
    position: fixed;
    z-index: 10000
  }
}

header .navbar .notification {
  z-index: 1
}

header .navbar .notification input#notificationinput {
  display: none
}

header .navbar .notification input#notificationinput:checked~.box {
  display: block
}

header .navbar .notification label#notificationclose {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 28px;
  cursor: pointer
}

@media screen and (max-width: 992px) {
  header .navbar .notification label#notificationclose {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 15px;
    z-index: -1
  }
}

header .navbar .notification label#notificationclose span {
  position: absolute;
  top: -5px;
  right: -12px;
  background-color: #FA0000;
  font-size: 5px;
  line-height: 10px;
  border-radius: 100px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: normal;
  padding: 10%;
  letter-spacing: normal
}

header .navbar .notification label#notificationclose img {
  width: 100%;
  display: block
}

header .navbar .notification .box-notification {
  max-width: 300px;
  height: auto;
  margin-top: -10px;
  display: block;
  position: absolute;
  right: 5px;
  z-index: 20000;
  box-shadow: 0px 3px 13px 3px rgba(0, 0, 0, 0.36)
}

@media screen and (max-width: 768px) {
  header .navbar .notification .box-notification {
    max-width: 80%
  }
}

header .navbar .notification .box-notification:before {
  position: absolute;
  top: -10px;
  right: 16px;
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent
}

header .navbar .notification .box-notification .title a:active {
  transform: translateY(1px)
}

header .navbar .notification .box-notification ul {
  list-style: none;
  margin: 0;
  padding: 0
}

header .navbar .notification .box-notification ul li {
  border-top: 1px solid #E6ECF0
}

header .navbar .notification .box-notification ul li>a {
  display: flex;
  text-decoration: none;
  padding: 10px 20px;
  transition: 0.1s linear background-color
}

header .navbar .notification .box-notification ul li>a:hover {
  background-color: #F7F7F7
}

header .navbar .notification .box-notification ul li>a .image {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px
}

header .navbar .notification .box-notification ul li>a .image img {
  width: 100%;
  height: auto;
  display: block
}

header .navbar .notification .box-notification ul li>a p {
  font-size: 0.8rem;
  margin-left: 10px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4
}

header .navbar .notification .box-notification ul>a {
  text-align: center;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  border-top: 1px solid #E6ECF0;
  transition: 0.1s linear background-color
}

header .navbar .notification .box-notification ul>a:hover {
  background-color: #F7F7F7;
  border-radius: 0 0 6px 6px
}

header .navbar .notification .box-notification ul>a>div {
  width: 100%;
  height: 100%;
  display: inline-block
}

header .navbar .notification .box-notification ul>a>div:active {
  transform: translateY(1px)
}

header .navbar>.logo {
  display: none
}

@media screen and (max-width: 992px) {
  header .navbar>.logo {
    display: flex;
    align-items: center;
    height: 52px;
    width: 150px;
    margin: 0 auto
  }
}

header .navbar>.logo img {
  width: 100%;
  display: block
}

header .navbar label#navclose {
  display: none
}

@media screen and (max-width: 992px) {
  header .navbar label#navclose {
    display: block
  }
}

header .navbar label#navclose span {
  background-color: #ffffff
}

header .navbar label#navclose {
  display: none
}

@media screen and (max-width: 992px) {
  header .navbar label#navclose {
    display: inline-block;
    width: 68px;
    height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    transition: background .2s ease-in-out, width 0s .2s ease-in-out, height 0s .2s ease-in-out;
    position: fixed;
    -webkit-touch-callout: none;
    -webkit-user-select: none
  }
}

header .navbar label#navclose:before {
  position: absolute;
  top: 24px;
  left: 10px;
  width: 23px;
  height: 2px;
  background: #ffffff;
  content: "";
  box-shadow: 0 -8px 0 #ffffff, 0 8px 0 #ffffff
}

header .navbar #navinput {
  font-weight: bold;
  display: none
}

header .navbar #navinput:focus {
  outline: none
}

header .navbar #navinput:checked~label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.5s ease-in-out
}

header .navbar #navinput:checked~nav {
  top: 0;
  left: 0
}

header .navbar nav {
  display: flex
}

@media screen and (max-width: 992px) {
  header .navbar nav {
    display: block;
    position: fixed;
    left: -250px;
    top: 0;
    background-color: #ffffff;
    width: 250px;
    height: 100vh;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 26px;
    transition: ease left 0.5s;
    z-index: 2
  }
}

header .navbar nav .logo {
  position: absolute;
  width: 200px;
  top: 13px;
  left: 20px
}

@media screen and (max-width: 992px) {
  header .navbar nav .logo {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px
  }
}

header .navbar nav .logo svg {
  fill: #ffffff;
  width: 200px
}

@media screen and (max-width: 992px) {
  header .navbar nav .logo svg {
    width: 190px;
    fill: #6bb3c7
  }
}

header .navbar nav .user {
  display: none
}

@media screen and (max-width: 992px) {
  header .navbar nav .user {
    display: block;
    border-top: 1px solid #6bb3c7;
    border-bottom: 1px solid #6bb3c7;
    display: flex;
    align-items: center;
    padding: 20px 0
  }
}

header .navbar nav .user.guest .cover .image {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #E6ECF0
}

header .navbar nav .user.guest .cover .image img {
  display: block;
  width: 20px
}

@media screen and (max-width: 768px) {
  header .navbar nav .user.guest .cover .image img {
    width: 20px;
    height: 20px
  }
}

header .navbar nav .user.login .cover .image img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  header .navbar nav .user.login .cover .image img {
    width: 40px;
    height: 40px
  }
}

header .navbar nav .user .status {
  margin-left: 10px;
  font-weight: bold
}

header .navbar nav .user .status .action {
  font-size: 0.8rem
}

header .navbar nav .user .status .action a, header .navbar nav .user .status .action label {
  color: #6bb3c7;
  text-decoration: none
}

header .navbar nav .user .status .action a:last-child, header .navbar nav .user .status .action label:last-child {
  margin-left: 10px
}

header .navbar nav ul {
  list-style: none;
  display: flex;
  margin: 0 auto;
  width: 600px;
  padding: 0;
  justify-content: space-evenly
}

@media screen and (max-width: 992px) {
  header .navbar nav ul {
    display: block;
    padding: 0 20px;
    width: auto
  }
}

header .navbar nav ul li {
  display: flex;
  height: 80px;
  width: 100%;
  justify-content: center
}

@media screen and (max-width: 992px) {
  header .navbar nav ul li {
    display: block;
    height: auto;
    justify-content: flex-start
  }
}

header .navbar nav ul li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%
}

@media screen and (max-width: 992px) {
  header .navbar nav ul li a {
    justify-content: flex-start;
    padding: 18px 0;
    color: #6bb3c7;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    width: auto
  }
}

header .navbar nav ul li a:hover {
  box-shadow: 0px -6px 0px 0px rgba(255, 255, 255, 0.4) inset
}

@media screen and (max-width: 992px) {
  header .navbar nav ul li a:hover {
    box-shadow: none
  }
}

header .navbar nav ul li a.current {
  box-shadow: 0px -6px 0px 0px rgba(255, 255, 255, 0.8) inset
}

@media screen and (max-width: 992px) {
  header .navbar nav ul li a.current {
    box-shadow: none
  }
}

header .navbar nav ul li a .notification {
  background-color: rgba(0, 0, 0, 0.12);
  font-size: 0.7rem;
  border-radius: 6px;
  padding: 2px 4px;
  text-align: center;
  font-family: 'Montserrat', "Hiragino sans", sans-serif;
  line-height: 1;
  font-display: swap;
  margin-left: 10px
}

header .navbar nav ul.sub {
  display: none
}

@media screen and (max-width: 992px) {
  header .navbar nav ul.sub {
    display: block;
    border-top: 1px solid #6bb3c7;
    padding: 20px 20px
  }
}

header .navbar nav ul.sub a {
  color: #9197A3;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 8px 0;
  display: inline-block
}

header .tool {
  position: absolute;
  right: 70px;
  top: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  height: 80px
}

header .tool>.search {
  display: flex;
  align-items: center;
  margin-right: 5px
}

@media screen and (max-width: 992px) {
  header .tool>.search {
    display: none
  }
}

header .tool>.search>input {
  display: none
}

header .tool>.search>label {
  z-index: 50;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  padding: 0 10px
}

header .tool>.search>label img {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.7;
  transition: 0.2s linear opacity
}

header .tool>.search>label img:hover {
  opacity: 1
}

header .tool #drawer-form {
  position: relative
}

header .tool #drawer-form>input {
  display: none
}

header .tool #drawer-form>label {
  z-index: 30000;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  padding: 0 10px
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form>label {
    display: none
  }
}

header .tool #drawer-form #login-drawer:checked~label.signin {
  color: #9197A3
}

header .tool #drawer-form #login-drawer:checked~label.login {
  color: #111111
}

header .tool #drawer-form #login-drawer:checked~.container-login {
  right: 0;
  opacity: 1;
  display: flex
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form #login-drawer:checked~.container-signin {
    display: none
  }
}

header .tool #drawer-form #signin-drawer:checked~label.login {
  color: #9197A3
}

header .tool #drawer-form #signin-drawer:checked~label.signin {
  color: #111111
}

header .tool #drawer-form #signin-drawer:checked~.container-signin {
  right: 0;
  opacity: 1;
  display: flex
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form #signin-drawer:checked~.container-login {
    display: none
  }
}

header .tool #drawer-form #close-drawer {
  display: none
}

header .tool #drawer-form #close-drawer:checked~.container {
  right: -400px;
  opacity: 0
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form #close-drawer:checked~.container {
    right: 0
  }
}

header .tool #drawer-form label.close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  width: 24px;
  height: 24px
}

header .tool #drawer-form label.close:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 11px;
  width: 2px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #9197A3;
  transform: rotate(45deg)
}

header .tool #drawer-form label.close:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 11px;
  top: 0;
  width: 2px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #9197A3;
  transform: rotate(-45deg)
}

header .tool #drawer-form .container {
  max-width: 450px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -450px;
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  transition: all ease .5s;
  opacity: 0;
  z-index: 19999
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container {
    display: none;
    right: unset;
    left: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.45)
  }
}

header .tool #drawer-form .container .wrap {
  display: flex;
  align-items: center;
  height: 100%
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap {
    margin: 0 30px;
    margin-top: -55px;
    height: auto;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
    position: relative
  }
}

header .tool #drawer-form .container .wrap>label {
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 20000
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap>label {
    top: 15px;
    right: 15px
  }
}

header .tool #drawer-form .container .wrap .signin .detail span, header .tool #drawer-form .container .wrap .login .detail span {
  font-size: 0.9rem
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .signin .detail h2, header .tool #drawer-form .container .wrap .login .detail h2 {
    margin-top: 10px;
    font-size: 1.5rem
  }
}

header .tool #drawer-form .container .wrap .signin .detail p, header .tool #drawer-form .container .wrap .login .detail p {
  line-height: 1.8
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .signin .detail p, header .tool #drawer-form .container .wrap .login .detail p {
    font-size: 0.9rem;
    line-height: 1.5
  }
}

header .tool #drawer-form .container .wrap .signin .detail p.recommend, header .tool #drawer-form .container .wrap .login .detail p.recommend {
  font-size: 0.9rem
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .signin .detail p.recommend, header .tool #drawer-form .container .wrap .login .detail p.recommend {
    font-size: 0.8rem
  }
}

header .tool #drawer-form .container .wrap .signin .detail p.recommend label, header .tool #drawer-form .container .wrap .login .detail p.recommend label {
  color: #24a7ff
}

header .tool #drawer-form .container .wrap .signin p.notice, header .tool #drawer-form .container .wrap .login p.notice {
  font-size: 0.8rem
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .signin p.notice, header .tool #drawer-form .container .wrap .login p.notice {
    font-size: 0.7rem
  }
}

header .tool #drawer-form .container .wrap section {
  padding: 0 50px;
  margin-top: -50px
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap section {
    margin-top: unset;
    padding: 0 30px
  }
}

header .tool #drawer-form .container .wrap .form {
  margin-top: 30px
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .form {
    margin-top: 10px
  }
}

header .tool #drawer-form .container .wrap .group {
  display: flex
}

header .tool #drawer-form .container .wrap .group>.item {
  width: 50%;
  display: block
}

header .tool #drawer-form .container .wrap .group>.item:first-child {
  margin-left: 0px;
  margin-right: 4px;
  margin-bottom: 0
}

header .tool #drawer-form .container .wrap .group>.item:last-child {
  margin-right: 0px;
  margin-left: 4px;
  margin-bottom: 0
}

header .tool #drawer-form .container .wrap .item {
  margin: 15px 0;
  position: relative;
  display: flex
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .item {
    margin: 10px 0
  }
}

header .tool #drawer-form .container .wrap .item.submit {
  display: block
}

header .tool #drawer-form .container .wrap .item input[type="text"], header .tool #drawer-form .container .wrap .item input[type="textarea"], header .tool #drawer-form .container .wrap .item input[type="password"] {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 13px 10px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .item input[type="text"], header .tool #drawer-form .container .wrap .item input[type="textarea"], header .tool #drawer-form .container .wrap .item input[type="password"] {
    font-size: 1rem;
    padding: 10px 8px
  }
}

header .tool #drawer-form .container .wrap .item input[type="text"]:focus, header .tool #drawer-form .container .wrap .item input[type="textarea"]:focus, header .tool #drawer-form .container .wrap .item input[type="password"]:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0)
}

header .tool #drawer-form .container .wrap .item input[type="text"]:focus~.focusborder, header .tool #drawer-form .container .wrap .item input[type="textarea"]:focus~.focusborder, header .tool #drawer-form .container .wrap .item input[type="password"]:focus~.focusborder {
  border: 3px solid #24a7ff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

header .tool #drawer-form .container .wrap .item input[type="submit"] {
  border: none;
  padding: 15px 0;
  display: block;
  margin-top: 30px;
  cursor: pointer
}

@media screen and (max-width: 992px) {
  header .tool #drawer-form .container .wrap .item input[type="submit"] {
    font-size: 1rem;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 20px
  }
}

#user-dropdown {
  position: relative;
  z-index: 1000;
  margin-left: 20px
}

@media screen and (max-width: 992px) {
  #user-dropdown {
    display: none
  }
}

#user-dropdown button {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer
}

#user-dropdown button:focus {
  outline: none
}

#user-dropdown button:active {
  outline: none
}

#user-dropdown button:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px
}

#user-dropdown button .user {
  margin-right: 16px
}

@media screen and (max-width: 768px) {
  #user-dropdown button .user {
    margin-right: 8px
  }
}

#user-dropdown button .user img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  #user-dropdown button .user img {
    width: 40px;
    height: 40px
  }
}

#user-dropdown .menu {
  display: block;
  height: auto;
  margin-top: 10px;
  position: absolute;
  right: 0px;
  width: 200px;
  z-index: 20000;
  box-shadow: 0px 3px 13px 3px rgba(0, 0, 0, 0.36);
  background-color: #ffffff;
  border-radius: 8px
}

#user-dropdown .menu:before {
  position: absolute;
  top: -10px;
  right: 26px;
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent
}

#user-dropdown .menu a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  color: #333333;
  transition: 0.3s ease background-color
}

#user-dropdown .menu a:first-child {
  padding-top: 15px;
  border-radius: 8px 8px 0 0
}

#user-dropdown .menu a:last-child {
  padding-bottom: 15px;
  border-radius: 0 0 8px 8px
}

#user-dropdown .menu a:hover {
  background-color: #e6e6e6
}

footer {
  background-color: #6bb3c7;
  color: #ffffff;
  text-align: center
}

footer>a {
  display: inline-block;
  margin: 50px 0
}

@media screen and (max-width: 768px) {
  footer>a {
    margin-top: 50px;
    margin-bottom: 30px
  }
}

footer>a img {
  width: 300px;
  display: block
}

@media screen and (max-width: 768px) {
  footer>a img {
    width: 250px
  }
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center
}

@media screen and (max-width: 768px) {
  footer ul {
    display: block
  }
}

footer ul li {
  padding: 20px 30px
}

@media screen and (max-width: 768px) {
  footer ul li {
    padding: 10px 0
  }
}

footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: opacity linear 0.2s
}

footer ul li a:hover {
  opacity: 0.7
}

footer p {
  font-size: 0.6rem;
  text-align: center;
  margin: 50px 0;
  display: inline-block
}

@media screen and (max-width: 768px) {
  footer p{
    font-size: 0.5rem;
    margin-top: 30px;
    margin-bottom: 50px
  }
}

.timeline .detail-back {
  display: flex;
  height: 67px;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .timeline .detail-back {
    margin-bottom: 6px;
    height: 40px;
    padding: 0 15px
  }
}

.timeline .detail-back a {
  font-weight: bold;
  color: #24a7ff;
  text-decoration: none;
  position: relative;
  padding-left: 16px
}

@media screen and (max-width: 768px) {
  .timeline .detail-back a {
    font-size: 0.9rem
  }
}

.timeline .detail-back a:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 8px;
  display: inline-block;
  border-top: 2px solid #24a7ff;
  border-left: 2px solid #24a7ff;
  transform: rotate(-45deg)
}

@media screen and (max-width: 768px) {
  .timeline .detail-back a:after {
    top: 7px
  }
}

.detail-search {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 30px;
  height: 67px;
  margin-bottom: 20px;
  border-radius: 8px
}

@media screen and (max-width: 768px) {
  .detail-search {
    margin-bottom: 6px;
    height: 40px;
    padding: 0 15px
  }
}

.detail-search a {
  font-weight: bold;
  color: #24a7ff;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
  white-space: nowrap
}

@media screen and (max-width: 768px) {
  .detail-search a {
    font-size: 0.9rem
  }
}

.detail-search a:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 8px;
  display: inline-block;
  border-top: 2px solid #24a7ff;
  border-left: 2px solid #24a7ff;
  transform: rotate(-45deg)
}

@media screen and (max-width: 768px) {
  .detail-search a:after {
    top: 7px
  }
}

.detail-search input {
  border: 0;
  /* background-color: #EAEAEA; */
  background-color: #ffffff;
  height: 40px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 25px;
  padding: 0 20px
}

@media screen and (max-width: 768px) {
  .detail-search input {
    padding: 15px;
    height: 24px;
    font-size: 0.8rem
  }
}

.detail-search input:focus {
  outline: none
}

.detail-search button {
  border: 0;
  background: none;
  cursor: pointer
}

.detail-search button:focus {
  outline: none
}

.timeline>button {
  color: #24a7ff;
  border: 2px solid #24a7ff;
  display: block;
  width: 100%;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: bold
}

.timeline>button:focus {
  outline: none
}

.timeline>button:active {
  outline: none;
  transform: translateY(1px)
}

.timeline>.composer {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0313725)
}

@media screen and (max-width: 768px) {
  .timeline>.composer {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 8px
  }
}

.timeline>.composer .wrap {
  display: flex
}

.timeline>.composer .wrap .user {
  margin-right: 16px
}

@media screen and (max-width: 768px) {
  .timeline>.composer .wrap .user {
    margin-right: 8px
  }
}

.timeline>.composer .wrap .user img {
  display: block;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  .timeline>.composer .wrap .user img {
    width: 40px;
    height: 40px
  }
}

.timeline>.composer .wrap .flextextarea {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  width: 100%
}

@media screen and (max-width: 768px) {
  .timeline>.composer .wrap .flextextarea {
    font-size: 0.9rem
  }
}

.timeline>.composer .wrap .flextextarea-dummy {
  overflow: hidden;
  /* visibility: hidden; */
  box-sizing: border-box;
  padding: 5px 15px;
  min-height: 80px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid #CCD0D6;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .timeline>.composer .wrap .flextextarea-dummy {
    min-height: 60px;
    padding: 5px 8px
  }
}

.timeline>.composer .wrap .flextextarea-textarea {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #CCD0D6;
  border-radius: 8px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none
}

@media screen and (max-width: 768px) {
  .timeline>.composer .wrap .flextextarea-textarea {
    padding: 5px 8px
  }
}

.timeline>.composer .wrap .flextextarea-textarea:focus {
  box-shadow: 0 0 0 4px rgba(35, 167, 195, 0.3);
  outline: 0
}

.timeline>.composer .tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px
}

@media screen and (max-width: 768px) {
  .timeline>.composer .tools {
    padding-top: 6px
  }
}

 .timeline>.composer .tools .mention, .timeline>.composer .tools .comment, .timeline>.composer .tools .photo {
  margin: 0 4px
}

@media screen and (max-width: 768px) {
 .timeline>.composer .tools .mention, .timeline>.composer .tools .comment, .timeline>.composer .tools .photo {
    margin: 0 2px
  }
}

.timeline>.composer .tools .mention svg, .timeline>.composer .tools .comment svg, .timeline>.composer .tools .photo svg, .timeline>.composer .tools .emoji svg, .dialog section .photo svg {
  width: 42px;
  fill: #24a7ff;
  cursor: pointer;
  padding: 6px
}

@media screen and (max-width: 768px) {
  .timeline>.composer .tools .mention svg, .timeline>.composer .tools .comment svg, .timeline>.composer .tools .photo svg, .timeline>.composer .tools .emoji svg {
    width: 38px
  }
}

.timeline>.composer .tools .mention svg:hover, .timeline>.composer .tools .comment svg:hover, .timeline>.composer .tools .photo svg:hover, .timeline>.composer .tools .emoji svg:hover {
  opacity: 0.8
}

.timeline>.composer .tools .mention svg:active, .timeline>.composer .tools .comment svg:active, .timeline>.composer .tools .photo svg:active, .timeline>.composer .tools .emoji svg:active {
  transform: translateY(1px)
}

.timeline>.composer .tools button {
  cursor: pointer;
  border: none;
  background-color: #24a7ff;
  border-radius: 100px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 34px;
  font-size: 1rem;
  margin-left: 18px
}

@media screen and (max-width: 768px) {
  .timeline>.composer .tools button {
    margin-left: 12px;
    padding: 6px 25px;
    font-size: 0.9rem
  }
}

.timeline>.composer .tools button:hover {
  opacity: 0.8
}

.timeline>.composer .tools button:active {
  transform: translateY(1px)
}

.timeline>.composer .tools button:focus {
  outline: 0
}



.timeline>.post {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0313725);
  position:relative;
}

@media screen and (max-width: 768px) {
  .timeline>.post {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 8px
  }
}

.timeline>.post>.user {
  display: flex;
  align-items: center
}

.timeline>.post>.user a {
  float: left;
  margin-right: 16px;
  display: inline-block
}

@media screen and (max-width: 768px) {
  .timeline>.post>.user a {
    margin-right: 8px
  }
}

.timeline>.post>.user a img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  .timeline>.post>.user a img {
    width: 40px;
    height: 40px
  }
}

.timeline>.post>.user .data .user-name {
  font-size: 1rem;
  display: flex;
  align-items: center
}

@media screen and (max-width: 768px) {
  .timeline>.post>.user .data .user-name {
    font-size: 0.9rem
  }
}

.timeline>.post>.user .data .user-name .action {
  border: 1px solid #24a7ff;
  border-radius: 100px;
  height: 18px;
  width: 70px;
  line-height: 18px;
  margin-left: 20px;
  color: #24a7ff;
  font-size: 0.7rem;
  transition: 0.1s linear all;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0rem;
  display: inline-block;
  text-align: center
}

.timeline>.post>.user .data .user-name .action:active {
  opacity: 0.8
}

.timeline>.post>.user .data .user-name .action.action:hover {
  background-color: #24a7ff;
  color: #ffffff
}

.timeline>.post>.user .data .user-name .unfollow {
  display: inline-block;
  height: 20px;
  width: 110px
}

.timeline>.post>.user .data .user-name .unfollow:hover span:nth-child(2) {
  display: none
}

.timeline>.post>.user .data .user-name .unfollow span {
  border: 1px solid #24a7ff;
  border-radius: 100px;
  margin-left: 20px;
  color: #24a7ff;
  font-size: 0.7rem;
  transition: 0.1s linear all;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  letter-spacing: 0rem;
  position: absolute;
  display: inline-block;
  width: 86px;
  text-align: center
}

.timeline>.post>.user .data .user-name .unfollow span:nth-child(1) {
  color: #ffffff;
  background-color: #FC3838;
  border: #FC3838
}

.timeline>.post>.user .data .user-name .unfollow span:nth-child(2) {
  color: #ffffff;
  background-color: #24a7ff;
  border: #24a7ff
}

.timeline>.post>.user .data .posted-date {
  font-size: 0.6rem;
  color: #535353
}

.timeline>.post>p {
  line-height: 1.5;
  margin: 30px 0;
  word-break: break-all;
  font-size: 1rem
}

@media screen and (max-width: 768px) {
  .timeline>.post>p {
    margin: 20px 0;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: justify;
    word-wrap: break-word
  }
}

.timeline>.post>p.rss {
  border-left: 3px solid #D5D5D5;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.5rem
}

.timeline>.post>p.rss span {
  font-weight: bold;
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333333
}

.timeline>.post>p.rss span:before {
  content: 'RSS';
  background-color: #F08B00;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 0.6rem;
  margin-right: 10px
}

.timeline>.post>p.rss button {
  color: #24a7ff;
  border: 1px solid #24a7ff;
  display: block;
  width: 100%;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 10px 0;
  margin-top: 20px;
  cursor: pointer
}

.timeline>.post>p.rss button:focus {
  outline: none
}

.timeline>.post>p.rss button:active {
  outline: none;
  transform: translateY(1px)
}

.timeline>.post .tag.circle .name {
  background-color: #F08B00;
  border: 1px solid #F08B00;
  margin-left: 10px;
  margin-bottom: 8px;
}

.timeline>.post .tag.circle .name a {
  color: #ffffff;
}

.timeline>.post .tag.circle .topic {
  /* border: 1px solid #F08B00; */
  color: #F08B00;
  font-size: 0.9rem;
}

.timeline>.post .tag.openspace .name {
  background-color: #24a7ff;
  border: 1px solid #24a7ff
}

.timeline>.post .tag.openspace .topic {
  border: 1px solid #24a7ff;
  color: #24a7ff
}

.timeline>.post .tag .name {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px
}

.timeline>.post .tag .topic {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px
}

.timeline>.post>.feedback {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.timeline>.post>.feedback .stamp {
  display: flex;
  align-items: center
}

.timeline>.post>.feedback .stamp ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0
}

.timeline>.post>.feedback .stamp ul li {
  width: 20px;
  height: 20px
}

.timeline>.post>.feedback .stamp ul li img {
  width: 100%;
  display: block
}

.timeline>.post>.feedback .stamp span {
  font-size: 0.8rem;
  color: #9197A3;
  margin-left: 10px
}

.timeline>.post>.action {
  border-top: 1px solid #E6ECF0;
  display: -ms-grid;
  display: grid;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-around;
  padding-top: 10px
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action {
    padding-top: 6px;
    margin-top: 0px
  }
}

.timeline>.post>.action .action-stamp, .timeline>.post>.action .action-comment {
  text-align: center
}

.timeline>.post>.action .action-stamp .action, .timeline>.post>.action .action-comment .action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0;
  border-radius: 6px;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-stamp .action, .timeline>.post>.action .action-comment .action {
    height: 30px;
    margin: 0
  }
}

.timeline>.post>.action .action-stamp .action:hover, .timeline>.post>.action .action-comment .action:hover {
  background-color: #F4F4F4
}

.timeline>.post>.action .action-stamp .action span, .timeline>.post>.action .action-comment .action span {
  margin-left: 16px;
  color: #9197A3;
  font-weight: bold
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-stamp .action span, .timeline>.post>.action .action-comment .action span {
    margin-left: 10px
  }
}

.timeline>.post>.action .action-stamp {
  position: relative
}

.timeline>.post>.action .action-stamp .action>svg {
  fill: #9197A3;
  width: 23px
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-stamp .action>svg {
    width: 18px
  }
}

.timeline>.post>.action .action-stamp .stamp-icon {
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid #E6ECF0;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-stamp .stamp-icon {
    left: -10px;
    display: block
  }
}

.timeline>.post>.action .action-stamp .stamp-icon ul {
  list-style: none;
  margin: 0;
  padding: 10px 25px;
  display: flex
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-stamp .stamp-icon ul {
    padding: 10px 15px
  }
}

.timeline>.post>.action .action-stamp .stamp-icon ul li {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin: 0 3px
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-stamp .stamp-icon ul li {
    width: 23px;
    height: 23px
  }
}

.timeline>.post>.action .action-stamp .stamp-icon ul li span {
  display: none;
  position: absolute;
  top: -15px;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 100px;
  padding: 0 10px;
  font-weight: bold;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7)
}

.timeline>.post>.action .action-stamp .stamp-icon ul li img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform ease 0.1s
}

.timeline>.post>.action .action-stamp .stamp-icon ul li img:hover {
  transform: scale(1.4)
}

.timeline>.post>.action .action-stamp .stamp-icon ul li img:hover+span {
  display: block
}

.timeline>.post>.action .action-stamp .stamp-icon ul li img:active {
  transform: scale(1.8)
}

.timeline>.post>.action .action-comment .action>svg {
  width: 23px;
  fill: none;
  stroke: #9197A3;
  stroke-width: 2
}

@media screen and (max-width: 768px) {
  .timeline>.post>.action .action-comment .action>svg {
    width: 18px
  }
}

.timeline>.post>.comment {
  border-top: 1px solid #E6ECF0;
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment {
    margin-top: 6px
  }
}

.timeline>.post>.comment>.composer {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 8px;
  display: flex
}

.timeline>.post>.comment>.composer .user {
  margin-right: 10px
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment>.composer .user {
    margin-right: 8px
  }
}

.timeline>.post>.comment>.composer .user img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment>.composer .user img {
    width: 30px;
    height: 30px
  }
}

.timeline>.post>.comment>.composer .commenteditor {
  background-color: #F2F3F6;
  border: 1px solid #CCD0D6;
  border-radius: 8px;
  flex: 1;
  max-height: 60px;
  padding: 8px 10px;
  resize: vertical
}

.timeline>.post>.comment>.composer .commenteditor:focus {
  box-shadow: 0 0 0 4px rgba(35, 167, 195, 0.3);
  outline: 0
}

.timeline>.post>.comment>.composer .commenteditor .placeholder {
  color: #9197A3
}

.timeline>.post>.comment>.composer .editor {
  flex: 1
}

.timeline>.post>.comment>.composer .editor .flexeditor {
  position: relative;
  font-size: 0.9rem;
  line-height: 1.8
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment>.composer .editor .flexeditor {
    font-size: 0.9rem
  }
}

.timeline>.post>.comment>.composer .editor .flexeditor .flexeditorarea-dummy {
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px 15px;
  min-height: 60px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid #CCD0D6;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment>.composer .editor .flexeditor .flexeditorarea-dummy {
    min-height: 60px;
    padding: 5px 8px
  }
}

.timeline>.post>.comment>.composer .editor .flexeditor .flexcommenteditor {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #CCD0D6;
  border-radius: 8px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment>.composer .editor .flexeditor .flexcommenteditor {
    padding: 5px 8px
  }
}

.timeline>.post>.comment>.composer .editor .flexeditor .flexcommenteditor:focus {
  box-shadow: 0 0 0 4px rgba(35, 167, 195, 0.3);
  outline: 0
}

.timeline>.post>.comment .post {
  margin-bottom: 14px
}

.timeline>.post>.comment .post .wrap {
  display: flex
}

.timeline>.post>.comment .post .wrap .user img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment .post .wrap .user img {
    width: 30px;
    height: 30px
  }
}

.timeline>.post>.comment .post .wrap p {
  background-color: #F2F3F6;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  display: block;
  flex: 1;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment .post .wrap p {
    margin-left: 8px;
    padding: 8px 10px
  }
}

.timeline>.post>.comment .re-post {
  margin-bottom: 10px;
  margin-left: 40px
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment .re-post {
    margin-left: 35px
  }
}

.timeline>.post>.comment .re-post .wrap {
  display: flex
}

.timeline>.post>.comment .re-post .wrap .user img {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment .re-post .wrap .user img {
    width: 26px;
    height: 26px
  }
}

.timeline>.post>.comment .re-post .wrap p {
  background-color: #F2F3F6;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  display: block;
  flex: 1;
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0
}

@media screen and (max-width: 768px) {
  .timeline>.post>.comment .re-post .wrap p {
    margin-left: 8px;
    padding: 8px 10px
  }
}

.timeline .post .re-post>.action {
  margin-left: 38px !important
}

@media screen and (max-width: 768px) {
  .timeline .post .re-post>.action {
    margin-left: 34px !important
  }
}

.timeline .post .post, .timeline .post .re-post {
  position: relative
}

.timeline .post .post .stamp, .timeline .post .re-post .stamp {
  position: absolute;
  font-size: 0.8rem;
  right: -5px;
  bottom: 15px;
  display: flex;
  justify-content: center
}

.timeline .post .post .stamp div, .timeline .post .re-post .stamp div {
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid #E6ECF0;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 2px 5px;
  color: #9197A3;
  cursor: pointer
}

.timeline .post .post .stamp div:active, .timeline .post .re-post .stamp div:active {
  transform: translateY(1px)
}

.timeline .post .post .stamp div span, .timeline .post .re-post .stamp div span {
  letter-spacing: -0.01rem
}

.timeline .post .post .stamp div img, .timeline .post .re-post .stamp div img {
  width: 15px
}

.timeline .post .post .stamp ul, .timeline .post .re-post .stamp ul {
  position: absolute;
  list-style: none;
  bottom: 28px;
  margin: 0;
  padding: 10px 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8)
}

.timeline .post .post .stamp ul:after, .timeline .post .re-post .stamp ul:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.timeline .post .post .stamp ul li, .timeline .post .re-post .stamp ul li {
  display: flex;
  align-items: center
}

.timeline .post .post .stamp ul li img, .timeline .post .re-post .stamp ul li img {
  width: 18px;
  margin-right: 6px
}

.timeline .post .post .stamp ul li span, .timeline .post .re-post .stamp ul li span {
  color: #f3f3f3;
  font-size: 0.8rem;
  letter-spacing: -0.01rem
}

.timeline .post .post>.action, .timeline .post .re-post>.action {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 60px
}

.timeline .post .post .comment, .timeline .post .re-post .comment {
  position: absolute;
  font-size: 0.8rem;
  right: 5px;
  top: 10px;
  display: flex;
  justify-content: center
}

.timeline .post .post .comment div, .timeline .post .re-post .comment div {
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid #E6ECF0;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 2px 5px;
  color: #9197A3;
  cursor: pointer
}

.timeline .post .post .comment div:active, .timeline .post .re-post .comment div:active {
  transform: translateY(1px)
}

.timeline .post .post .comment div span, .timeline .post .re-post .comment div span {
  letter-spacing: -0.01rem
}

.timeline .post .post .comment div img, .timeline .post .re-post .comment div img {
  width: 15px
}

.timeline .post .post .comment ul, .timeline .post .re-post .comment ul {
  width:50px;
  position: absolute;
  list-style: none;
  bottom: 28px;
  margin: 0;
  padding: 10px 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8)
}

.timeline .post .post .comment ul:after, .timeline .post .re-post .comment ul:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.timeline .post .post .comment ul li, .timeline .post .re-post .comment ul li {
  display: flex;
  align-items: center;
}

.timeline .post .post .comment ul li img, .timeline .post .re-post .comment ul li img {
  width: 18px;
  margin-right: 6px
}

.timeline .post .post .comment ul li span, .timeline .post .re-post .comment ul li span {
  color: #f3f3f3;
  font-size: 0.8rem;
  letter-spacing: -0.01rem;
}

.timeline .post .post>.action, .timeline .post .re-post>.action {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 60px
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action, .timeline .post .re-post>.action {
    margin-left: 38px;
    padding-top: 6px;
    margin-top: 0px
  }
}

.timeline .post .post>.action .action-stamp, .timeline .post .post>.action .action-comment, .timeline .post .re-post>.action .action-stamp, .timeline .post .re-post>.action .action-comment {
  text-align: center
}

.timeline .post .post>.action .action-stamp .action, .timeline .post .post>.action .action-comment .action, .timeline .post .re-post>.action .action-stamp .action, .timeline .post .re-post>.action .action-comment .action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin: 0;
  border-radius: 6px;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-stamp .action, .timeline .post .post>.action .action-comment .action, .timeline .post .re-post>.action .action-stamp .action, .timeline .post .re-post>.action .action-comment .action {
    height: 20px;
    margin: 0
  }
}

.timeline .post .post>.action .action-stamp .action:hover, .timeline .post .post>.action .action-comment .action:hover, .timeline .post .re-post>.action .action-stamp .action:hover, .timeline .post .re-post>.action .action-comment .action:hover {
  text-decoration: underline
}

.timeline .post .post>.action .action-stamp .action span, .timeline .post .post>.action .action-comment .action span, .timeline .post .re-post>.action .action-stamp .action span, .timeline .post .re-post>.action .action-comment .action span {
  margin-left: 5px;
  color: #24a7ff;
  font-size: 0.8rem
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-stamp .action span, .timeline .post .post>.action .action-comment .action span, .timeline .post .re-post>.action .action-stamp .action span, .timeline .post .re-post>.action .action-comment .action span {
    margin-left: 10px
  }
}

.timeline .post .post>.action .action-stamp, .timeline .post .re-post>.action .action-stamp {
  position: relative;
  margin-right: 15px
}

.timeline .post .post>.action .action-stamp .action>svg, .timeline .post .re-post>.action .action-stamp .action>svg {
  fill: #24a7ff;
  width: 16px
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-stamp .action>svg, .timeline .post .re-post>.action .action-stamp .action>svg {
    width: 17px
  }
}

.timeline .post .post>.action .action-stamp .stamp-icon, .timeline .post .re-post>.action .action-stamp .stamp-icon {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid #E6ECF0;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-stamp .stamp-icon, .timeline .post .re-post>.action .action-stamp .stamp-icon {
    left: -10px;
    display: fixed
  }
}

.timeline .post .post>.action .action-stamp .stamp-icon ul, .timeline .post .re-post>.action .action-stamp .stamp-icon ul {
  list-style: none;
  margin: 0;
  padding: 8px 18px;
  display: flex
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-stamp .stamp-icon ul, .timeline .post .re-post>.action .action-stamp .stamp-icon ul {
    padding: 6px 10px
  }
}

.timeline .post .post>.action .action-stamp .stamp-icon ul li, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin: 0 3px
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-stamp .stamp-icon ul li, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li {
    width: 23px;
    height: 23px
  }
}

.timeline .post .post>.action .action-stamp .stamp-icon ul li span, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li span {
  display: none;
  position: absolute;
  top: -15px;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 100px;
  padding: 0 10px;
  font-weight: bold;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7)
}

.timeline .post .post>.action .action-stamp .stamp-icon ul li img, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform ease 0.1s
}

.timeline .post .post>.action .action-stamp .stamp-icon ul li img:hover, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li img:hover {
  transform: scale(1.4)
}

.timeline .post .post>.action .action-stamp .stamp-icon ul li img:hover+span, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li img:hover+span {
  display: block
}

.timeline .post .post>.action .action-stamp .stamp-icon ul li img:active, .timeline .post .re-post>.action .action-stamp .stamp-icon ul li img:active {
  transform: scale(1.8)
}

.timeline .post .post>.action .action-comment .action>svg, .timeline .post .re-post>.action .action-comment .action>svg {
  width: 17px;
  fill: none;
  stroke: #24a7ff;
  stroke-width: 2
}

@media screen and (max-width: 768px) {
  .timeline .post .post>.action .action-comment .action>svg, .timeline .post .re-post>.action .action-comment .action>svg {
    width: 17px
  }
}

nav.main, nav.sub {
  max-width: 1365px;
  margin: 0 auto
}

nav.main.main ul, nav.sub.main ul {
  border-radius: 0 0 8px 8px
}

@media screen and (max-width: 768px) {
  nav.main.main ul, nav.sub.main ul {
    border-radius: 0;
    justify-content: space-around
  }
}

nav.main.main ul li, nav.sub.main ul li {
  width: 100%
}

@media screen and (max-width: 768px) {
  nav.main.main ul li, nav.sub.main ul li {
    width: auto
  }
}

@media screen and (max-width: 768px) {
  nav.main.main ul li a, nav.sub.main ul li a {
    font-size: 0.8rem
  }
}

nav.main.main ul li a:hover, nav.sub.main ul li a:hover {
  background-color: #f7f7f7
}

@media screen and (max-width: 768px) {
  nav.main.main ul li a:hover, nav.sub.main ul li a:hover {
    background-color: none
  }
}

nav.main.main ul li a.current.home svg, nav.sub.main ul li a.current.home svg {
  fill: #24a7ff
}

nav.main.sub, nav.sub.sub {
  margin-top: 20px;
  position: relative
}

@media screen and (max-width: 768px) {
  nav.main.sub, nav.sub.sub {
    margin-top: 10px
  }
}

nav.main.sub button.prev, nav.main.sub button.next, nav.sub.sub button.prev, nav.sub.sub button.next {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background-color: #E8E8E8;
  width: 30px;
  z-index: 1;
  outline: none;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  nav.main.sub button.prev, nav.main.sub button.next, nav.sub.sub button.prev, nav.sub.sub button.next {
    display: none
  }
}

nav.main.sub button.prev:hover, nav.main.sub button.next:hover, nav.sub.sub button.prev:hover, nav.sub.sub button.next:hover {
  background-color: #24a7ff
}

nav.main.sub button.prev:hover:before, nav.main.sub button.next:hover:before, nav.sub.sub button.prev:hover:before, nav.sub.sub button.next:hover:before {
  border-bottom: solid 3px #ffffff;
  border-right: solid 3px #ffffff
}

nav.main.sub .prev, nav.sub.sub .prev {
  left: 0;
  border-radius: 8px 0px 0px 8px
}

nav.main.sub .prev:before, nav.sub.sub .prev:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #959595;
  border-right: solid 3px #959595;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -5px
}

nav.main.sub .prev:active:before, nav.sub.sub .prev:active:before {
  left: 9px
}

nav.main.sub .next, nav.sub.sub .next {
  right: 0;
  border-radius: 0px 8px 8px 0px
}

nav.main.sub .next:before, nav.sub.sub .next:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #959595;
  border-right: solid 3px #959595;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -5px
}

nav.main.sub .next:active:before, nav.sub.sub .next:active:before {
  right: 9px
}

nav.main.sub ul, nav.sub.sub ul {
  border-radius: 8px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 5px;
  background-color: #ffffff;
  position: relative
}

@media screen and (max-width: 768px) {
  nav.main.sub ul, nav.sub.sub ul {
    padding: 0 5px;
    height: 40px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0)
  }
}

nav.main.sub ul::-webkit-scrollbar, nav.sub.sub ul::-webkit-scrollbar {
  display: none
}

nav.main.sub ul li, nav.sub.sub ul li {
  padding: 0 3px
}

@media screen and (max-width: 768px) {
  nav.main.sub ul li, nav.sub.sub ul li {
    padding: 0 3px
  }
}

nav.main.sub ul li:first-child, nav.sub.sub ul li:first-child {
  padding-left: 0px
}

nav.main.sub ul li a, nav.sub.sub ul li a {
  padding: 0 20px;
  font-size: 0.9rem;
  height: 40px;
  padding: 0 18px;
  font-size: 0.8rem;
  background-color: #ffffff;
  border-radius: 100px
}

@media screen and (max-width: 768px) {
  nav.main.sub ul li a, nav.sub.sub ul li a {
    height: 40px;
    padding: 0 18px;
    font-size: 0.8rem;
    background-color: #ffffff;
    border-radius: 100px
  }
}

nav.main.sub ul li a:hover, nav.sub.sub ul li a:hover {
  color: #9197A3;
  background-color: #f7f7f7
}

nav.main.sub ul li a>div, nav.sub.sub ul li a>div {
  width: 100%;
  white-space: nowrap
}

nav.main.sub ul li a>div:active, nav.sub.sub ul li a>div:active {
  transform: translateY(1px)
}

nav.main.sub ul .current, nav.sub.sub ul .current {
  position: relative
}

nav.main.sub ul .current a, nav.sub.sub ul .current a {
  background-color: #24a7ff;
  color: #ffffff;
  border: none;
  border-radius: 100px
}

nav.main.sub ul .current a:hover, nav.sub.sub ul .current a:hover {
  background-color: #24a7ff;
  color: #ffffff
}

@media screen and (max-width: 768px) {
  nav.main.sub ul .current a:hover, nav.sub.sub ul .current a:hover {
    border: none
  }
}

nav.main.sub ul .add-topic, nav.sub.sub ul .add-topic {
  margin-left: 3px
}

nav.main.sub ul .add-topic a, nav.sub.sub ul .add-topic a {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: auto;
  background-color: #ffffff;
  border-radius: 100px;
  border: 2px solid #24a7ff;
  height: 40px;
  white-space: nowrap
}

nav.main.sub ul .add-topic a:hover, nav.sub.sub ul .add-topic a:hover {
  background-color: #24a7ff;
  color: #ffffff
}

nav.main.sub ul .add-topic a:active, nav.sub.sub ul .add-topic a:active {
  transform: translateY(1px)
}

nav.main.sub ul .add-topic span, nav.sub.sub ul .add-topic span {
  border-radius: 4px;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.8rem
}

nav.main.sub ul .add-topic span:active, nav.sub.sub ul .add-topic span:active {
  transform: translateY(0px)
}

nav.main ul, nav.sub ul {
  margin: 0;
  height: 60px;
  display: flex;
  list-style: none;
  padding: 0;
  background-color: #ffffff;
  align-items: center
}

@media screen and (max-width: 768px) {
  nav.main ul, nav.sub ul {
    height: 50px
  }
}

nav.main ul li.action, nav.sub ul li.action {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px
}

@media screen and (max-width: 768px) {
  nav.main ul li.action, nav.sub ul li.action {
    margin-right: 0
  }
}

nav.main ul li.action a:hover, nav.sub ul li.action a:hover {
  background: inherit
}

nav.main ul li.action .hiddenside, nav.sub ul li.action .hiddenside {
  display: inline-block;
  margin-right: 10px
}

@media screen and (max-width: 768px) {
  nav.main ul li.action .hiddenside, nav.sub ul li.action .hiddenside {
    margin-right: 0
  }
}

nav.main ul li.action .hiddenside span, nav.sub ul li.action .hiddenside span {
  border: 2px solid #24a7ff;
  border-radius: 100px;
  display: inline-block;
  padding: 6px 20px;
  color: #24a7ff
}

@media screen and (max-width: 768px) {
  nav.main ul li.action .hiddenside span, nav.sub ul li.action .hiddenside span {
    padding: 5px 14px;
    font-size: 0.7rem
  }
}

nav.main ul li.action .join, nav.sub ul li.action .join {
  display: inline-block
}

nav.main ul li.action .join span, nav.sub ul li.action .join span {
  border: 2px solid #24a7ff;
  border-radius: 100px;
  display: inline-block;
  padding: 6px 40px;
  color: #ffffff;
  background-color: #24a7ff
}

@media screen and (max-width: 768px) {
  nav.main ul li.action .join span, nav.sub ul li.action .join span {
    display: none
  }
}

nav.main ul li, nav.sub ul li {
  text-align: center
}

nav.main ul li:first-child a, nav.sub ul li:first-child a {
  border-radius: 8px 0px 0px 8px
}

@media screen and (max-width: 768px) {
  nav.main ul li:first-child a, nav.sub ul li:first-child a {
    border-radius: 0
  }
}

nav.main ul li a, nav.sub ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #9197A3;
  font-weight: bold;
  text-decoration: none;
  transition: 0.1s linear color
}

@media screen and (max-width: 768px) {
  nav.main ul li a, nav.sub ul li a {
    height: 50px
  }
}

nav.main ul li a:hover, nav.sub ul li a:hover {
  color: #24a7ff
}

nav.main ul li a>div, nav.sub ul li a>div {
  width: 100%;
  display: inline-block
}

nav.main ul li a>div:active, nav.sub ul li a>div:active {
  transform: translateY(1px)
}

nav.main ul li a.current, nav.sub ul li a.current {
  position: relative;
  color: #24a7ff
}

nav.main ul li a.current:after, nav.sub ul li a.current:after {
  content: '';
  bottom: -16px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffffff;
  transition: 0.1s linear border-top
}

@media screen and (max-width: 768px) {
  nav.main ul li a.current:after, nav.sub ul li a.current:after {
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff
  }
}

nav.main ul li a.current:hover:after, nav.sub ul li a.current:hover:after {
  border-top: 16px solid #f7f7f7
}

nav.main ul li a:hover svg, nav.sub ul li a:hover svg {
  fill: #24a7ff
}

nav.main ul li .home, nav.sub ul li .home {
  height: 60px
}

@media screen and (max-width: 768px) {
  nav.main ul li .home, nav.sub ul li .home {
    height: 50px
  }
}

nav.main ul li .home svg, nav.sub ul li .home svg {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  fill: #9197A3
}

@media screen and (max-width: 768px) {
  nav.main ul li .home svg, nav.sub ul li .home svg {
    width: 20px
  }
}

.box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0313725)
}

.box .title {
  display: flex;
  align-items: center;
  padding: 0 20px
}

.box .title h3 {
  margin-right: auto;
  font-size: 1rem
}

.box .title a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #9197A3
}

.box-follower, .box-follow {
  margin-bottom: 20px
}

.box-follower>ul, .box-follow>ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 25px 20px;
  display: -ms-grid;
  display: grid;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

@media screen and (max-width: 768px) {
  .box-follower>ul, .box-follow>ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px
  }
}

.box-follower>ul li img, .box-follow>ul li img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%
}

.action-overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.action-overlay .container {
  background-color: #ffffff;
  width: 40%;
  padding: 30px 30px;
  border-radius: 10px
}

@media screen and (max-width: 992px) {
  .action-overlay .container {
    width: 80%
  }
}

.action-overlay .container p {
  color: #333;
  font-weight: bold;
}

.action-overlay .container .item {
  position: relative;
}

.action-overlay .container .item input[type="text"],
.action-overlay .container .item .mentionable textarea {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px
}

.action-overlay .container .item input[type="text"],
.action-overlay .container .item .mentionable textarea:focus {
  outline: none
}

.action-overlay .container .item input[type="text"],
.action-overlay .container .item .mentionable textarea:focus~.focusborder {
  border-radius: 6px;
  border: 3px solid #24a7ff;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.action-overlay .container .item input[type="date"] {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  color: #999;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px
}


.action-overlay .container .action button:first-child {
  margin-right: auto;
}

.action-overlay .container .action {
  display: flex;
  justify-content: flex-end
}

.action-overlay .container .action button.cancel {
  border: none;
  background: none;
  padding: 0 10px
}

.action-overlay .container .action button.confirm, .action-overlay .container .action button.clear {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.1s linear opacity;
}

.action-overlay .container .action button.confirm:hover {
  opacity: 0.8
}

#openspace {
  padding: 0 50px
}

@media screen and (max-width: 992px) {
  #openspace {
    padding: 0 30px
  }
}

@media screen and (max-width: 768px) {
  #openspace {
    padding: 0
  }
}

#openspace .message {
  background-image: url("../assets/welcome-bg@2x.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: none
}

#openspace .message>a {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  text-decoration: none
}

#openspace .message>a:active {
  transform: translateY(1px)
}

#openspace .message>a img {
  width: 12px;
  margin-right: 8px
}

#openspace .message .container {
  padding: 80px 0
}

#openspace .message .container img {
  width: 300px;
  margin: 0 auto
}

#openspace .message .container p {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 2;
  padding-top: 4px;
  padding-bottom: 10px
}

#openspace .message .container a {
  background-color: #FF8900;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 100px;
  font-size: 0.8rem
}

#openspace #container .header {
  color: #ffffff;
  max-width: 1365px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1365px
}

@media screen and (max-width: 768px) {
  #openspace #container .header {
    margin-top: 0;
  }
}


#openspace #container .header .wrapper {
  border-radius: 8px 8px 0 0;
  background-image: url("../assets/welcome-bg@2x.jpg");
  background-size: cover;
  background-position: center
}

@media screen and (max-width: 768px) {
  #openspace #container .header .wrapper {
    border-radius: 0
  }
}

#openspace #container .header .wrapper h1 {
  text-align: center;
  display: block;
  padding-top: 40px;
  margin: 0;
  letter-spacing: 0.2rem
}

@media screen and (max-width: 768px) {
  #openspace #container .header .wrapper h1 {
    padding-top: 20px
  }
}

#openspace #container .header .wrapper div {
  font-family: 'Montserrat', "Hiragino sans", sans-serif;
  line-height: 1;
  font-display: swap;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px
}

@media screen and (max-width: 768px) {
  #openspace #container .header .wrapper div {
    padding-bottom: 30px
  }
}

#openspace #container nav.main ul li:last-child a:hover {
  border-radius: 0px 0px 8px 0px
}

#openspace #container>.wrapper {
  max-width: 1365px;
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -moz-column-gap: 26px;
  column-gap: 26px
}

@media screen and (max-width: 768px) {
  #openspace #container>.wrapper {
    margin-top: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 6px;
    margin-right: 6px
  }
}

@media screen and (max-width: 768px) {
  #openspace #container>.wrapper aside {
    display: none
  }
}

#openspace #container>.wrapper aside .widget .weather {
  margin-bottom: 20px
}

#openspace #container>.wrapper aside .widget .weather img {
  width: 100%;
  height: auto;
  display: block
}

#openspace #container>.wrapper aside .widget .photo-slider {
  margin-bottom: 20px
}

#openspace #container>.wrapper aside .widget .photo-slider img {
  width: 100%;
  height: auto;
  display: block
}

#openspace #container>.wrapper aside .information {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px
}

#openspace #container>.wrapper aside .information img {
  width: 100%;
  height: auto;
  display: block
}

#openspace #container>.wrapper aside .information h4 {
  margin: 10px 0
}

#openspace #container>.wrapper aside .information p {
  color: #8695A1;
  margin: 10px 0;
  font-size: 0.9rem;
  line-height: 1.8
}

#openspace #container>.wrapper aside .menu {
  margin: 20px 0
}

#openspace #container>.wrapper aside .menu a {
  color: #8695A1;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 15px
}

#openspace #container>.wrapper aside .menu p {
  font-size: 0.6rem;
  color: #8695A1;
  margin: 20px 0
}

#settings {
  margin: 70px 0
}

@media screen and (max-width: 768px) {
  #settings {
    margin: 10px 10px
  }
}

#settings #container {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto
}

#settings #container .tabs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0
}

#settings #container .tabs ul li {
  width: calc(100%/3);
  text-align: center;
  border-bottom: 4px solid #E6ECF0;
  font-weight: bold;
  color: #9197A3;
  font-size: 1.1rem;
  padding: 30px 0;
  position: relative
}

@media screen and (max-width: 768px) {
  #settings #container .tabs ul li {
    padding: 16px 0;
    font-size: 0.9rem
  }
}

#settings #container .tabs ul li a {
  display: inline-block;
  width: 100%;
  height: 80px;
  position: absolute
}

#settings #container .tabs ul .current {
  border-bottom: 4px solid #24a7ff;
  color: #24a7ff
}

#settings #container .basic, #settings #container .notification, #settings #container .exit {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

#settings #container .basic:last-child{
  padding-top:0px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #settings #container .basic, #settings #container .notification, #settings #container .exit {
    padding: 10px 0
  }
}

@media screen and (max-width: 768px) {
  #settings #container .basic section, #settings #container .notification section, #settings #container .exit section {
    padding: 0 30px
  }
}

@media screen and (max-width: 768px) {
  #settings #container .basic section h2, #settings #container .notification section h2, #settings #container .exit section h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 30px
  }
}

#settings #container .basic section p, #settings #container .notification section p, #settings #container .exit section p {
  margin-top: 30px;
  margin-bottom: 40px
}

@media screen and (max-width: 768px) {
  #settings #container .basic section p, #settings #container .notification section p, #settings #container .exit section p {
    font-size: 0.8rem;
    margin-top: 20px;
    margin-bottom: 30px
  }
}

#settings #container .basic section h2, #settings #container .basic section p, #settings #container .notification section h2, #settings #container .notification section p, #settings #container .exit section h2, #settings #container .exit section p {
  text-align: center
}

#settings #container .basic section .upload, #settings #container .notification section .upload, #settings #container .exit section .upload {
  margin-bottom: 10px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  padding: 10px 10px
}

#settings #container .basic section .upload>input[type="file"], #settings #container .notification section .upload>input[type="file"], #settings #container .exit section .upload>input[type="file"] {
  margin: 0 auto
}

#settings #container .basic section .upload>input[type="file"]:focus, #settings #container .notification section .upload>input[type="file"]:focus, #settings #container .exit section .upload>input[type="file"]:focus {
  outline: 0
}

#settings #container .basic section .group, #settings #container .notification section .group, #settings #container .exit section .group {
  display: flex
}

#settings #container .basic section .group>.item, #settings #container .notification section .group>.item, #settings #container .exit section .group>.item {
  width: 50%;
  display: block
}

#settings #container .basic section .group>.item:first-child, #settings #container .notification section .group>.item:first-child, #settings #container .exit section .group>.item:first-child {
  margin-right: 8px
}

#settings #container .basic section .group>.item:last-child, #settings #container .notification section .group>.item:last-child, #settings #container .exit section .group>.item:last-child {
  margin-left: 8px
}

#settings #container .basic section div, #settings #container .notification section div, #settings #container .exit section div {
  display: flex
}

#settings #container .basic section div input[type="text"], #settings #container .basic section div input[type="textarea"], #settings #container .basic section div input[type="password"], #settings #container .notification section div input[type="text"], #settings #container .notification section div input[type="textarea"], #settings #container .exit section div input[type="text"], #settings #container .exit section div input[type="textarea"] {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box
}

@media screen and (max-width: 768px) {
  #settings #container .basic section div input[type="text"], #settings #container .basic section div input[type="textarea"], #settings #container .basic section div input[type="password"], #settings #container .notification section div input[type="text"], #settings #container .notification section div input[type="textarea"], #settings #container .exit section div input[type="text"], #settings #container .exit section div input[type="textarea"] {
    padding: 12px 10px;
    font-size: 1rem
  }
}

#settings #container .basic section div input[type="text"]:focus, #settings #container .basic section div input[type="textarea"]:focus, #settings #container .notification section div input[type="text"]:focus, #settings #container .notification section div input[type="textarea"]:focus, #settings #container .exit section div input[type="text"]:focus, #settings #container .exit section div input[type="textarea"]:focus {
  outline: none
}

#settings #container .basic section div input[type="text"]:focus~.focusborder, #settings #container .basic section div input[type="textarea"]:focus~.focusborder, #settings #container .notification section div input[type="text"]:focus~.focusborder, #settings #container .notification section div input[type="textarea"]:focus~.focusborder, #settings #container .exit section div input[type="text"]:focus~.focusborder, #settings #container .exit section div input[type="textarea"]:focus~.focusborder {
  border: 3px solid #24a7ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#settings #container .basic section .item, #settings #container .notification section .item, #settings #container .exit section .item {
  position: relative;
  margin-bottom: 10px
}

#settings #container .basic section .item input[type="text"]:focus, #settings #container .basic section .item input[type="textarea"]:focus, #settings #container .notification section .item input[type="text"]:focus, #settings #container .notification section .item input[type="textarea"]:focus, #settings #container .exit section .item input[type="text"]:focus, #settings #container .exit section .item input[type="textarea"]:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0)
}

#settings #container .basic section .item input[type="text"]:focus~.focusborder, #settings #container .basic section .item input[type="textarea"]:focus~.focusborder, #settings #container .notification section .item input[type="text"]:focus~.focusborder, #settings #container .notification section .item input[type="textarea"]:focus~.focusborder, #settings #container .exit section .item input[type="text"]:focus~.focusborder, #settings #container .exit section .item input[type="textarea"]:focus~.focusborder {
  border: 3px solid #24a7ff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#settings #container .basic section .item input[type=radio], #settings #container .notification section .item input[type=radio], #settings #container .exit section .item input[type=radio] {
  display: none
}

#settings #container .basic section .item input[type=radio]:checked+.radio:before, #settings #container .notification section .item input[type=radio]:checked+.radio:before, #settings #container .exit section .item input[type=radio]:checked+.radio:before {
  opacity: 1
}

#settings #container .basic section .item .radio, #settings #container .notification section .item .radio, #settings #container .exit section .item .radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #D5D5D5
}

@media screen and (max-width: 768px) {
  #settings #container .basic section .item .radio, #settings #container .notification section .item .radio, #settings #container .exit section .item .radio {
    font-size: 0.8rem
  }
}

#settings #container .basic section .item .radio:after, #settings #container .notification section .item .radio:after, #settings #container .exit section .item .radio:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 16px;
  content: ''
}

#settings #container .basic section .item .radio:before, #settings #container .notification section .item .radio:before, #settings #container .exit section .item .radio:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #24a7ff;
  content: '';
  opacity: 0
}

#settings #container .basic section .item input[type="submit"], #settings #container .notification section .item input[type="submit"], #settings #container .exit section .item input[type="submit"] {
  border: none;
  padding: 20px 0;
  display: block;
  margin: 16px 0;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  #settings #container .basic section .item input[type="submit"], #settings #container .notification section .item input[type="submit"], #settings #container .exit section .item input[type="submit"] {
    padding: 14px 0;
    margin-top: 10px
  }
}

#settings #container .exit section div input[type="submit"] {
  border: none;
  padding: 20px 0;
  display: block;
  margin: 16px 0;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #FC3838 !important
}

#settings #container .exit section .warning {
  color: #FC3838;
  font-size: 0.8rem
}

#settings #container .dialog {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 80px 0
}

@media screen and (max-width: 768px) {
  #settings #container .dialog section {
    padding: 0 15px
  }
}

#settings #container .dialog section span {
  display: block
}

#settings #container .dialog section a {
  margin: 20px 0
}

#settings #container .dialog section .group {
  display: flex
}

#settings #container .dialog section .group>.item {
  width: 50%;
  display: block
}

#settings #container .dialog section .group>.item:first-child {
  margin-right: 8px
}

#settings #container .dialog section .group>.item:last-child {
  margin-left: 8px
}

#settings #container .dialog section input[type="text"], #settings #container .dialog section textarea {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box
}

#settings #container .dialog section input[type="text"]:focus, #settings #container .dialog section textarea:focus {
  outline: none
}

#settings #container .dialog section input[type="text"]:focus~.focusborder, #settings #container .dialog section textarea:focus~.focusborder {
  border: 3px solid #24a7ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#settings #container .dialog section .add-group .topic {
  padding: 10px 20px
}

#settings #container .dialog section .add-group .topic:after {
  display: none
}

#settings #container .dialog section .setting-group .topic {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  margin-bottom: 10px;
  position: relative
}

#settings #container .dialog section .setting-group .topics {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  margin-top: 10px;
  position: relative;
  cursor: move;
}

#settings #container .dialog section .setting-group .setting-topic {
  border:1px solid #D5D5D5;
  border-radius: 6px;
  padding: 0px 15px;
}

#settings #container .dialog section .setting-group .topic:after {
  content: '';
  /* cursor: move; */
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  /* background-color: #bbbbbb; */
  /* background-image: url("../assets/icon-drag.svg"); */
  background-size: 33px 8px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 6px 6px
}

#settings #container .dialog section .setting-group .topic .member-add {
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  position: relative
}

#settings #container .dialog section .setting-group .topic .member-add .search {
  cursor: text
}

#settings #container .dialog section .setting-group .topic .member-add .search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}

#settings #container .dialog section .setting-group .topic .member-add .search ul li {
  background-color: #DAECF8;
  color: #24a7ff;
  border: 1px solid #24a7ff;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 18px;
  cursor: default;
  position: relative;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#settings #container .dialog section .setting-group .topic .member-add .search ul li:after {
  cursor: pointer;
  content: '';
  right: 8px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%2313A3F5" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>');
  background-repeat: no-repeat
}

#settings #container .dialog section .setting-group .topic .member-add .search ul li:hover {
  color: #FC3838;
  background-color: #F8DADA;
  border: 1px solid #FC3838
}

#settings #container .dialog section .setting-group .topic .member-add .search ul li:hover:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%23FC3838" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>')
}

#settings #container .dialog section .setting-group .topic .member-add .suggest {
  display: none
}

#settings #container .dialog section .setting-group .add-wrap {
  text-align: right
}

#settings #container .dialog section .setting-group .add-wrap>.add {
  display: inline-block
}

#settings #container .dialog section .setting-group .add {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  cursor: pointer;
  margin-left: auto;
  /* margin-bottom:10px; */
  transition: 0.1s linear opacity
}

#settings #container .dialog section .setting-group .add:hover {
  opacity: 0.8
}

#settings #container .dialog section .setting-group .detail {
  display: flex
}

#settings #container .dialog section .setting-group .detail>div {
  margin-right: auto;
  display: flex
}

#settings #container .dialog section .setting-group .detail>div input[type=radio] {
  display: none
}

#settings #container .dialog section .setting-group .detail>div input[type=radio]:checked+.radio:before {
  opacity: 1
}

#settings #container .dialog section .setting-group .detail>div .radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 26px;
  margin-right: 20px
}

#settings #container .dialog section .setting-group .detail>div .radio:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 16px;
  content: ''
}

#settings #container .dialog section .setting-group .detail>div .radio:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #24a7ff;
  content: '';
  opacity: 0
}

#settings #container .dialog section .setting-group .detail .delete {
  color: #FC3838;
  text-decoration: underline;
  margin-left: 20px
}

#settings #container .dialog section .item {
  margin: 10px 0;
  position: relative
}

#settings #container .dialog section .item .member-add {
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  position: relative
}

#settings #container .dialog section .item .member-add .search {
  cursor: text
}

#settings #container .dialog section .item .member-add .search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}

#settings #container .dialog section .item .member-add .search ul li {
  background-color: #DAECF8;
  color: #24a7ff;
  border: 1px solid #24a7ff;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 18px;
  cursor: default;
  position: relative;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#settings #container .dialog section .item .member-add .search ul li:after {
  cursor: pointer;
  content: '';
  right: 8px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%2313A3F5" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>');
  background-repeat: no-repeat
}

#settings #container .dialog section .item .member-add .search ul li:hover {
  color: #FC3838;
  background-color: #F8DADA;
  border: 1px solid #FC3838
}

#settings #container .dialog section .item .member-add .search ul li:hover:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%23FC3838" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>')
}

#settings #container .dialog section .item .member-add .suggest {
  position: absolute;
  bottom: 0;
  display: none
}

#settings #container .dialog section .item .member-add .suggest ul {
  list-style: none
}

#settings #container .dialog section .item .choice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px
}

#settings #container .dialog section .item .choice label {
  flex: 0 0 50%;
  border: 4px solid #D2D7D9;
  border-radius: 8px;
  cursor: pointer;
  padding: 40px 20px;
  text-align: center
}

#settings #container .dialog section .item .choice label h4 {
  font-size: 1.2rem;
  color: #D2D7D9;
  border-bottom: 1px solid #D2D7D9
}

#settings #container .dialog section .item .choice label svg {
  display: block;
  width: 150px;
  margin: 0 auto;
  fill: #D2D7D9
}

#settings #container .dialog section .item .choice label ul {
  text-align: left;
  margin: 0;
  padding-left: 20px
}

#settings #container .dialog section .item .choice label ul li {
  font-size: 0.8rem
}

#settings #container .dialog section .item input[type="text"]:focus, #settings #container .dialog section .item textarea:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0)
}

#settings #container .dialog section .item input[type="text"]:focus~.focusborder, #settings #container .dialog section .item textarea:focus~.focusborder {
  border: 3px solid #24a7ff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#settings #container .dialog section .item input[type=radio] {
  display: none
}

#settings #container .dialog section .item input[type=radio]:checked+label {
  border: 4px solid #24a7ff;
  position: relative
}

#settings #container .dialog section .item input[type=radio]:checked+label:before {
  content: '';
  top: 10px;
  left: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../assets/icon-check.svg")
}

#settings #container .dialog section .item input[type=radio]:checked+label h4 {
  color: #24a7ff;
  border-bottom: 1px solid #24a7ff
}

#settings #container .dialog section .item input[type=radio]:checked+label svg {
  fill: #24a7ff
}

#settings #container .dialog section .item .radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #D5D5D5
}

#settings #container .dialog section .item .radio:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 16px;
  content: ''
}

#settings #container .dialog section .item .radio:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #24a7ff;
  content: '';
  opacity: 0
}

#settings #container .dialog section .item input[type="submit"] {
  border: none;
  padding: 20px 0;
  display: block;
  margin: 16px 0;
  cursor: pointer
}


#settings .setting-rss>div {
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px
}

#settings .setting-rss>div>div {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

#settings .setting-rss>div>div p {
  margin-right: 20px
}

#settings .setting-rss>div>div select {
  border-bottom: 1px solid #D5D5D5;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 10px
}

#settings .setting-rss button {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  cursor: pointer;
  margin-left: auto;
  transition: 0.1s linear opacity
}

#settings .setting-rss button:hover {
  opacity: 0.8
}

#register {
  margin: 70px 0
}

@media screen and (max-width: 768px) {
  #register {
    margin: 20px 10px
  }
}

#register #container {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto
}

#register #container .dialog {
  max-width: 500px;
  margin: 0 auto;
  padding: 80px 0
}

@media screen and (max-width: 768px) {
  #register #container .dialog {
    padding: 40px 0
  }
}

#register #container .dialog section {
  text-align: center
}

@media screen and (max-width: 768px) {
  #register #container .dialog section {
    padding: 0 30px
  }
}

#register #container .dialog section span {
  display: block
}

@media screen and (max-width: 768px) {
  #register #container .dialog section span {
    font-size: 0.8rem
  }
}

@media screen and (max-width: 768px) {
  #register #container .dialog section h2 {
    margin-top: 0px;
    font-size: 1.5rem
  }
}

@media screen and (max-width: 768px) {
  #register #container .dialog section p {
    font-size: 0.9rem
  }
}

#register #container .dialog section a {
  margin: 20px 0
}

#register #container .dialog section .group {
  display: flex
}

#register #container .dialog section .group>.item {
  width: 50%;
  display: block
}

#register #container .dialog section .group>.item:first-child {
  margin-right: 8px
}

#register #container .dialog section .group>.item:last-child {
  margin-left: 8px
}

#register #container .dialog section input[type="text"], #register #container .dialog section input[type="textarea"], #register #container .dialog section input[type="password"] {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box
}

@media screen and (max-width: 768px) {
  #register #container .dialog section input[type="text"], #register #container .dialog section input[type="textarea"], #register #container .dialog section input[type="password"] {
    padding: 12px 10px;
    font-size: 1rem
  }
}

#register #container .dialog section input[type="text"]:focus, #register #container .dialog section input[type="textarea"]:focus, #register #container .dialog section input[type="password"]:focus {
  outline: none
}

#register #container .dialog section input[type="text"]:focus~.focusborder, #register #container .dialog section input[type="textarea"]:focus~.focusborder, #register #container .dialog section input[type="password"]:focus~.focusborder {
  border: 3px solid #24a7ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#register #container .dialog section .item {
  margin-bottom: 10px;
  position: relative
}

#register #container .dialog section .item input[type="text"]:focus, #register #container .dialog section .item input[type="textarea"]:focus, #register #container .dialog section .item input[type="password"]:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0)
}

#register #container .dialog section .item input[type="text"]:focus~.focusborder, #register #container .dialog section .item input[type="textarea"]:focus~.focusborder, #register #container .dialog section .item input[type="password"]:focus~.focusborder {
  border: 3px solid #24a7ff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#register #container .dialog section .item input[type=radio] {
  display: none
}

#register #container .dialog section .item input[type=radio]:checked+.radio:before {
  opacity: 1
}

#register #container .dialog section .item .radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #D5D5D5
}

#register #container .dialog section .item .radio:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 16px;
  content: ''
}

#register #container .dialog section .item .radio:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #24a7ff;
  content: '';
  opacity: 0
}

#register #container .dialog section .item input[type="submit"] {
  border: none;
  padding: 20px 0;
  display: block;
  margin: 16px 0;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  #register #container .dialog section .item input[type="submit"] {
    padding: 14px 0;
    margin-top: 10px
  }
}

#circle {
  padding: 0 50px
}

@media screen and (max-width: 992px) {
  #circle {
    padding: 0 30px
  }
}

@media screen and (max-width: 768px) {
  #circle {
    padding: 0
  }
}

#circle #container {
  max-width: 1365px;
  margin: 30px auto
}

@media screen and (max-width: 992px) {
  #circle #container {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 768px) {
  #circle #container {
    margin-top: 0
  }
}

#circle #container .header {
  text-align: center;
  background-image: url("../assets/welcome-bg@2x.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 8px 8px 0 0
}

@media screen and (max-width: 992px) {
  #circle #container .header {
    border-radius: 0
  }
}

#circle #container .header h1 {
  text-align: center;
  display: block;
  padding-top: 40px;
  margin: 0;
  letter-spacing: 0.2rem
}

@media screen and (max-width: 768px) {
  #circle #container .header h1 {
    padding-top: 20px
  }
}

#circle #container .header div {
  font-family: 'Montserrat', "Hiragino sans", sans-serif;
  line-height: 1;
  font-display: swap;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px
}

@media screen and (max-width: 768px) {
  #circle #container .header div {
    padding-bottom: 30px
  }
}

#circle #container .header p {
  max-width: 800px;
  margin: 0 auto;
}

#circle #container .group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 80px
}

@media screen and (max-width: 768px) {
  #circle #container .group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 13px;
    margin-bottom: 6px;
    grid-row-gap: 10px
  }
}

#circle #container .group .create {
  border: 2px dashed #9197A3;
  background: rgba(255, 255, 255, 0.270588) !important;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 768px) {
  #circle #container .group .create {
    order: 10000
  }
}

#circle #container .group .create .button {
  text-align: center;
  margin-bottom: 15px
}

#circle #container .group .create div>div {
  font-weight: bold;
  color: #333
}

#circle #container .group .item {
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 30px 26px;
  display: flex;
  flex-direction: column
}

@media screen and (max-width: 768px) {
  #circle #container .group .item {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    text-align: left;
    padding: 20px 16px
  }
}

#circle #container .group .item .cover {
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  #circle #container .group .item .cover {
    flex: 0 0 60px;
    margin-right: 16px
  }
}

#circle #container .group .item .cover img {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media screen and (max-width: 768px) {
  #circle #container .group .item .cover img {
    width: 60px;
    height: 60px
  }
}

@media screen and (max-width: 768px) {
  #circle #container .group .item .title {
    flex: 1
  }
}

@media screen and (max-width: 768px) {
  #circle #container .group .item .title h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1rem
  }
}

#circle #container .group .item .title p {
  text-align: left;
  font-size: 0.8rem;
  color: #9197A3
}

@media screen and (max-width: 768px) {
  #circle #container .group .item .title p {
    margin-top: 6px
  }
}

#circle #container .group .item .member {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  #circle #container .group .item .member {
    flex: 0 0 100%;
    justify-content: flex-start;
    padding-left: 83px
  }
}

#circle #container .group .item .member span {
  font-size: 0.7rem;
  padding-left: 6px
}

#circle #container .group .item .member ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0
}

#circle #container .group .item .member ul li {
  width: 26px;
  height: 26px;
  border-radius: 30px;
  overflow: hidden;
  margin-left: -10px;
  border: 2px solid #ffffff
}

#circle #container .group .item .member ul li img {
  display: block;
  width: 100%;
  height: auto
}

#circle #container .group .item>.button {
  margin-top: auto
}

@media screen and (max-width: 768px) {
  #circle #container .group .item>.button {
    flex: 0 0 100%
  }
}

#circle #container .group .item>.button a {
  background-color: #24a7ff;
  border-radius: 100px;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  transition: 0.1s linear opacity
}

@media screen and (max-width: 768px) {
  #circle #container .group .item>.button a {
    text-align: center
  }
}

#circle #container .group .item>.button a:hover {
  opacity: 0.8
}

#circle-main .header {
  max-width: 1365px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 768px) {
  #circle-main .header {
    margin-top: 0
  }
}

#circle-main .header .cover {
  height: 230px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-position: center;
  max-width: 1365px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 768px) {
  #circle-main .header .cover {
    border-radius: 0;
    height: auto;
    padding: 20px 0
  }
}

#circle-main .header .cover .title .icon img {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  #circle-main .header .cover .title .icon img {
    width: 64px;
    height: 64px
  }
}

#circle-main .header .cover .title h1 {
  color: #ffffff;
  display: inline;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  text-align: center
}

@media screen and (max-width: 768px) {
  #circle-main .header .cover .title h1 {
    font-size: 1.2rem;
    margin-top: 6px;
    margin-bottom: 0;
    display: block
  }
}

#circle-main .header .cover .title .join {
  display: none
}

@media screen and (max-width: 768px) {
  #circle-main .header .cover .title .join {
    display: flex;
    justify-content: center;
    margin-top: 10px
  }
}

#circle-main .header .cover .title .join span {
  border: 2px solid #24a7ff;
  border-radius: 100px;
  display: block;
  padding: 6px 50px;
  font-size: 0.8rem;
  color: #ffffff;
  background-color: #24a7ff;
  font-weight: bold
}

#circle-main>.wrapper {
  max-width: 1365px;
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -moz-column-gap: 26px;
  column-gap: 26px
}

@media screen and (max-width: 768px) {
  #circle-main>.wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 8px;
  }
}

#circle-main>.wrapper aside .widget .data {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  position: relative;
}

#circle-main>.wrapper aside .widget .data h4 {
  margin: 10px 0
}

#circle-main>.wrapper aside .widget .data p {
  color: #8695A1;
  margin: 10px 0;
  font-size: 0.9rem;
  word-break: break-all;
  line-height: 1.8
}

#circle-main>.wrapper aside .information {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px
}

#circle-main>.wrapper aside .information h4 {
  margin: 10px 0
}

#circle-main>.wrapper aside .information p {
  color: #8695A1;
  margin: 10px 0;
  font-size: 0.9rem;
  line-height: 1.8
}

#circle-main>.wrapper aside .menu {
  margin: 20px 0
}

#circle-main>.wrapper aside .menu a {
  color: #8695A1;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 15px
}

#circle-main>.wrapper aside .menu p {
  font-size: 0.6rem;
  color: #8695A1;
  margin: 20px 0
}

#circle-add {
  margin: 70px 0
}

#circle-add #container {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto
}

#circle-add #container .tabs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0
}

#circle-add #container .tabs ul li {
  width: calc(100%/3);
  text-align: center;
  border-bottom: 4px solid #E6ECF0;
  font-weight: bold;
  color: #9197A3;
  font-size: 1.1rem;
  padding: 30px 0;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #circle-add #container .tabs ul li {
    padding: 16px 0;
    font-size: 0.9rem
  }
}

#circle-add #container .tabs ul li a {
  display: inline-block;
  width: 100%;
  height: 80px;
  position: absolute
}

#circle-add #container .tabs ul .current {
  border-bottom: 4px solid #24a7ff;
  color: #24a7ff
}

#circle-add #container .dialog {
  max-width: 500px;
  margin: 0 auto;
  padding: 80px 0
}

@media screen and (max-width: 768px) {
  #circle-add #container .dialog section {
    padding: 0 15px
  }
}

#circle-add #container .dialog section span {
  display: block
}

#circle-add #container .dialog section a {
  margin: 20px 0
}

#circle-add #container .dialog section .group {
  display: flex
}

#circle-add #container .dialog section .group>.item {
  width: 50%;
  display: block
}

#circle-add #container .dialog section .group>.item:first-child {
  margin-right: 8px
}

#circle-add #container .dialog section .group>.item:last-child {
  margin-left: 8px
}

#circle-add #container .dialog section input[type="text"], #circle-add #container .dialog section textarea {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box
}

#circle-add #container .dialog section input[type="text"]:focus, #circle-add #container .dialog section textarea:focus {
  outline: none
}

#circle-add #container .dialog section input[type="text"]:focus~.focusborder, #circle-add #container .dialog section textarea:focus~.focusborder {
  border: 3px solid #24a7ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#circle-add #container .dialog section .add-group .topic {
  padding: 10px 20px
}

#circle-add #container .dialog section .add-group .topic:after {
  display: none
}

#circle-add #container .dialog section .setting-group .topic {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  margin-bottom: 10px;
  position: relative
}

#circle-add #container .dialog section .setting-group .topics {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  margin-top: 10px;
  position: relative;
  cursor: move;
}

#circle-add #container .dialog section .setting-group .setting-topic {
  border:1px solid #D5D5D5;
  border-radius: 6px;
  padding: 0px 15px;
}

#circle-add #container .dialog section .setting-group .topic:after {
  content: '';
  /* cursor: move; */
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  /* background-color: #bbbbbb; */
  /* background-image: url("../assets/icon-drag.svg"); */
  background-size: 33px 8px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 6px 6px
}

#circle-add #container .dialog section .setting-group .topic .member-add {
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  position: relative
}

#circle-add #container .dialog section .setting-group .topic .member-add .search {
  cursor: text
}

#circle-add #container .dialog section .setting-group .topic .member-add .search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}

#circle-add #container .dialog section .setting-group .topic .member-add .search ul li {
  background-color: #DAECF8;
  color: #24a7ff;
  border: 1px solid #24a7ff;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 18px;
  cursor: default;
  position: relative;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#circle-add #container .dialog section .setting-group .topic .member-add .search ul li:after {
  cursor: pointer;
  content: '';
  right: 8px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%2313A3F5" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>');
  background-repeat: no-repeat
}

#circle-add #container .dialog section .setting-group .topic .member-add .search ul li:hover {
  color: #FC3838;
  background-color: #F8DADA;
  border: 1px solid #FC3838
}

#circle-add #container .dialog section .setting-group .topic .member-add .search ul li:hover:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%23FC3838" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>')
}

#circle-add #container .dialog section .setting-group .topic .member-add .suggest {
  display: none
}

#circle-add #container .dialog section .setting-group .add-wrap {
  text-align: right
}

#circle-add #container .dialog section .setting-group .add-wrap>.add {
  display: inline-block
}

#circle-add #container .dialog section .setting-group .add {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  cursor: pointer;
  margin-left: auto;
  /* margin-bottom:10px; */
  transition: 0.1s linear opacity
}

#circle-add #container .dialog section .setting-group .add:hover {
  opacity: 0.8
}

#circle-add #container .dialog section .setting-group .detail {
  display: flex
}

#circle-add #container .dialog section .setting-group .detail>div {
  margin-right: auto;
  display: flex
}

#circle-add #container .dialog section .setting-group .detail>div input[type=radio] {
  display: none
}

#circle-add #container .dialog section .setting-group .detail>div input[type=radio]:checked+.radio:before {
  opacity: 1
}

#circle-add #container .dialog section .setting-group .detail>div .radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 26px;
  margin-right: 20px
}

#circle-add #container .dialog section .setting-group .detail>div .radio:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 16px;
  content: ''
}

#circle-add #container .dialog section .setting-group .detail>div .radio:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #24a7ff;
  content: '';
  opacity: 0
}

#circle-add #container .dialog section .setting-group .detail .delete {
  color: #FC3838;
  text-decoration: underline;
  margin-left: 20px
}

#circle-add #container .dialog section .item {
  margin: 10px 0;
  position: relative
}

#circle-add #container .dialog section .item .member-add {
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  position: relative
}

#circle-add #container .dialog section .item .member-add .search {
  cursor: text
}

#circle-add #container .dialog section .item .member-add .search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}

#circle-add #container .dialog section .item .member-add .search ul li {
  background-color: #DAECF8;
  color: #24a7ff;
  border: 1px solid #24a7ff;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 18px;
  cursor: default;
  position: relative;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#circle-add #container .dialog section .item .member-add .search ul li:after {
  cursor: pointer;
  content: '';
  right: 8px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%2313A3F5" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>');
  background-repeat: no-repeat
}

#circle-add #container .dialog section .item .member-add .search ul li:hover {
  color: #FC3838;
  background-color: #F8DADA;
  border: 1px solid #FC3838
}

#circle-add #container .dialog section .item .member-add .search ul li:hover:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.3 11.3"><polygon fill="%23FC3838" points="11.3,0.7 10.6,0 5.7,4.9 0.7,0 0,0.7 5,5.7 0,10.6 0.7,11.3 5.7,6.4 10.6,11.3 11.3,10.6 6.4,5.7 "/></svg>')
}

#circle-add #container .dialog section .item .member-add .suggest {
  position: absolute;
  bottom: 0;
  display: none
}

#circle-add #container .dialog section .item .member-add .suggest ul {
  list-style: none
}

#circle-add #container .dialog section .item .choice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px
}

#circle-add #container .dialog section .item .choice label {
  flex: 0 0 50%;
  border: 4px solid #D2D7D9;
  border-radius: 8px;
  cursor: pointer;
  padding: 40px 20px;
  text-align: center
}

#circle-add #container .dialog section .item .choice label h4 {
  font-size: 1.2rem;
  color: #D2D7D9;
  border-bottom: 1px solid #D2D7D9
}

#circle-add #container .dialog section .item .choice label svg {
  display: block;
  width: 150px;
  margin: 0 auto;
  fill: #D2D7D9
}

#circle-add #container .dialog section .item .choice label ul {
  text-align: left;
  margin: 0;
  padding-left: 20px
}

#circle-add #container .dialog section .item .choice label ul li {
  font-size: 0.8rem
}

#circle-add #container .dialog section .item input[type="text"]:focus, #circle-add #container .dialog section .item textarea:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0)
}

#circle-add #container .dialog section .item input[type="text"]:focus~.focusborder, #circle-add #container .dialog section .item textarea:focus~.focusborder {
  border: 3px solid #24a7ff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#circle-add #container .dialog section .item input[type=radio] {
  display: none
}

#circle-add #container .dialog section .item input[type=radio]:checked+label {
  border: 4px solid #24a7ff;
  position: relative
}

#circle-add #container .dialog section .item input[type=radio]:checked+label:before {
  content: '';
  top: 10px;
  left: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../assets/icon-check.svg")
}

#circle-add #container .dialog section .item input[type=radio]:checked+label h4 {
  color: #24a7ff;
  border-bottom: 1px solid #24a7ff
}

#circle-add #container .dialog section .item input[type=radio]:checked+label svg {
  fill: #24a7ff
}

#circle-add #container .dialog section .item .radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #D5D5D5
}

#circle-add #container .dialog section .item .radio:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 16px;
  content: ''
}

#circle-add #container .dialog section .item .radio:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #24a7ff;
  content: '';
  opacity: 0
}

#circle-add #container .dialog section .item input[type="submit"] {
  border: none;
  padding: 20px 0;
  display: block;
  margin: 16px 0;
  cursor: pointer
}

.add-left {
  margin-right: 10px
}

#circle-add h4 {
  margin-top: 50px;
  margin-bottom: 10px
}

#circle-add .setting-waiting .item {
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  padding: 0px 15px
}

#circle-add .setting-waiting .item>div {
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  align-items: center;
  height: 38px
}

#circle-add .setting-waiting .item>div:last-child {
  border: none
}

#circle-add .setting-waiting .item>div p {
  margin-right: auto
}

#circle-add .setting-waiting .item>div button {
  background-color: #ffffff;
  color: #24a7ff;
  font-weight: bold;
  border-radius: 100px;
  border: none
}

#circle-add .setting-waiting .item>div button.dont {
  color: #FA0000
}

#circle-add .edit-member .item {
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  padding: 0px 15px
}

#circle-add .edit-member .item>div {
  margin-bottom: 15px
}

#circle-add .edit-member .item>div h5 {
  margin-bottom: 10px
}

#circle-add .edit-member .item>div>div {
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  align-items: center;
  height: 38px
}

#circle-add .edit-member .item>div>div:last-child {
  border: none
}

#circle-add .edit-member .item>div>div p {
  margin-right: auto
}

#circle-add .edit-member .item>div>div button {
  height: 30px;
  background-color: #ffffff;
  color: #24a7ff;
  font-weight: bold;
  border-radius: 100px;
  border: none;
  margin-left: 10px
}

#circle-add .edit-member .item>div>div button.dont {
  color: #FA0000
}

#circle-add .send-list>div {
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  padding: 0px 15px
}

#circle-add .send-list>div>div {
  text-align: right;
  margin-bottom: 15px
}

#circle-add .send-list>div>div h5 {
  text-align: left;
  margin-bottom: 10px
}

#circle-add .send-list>div>div>div .add-list {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  margin-left: auto;
  transition: 0.1s linear opacity;
  margin-bottom: 10px;
  margin-left: 10px
}

#circle-add .send-list>div>div>div .add-list:hover {
  opacity: 0.8
}

#circle-add .send-list>div>div>button {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  cursor: pointer;
  margin-left: auto;
  transition: 0.1s linear opacity;
  margin-bottom: 10px
}

#circle-add .send-list>div>div>button:hover {
  opacity: 0.8
}

#circle-add .setting-rss>div {
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px
}

#circle-add .setting-rss>div>div {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

#circle-add .setting-rss>div>div p {
  margin-right: 20px
}

#circle-add .setting-rss>div>div select {
  border-bottom: 1px solid #D5D5D5;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 10px
}

#circle-add .setting-rss button {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  cursor: pointer;
  margin-left: auto;
  transition: 0.1s linear opacity
}

#circle-add .setting-rss button:hover {
  opacity: 0.8
}

button.save, button.publish {
  background-color: #24a7ff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  display: block;
  cursor: pointer;
  width: 100%;
  margin: 30px 0;
  transition: 0.1s linear opacity
}

button.save:hover, button.publish:hover {
  opacity: 0.8
}

#myspace {
  padding: 0 50px
}

@media screen and (max-width: 992px) {
  #myspace {
    padding: 0 30px
  }
}

@media screen and (max-width: 768px) {
  #myspace {
    padding: 0 10px
  }
}

#myspace #container {
  max-width: 1365px;
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -moz-column-gap: 26px;
  column-gap: 26px
}

@media screen and (max-width: 768px) {
  #myspace #container {
    margin-top: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

#myspace #container aside nav.tab {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0313725)
}

#myspace #container aside nav.tab ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0 0 20px 0
}

#myspace #container aside nav.tab ul li {
  width: 100%
}

#myspace #container aside nav.tab ul li a {
  color: #333;
  fill: #333
}

#myspace #container aside nav.tab ul li a.current {
  position: relative;
  color: #24a7ff
}

#myspace #container aside nav.tab ul li a.current:after {
  content: '';
  bottom: -14px;
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - 14px);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  transition: 0.1s linear border-top
}

#myspace #container aside nav.tab ul li a.current.home svg {
  fill: #24a7ff
}

#myspace #container aside nav.tab ul li a {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #9197A3;
  font-weight: bold;
  transition: 0.1s linear color
}

#myspace #container aside nav.tab ul li a:hover {
  color: #24a7ff
}

#myspace #container aside nav.tab ul li a div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

#myspace #container aside nav.tab ul li a div:active {
  transform: translateY(1px)
}

#myspace #container aside nav.tab ul li a:hover svg {
  fill: #24a7ff
}

#myspace #container aside nav.tab ul li .home svg {
  width: 26px;
  height: 26px;
  fill: #9197A3
}

#myspace #container aside nav.stamp {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0313725);
  height: 52px;
  overflow: hidden;
  margin-bottom: 20px
}

#myspace #container aside nav.stamp ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0 0 20px 0
}

#myspace #container aside nav.stamp ul li {
  height: 100%;
  width: 100%;
  text-align: center;
  display: inline-block
}

#myspace #container aside nav.stamp ul li:first-child {
  margin-left: 0px
}

#myspace #container aside nav.stamp ul li:last-child {
  margin-right: 0px
}

#myspace #container aside nav.stamp ul li a {
  text-decoration: none;
  display: inline-block;
  height: 100%;
  width: 100%
}

#myspace #container aside nav.stamp ul li a.current {
  border-bottom: 4px solid #24a7ff
}

#myspace #container aside nav.stamp ul li a:hover {
  border-bottom: 4px solid #9197A3
}

#myspace #container aside nav.stamp ul li a:hover img {
  transform: scale(1.4);
  display: block
}

#myspace #container aside nav.stamp ul li a:active img {
  transform: scale(1.8)
}

#myspace #container aside nav.stamp ul li a img {
  width: 28px;
  display: block;
  padding-top: 10px;
  margin: 0 auto;
  transition: transform ease 0.1s
}

#myspace #container aside nav.stamp ul li a span {
  font-size: 0.7rem;
  color: #333;
  display: inline-block;
  padding-bottom: 8px
}

#myspace #container .profile {
  position: relative;
  padding-bottom: 60px
}

#myspace #container .profile .more-btn {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
  color: #24a7ff;
  z-index: 1;
  cursor: pointer
}

#myspace #container .profile .more-btn::before {
  font-weight: bold;
  content: "続きを読む"
}

#myspace #container .profile p {
  position: relative;
  overflow: hidden;
  height: 160px
}

#myspace #container .profile p::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  content: "";
  border-radius: 0px 0px 6px 6px
}

#myspace #container .profile .more {
  display: none
}

#myspace #container .profile .more:checked~.more-btn::before {
  content: "閉じる"
}

#myspace #container .profile .more:checked~p {
  height: auto
}

#myspace #container .profile .more:checked~p::before {
  display: none
}

#myspace #container .box-profile {
  margin-bottom: 20px
}

#myspace #container .box-profile .cover {
  background-color: #6bb3c7;
  border-radius: 8px 8px 0 0;
  height: 130px;
  padding-top: 58px;
  display: flex;
  justify-content: center
}

#myspace #container .box-profile .cover .image {
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 100px;
  border: 4px solid #ffffff
}

#myspace #container .box-profile .cover .image img {
  width: 100%;
  height: auto;
  display: block
}

#myspace #container .box-profile h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 0
}

#myspace #container .box-profile .counter {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 26px 0
}

#myspace #container .box-profile .counter>div {
  padding: 0 20px
}

#myspace #container .box-profile .counter .follow {
  border-right: 1px solid #9197A3
}

#myspace #container .box-profile .counter a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #333
}

#myspace #container .box-profile .counter a div {
  font-size: 0.8rem
}

#myspace #container .box-profile .button {
  padding: 0 20px
}

#myspace #container .box-profile .button a {
  background-color: #24a7ff;
  color: #ffffff;
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  margin-bottom: 10px;
  transition: 0.1s linear opacity
}

#myspace #container .box-profile .button a:hover {
  opacity: 0.8
}

#myspace #container .box-profile .button a:active {
  transform: translateY(1px)
}

#myspace #container .box-profile .button a:nth-child(2) {
  border: 2px solid #24a7ff;
  background-color: #ffffff;
  color: #24a7ff
}

#myspace #container .box-profile p {
  font-size: 0.8rem;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  line-height: 1.6;
  margin: 0
}

#myspace #container .box-notification .title a:active {
  transform: translateY(1px)
}

#myspace #container .box-notification ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#myspace #container .box-notification ul li {
  border-top: 1px solid #E6ECF0
}

#myspace #container .box-notification ul li>a {
  display: flex;
  text-decoration: none;
  padding: 10px 20px;
  transition: 0.1s linear background-color
}

#myspace #container .box-notification ul li>a:hover {
  background-color: #F7F7F7
}

#myspace #container .box-notification ul li>a .image {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px
}

#myspace #container .box-notification ul li>a .image img {
  width: 100%;
  height: auto;
  display: block
}

#myspace #container .box-notification ul li>a p {
  font-size: 0.8rem;
  margin-left: 10px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4
}

#myspace #container .box-notification ul>a {
  text-align: center;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  border-top: 1px solid #E6ECF0;
  transition: 0.1s linear background-color
}

#myspace #container .box-notification ul>a:hover {
  background-color: #F7F7F7;
  border-radius: 0 0 6px 6px
}

#myspace #container .box-notification ul>a>div {
  width: 100%;
  height: 100%;
  display: inline-block
}

#myspace #container .box-notification ul>a>div:active {
  transform: translateY(1px)
}

.modal-wrap input {
  display: none
}

.modal-overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0)
}

.modal-trigger {
  position: absolute;
  width: 100%;
  height: 100%
}

.modal-content {
  align-self: flex-start;
  width: 600px;
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: translateY(-100%);
  transition: 0.5s;
  border-radius: 8px
}

.modal-content h3 {
  font-size: 1rem
}

.modal-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 800px;
  overflow-y: scroll
}

.modal-content ul::-webkit-scrollbar {
  width: 0
}

.modal-content ul::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px
}

.modal-content ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px
}

.modal-content ul li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  position: relative
}

.modal-content ul li span {
  display: flex;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
  color: #333
}

.modal-content ul li span .image {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  overflow: hidden
}

.modal-content ul li span .image img {
  display: block;
  height: auto;
  width: 100%
}

.modal-content ul li span span {
  margin-left: 15px
}

.modal-content ul li .action {
  border: 1px solid #24a7ff;
  border-radius: 100px;
  height: 40px;
  width: 120px;
  line-height: 40px;
  color: #24a7ff;
  font-size: 0.8rem;
  transition: 0.1s linear all;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0rem;
  display: inline-block;
  text-align: center
}

.modal-content ul li .action:active {
  opacity: 0.8
}

.modal-content ul li .action.action:hover {
  background-color: #24a7ff;
  color: #ffffff
}

.modal-content ul li .unfollow {
  display: inline-block;
  height: 40px;
  width: 140px
}

.modal-content ul li .unfollow:hover span:nth-child(2) {
  display: none
}

.modal-content ul li .unfollow span {
  border: 1px solid #24a7ff;
  border-radius: 100px;
  color: #24a7ff;
  font-size: 0.8rem;
  transition: 0.1s linear all;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0rem;
  position: absolute;
  display: inline-block;
  width: 140px;
  text-align: center
}

.modal-content ul li .unfollow span:active {
  opacity: 0.8
}

.modal-content ul li .unfollow span:nth-child(1) {
  color: #ffffff;
  background-color: #FC3838;
  border: #FC3838
}

.modal-content ul li .unfollow span:nth-child(2) {
  color: #ffffff;
  background-color: #24a7ff;
  border: #24a7ff
}

.modal-content ul li button {
  padding: 8px 20px;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-weight: bold;
  margin-left: 10px;
  font-size: 0.9rem
}

.modal-content ul li button.block {
  background-color: #FC3838
}

.modal-content ul li button.follow {
  background-color: #24a7ff
}

.modal-content ul li button.unfollow {
  background-color: #9197A3
}

.close-button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer
}

.modal-wrap input:checked~.modal-overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s
}

.modal-wrap input:checked~.modal-overlay .modal-content {
  transform: translateY(20px)
}

.open-button {
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: none;
  color: #9197A3
}

.open-button:active {
  transform: translateY(1px)
}

#support {
  background-color: #ffffff;
  border-top: 1px solid #ffffff
}

#support .header {
  max-width: 1140px;
  margin: 80px auto
}

@media screen and (max-width: 768px) {
  #support .header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px
  }
}

#support .header h1 {
  color: #6bb3c7
}

@media screen and (max-width: 768px) {
  #support .header h1 {
    font-size: 1.6rem;
    margin: 0 20px
  }
}

#support .container {
  display: -ms-grid;
  display: grid;
  -moz-column-gap: 100px;
  column-gap: 100px;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 8px;
  color: #101010
}

@media screen and (max-width: 768px) {
  #support .container {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 20px
  }
}

#support .container nav {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1
}

@media screen and (max-width: 768px) {
  #support .container nav {
    margin-bottom: 80px
  }
}

#support .container nav .back {
  border-top: 1px solid #6bb3c7;
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  #support .container nav .back {
    margin-top: 10px
  }
}

#support .container nav .back a {
  display: block;
  margin-top: 30px;
  padding: 0 15px;
  color: #6bb3c7;
  text-decoration: none;
  font-weight: bold
}

#support .container nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#support .container nav ul li {
  border-radius: 100px;
  margin: 10px 0;
  font-size: 0.9rem
}

@media screen and (max-width: 768px) {
  #support .container nav ul li {
    margin: 6px 0
  }
}

#support .container nav ul li.current {
  background-color: #6bb3c7
}

#support .container nav ul li.current a {
  color: #ffffff
}

#support .container nav ul li a {
  color: #6bb3c7;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
  border-radius: 100px;
  transition: 0.1s linear all
}

#support .container nav ul li a:hover {
  background-color: rgba(151, 200, 214, 0.3)
}

#support .container main {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2
}

#support .container main section {
  padding-bottom: 80px
}

@media screen and (max-width: 768px) {
  #support .container main section {
    padding-bottom: 50px
  }
}

#support .container main section h1 {
  font-size: 2rem
}

@media screen and (max-width: 768px) {
  #support .container main section h1 {
    font-size: 1.6rem
  }
}

#support .container main section p {
  font-size: 1rem;
  line-height: 2
}

@media screen and (max-width: 768px) {
  #support .container main section p {
    font-size: 1rem;
    line-height: 1.6
  }
}

#support .container main section a {
  margin-bottom: 50px;
  display: inline-block;
  color: #6bb3c7;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100px;
  transition: 0.1s linear all;
  position: relative;
  padding-right: 20px
}

#support .container main section a:after {
  position: absolute;
  top: 8px;
  right: 0;
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 8px;
  display: inline-block;
  border-bottom: 2px solid #6bb3c7;
  border-right: 2px solid #6bb3c7;
  transform: rotate(-45deg)
}

.container-search {
  display: block;
  background-color: rgba(107,179,199,0.93);
  width: 100%;
  top: 80px;
  left: 0;
  right: 0;
  position: fixed
}

.container-search .wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px
}

.container-search .wrap .standard, .container-search .wrap .advanced {
  padding: 80px 0
}

.container-search .wrap .backbutton, .container-search .wrap .advancedbutton {
  color: #ffffff;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  font-size: 1rem;
  cursor: pointer;
  outline: 0
}

.container-search .wrap .searchbox {
  position: relative
}

.container-search .wrap .searchbox input {
  padding: 20px 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.11rem
}

.container-search .wrap .searchbox input:focus {
  color: #ffffff
}

.container-search .wrap .searchbox input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.container-search .wrap .searchbox input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.container-search .wrap .searchbox input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.container-search .wrap .searchbox input:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.container-search .wrap .searchbox input:focus::placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.container-search .wrap .searchbox input::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color
}

.container-search .wrap .searchbox input::-moz-placeholder {
  color: #ffffff;
  -moz-transition: 0.3s ease color;
  transition: 0.3s ease color
}

.container-search .wrap .searchbox input:-ms-input-placeholder {
  color: #ffffff;
  -ms-transition: 0.3s ease color;
  transition: 0.3s ease color
}

.container-search .wrap .searchbox input::-ms-input-placeholder {
  color: #ffffff;
  -ms-transition: 0.3s ease color;
  transition: 0.3s ease color
}

.container-search .wrap .searchbox input::placeholder {
  color: #ffffff;
  transition: 0.3s ease color
}

.container-search .wrap .searchbox button {
  background: url("../assets/icon-search.svg") no-repeat 50% 50%;
  background-size: 18px 18px;
  width: 72px;
  height: 72px;
  color: #ffffff;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0
}

.container-search .wrap .settings {
  display: flex;
  margin-top: 20px
}

.container-search .wrap .settings .selectwrap {
  flex: 0 0 calc(100%/5);
  margin-right: 15px;
  position: relative;
  display: inline-block;
  height: 50px
}

.container-search .wrap .settings .selectwrap:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px
}

.container-search .wrap .settings .selectwrap select {
  height: 100%;
  width: 100%;
  border-radius: 100px;
  border: 3px solid #ffffff;
  background: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.container-search .wrap .settings button {
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 100px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
  border: none;
  flex: 0 0 calc(100%/5);
  color: #6bb3c7;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer
}
.timeline>.post>.comment>.composer button {
  cursor: pointer;
  border: none;
  background-color: #24a7ff;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  margin-left: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.action-overlay .container .item input[type="date"] {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  color: #999;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px
}

.action-overlay .container .item input[type="text"] {
  display: block;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 18px 15px;
  border: 1px solid #D5D5D5;
  outline: none;
  background: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px
}

.timeline>button>.filter-balloon {
  display: inline;                /* インライン要素として表示 */
}

.timeline>button>.filter-balloon {
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 10px;                         /* テキストの前後の余白 */
  background-color: rgba(0, 0, 0, 0.80);       /* 背景色（透明度） */
  width:100px;                          /* 吹き出し全体の幅 */
  left : 50;                           /* 表示位置 */
  bottom : 100%;                        /* 表示位置 */
  margin-bottom : 12px;                 /* 表示位置 */
  font-size: 80%;                       /* 文字サイズ */
  border-radius: 5px;
  color : #ffffff;
}
.timeline>button>.filter-balloon:after{
  border-top: 12px solid rgba(0, 0, 0, 0.80);    /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  bottom: -6px;                          /* 吹き出し口の位置調整 */
  left : 5%;                             /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}