@charset "UTF-8";
#layout {
  /*
  --------------------------------------------------------------------------------- タブレット：768（iPad縦） */
  /*
  --------------------------------------------------------------------------------- PC：1024 */
}
#layout .comment_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* https://github.com/vineethtrv/css-loader */
}
#layout .comment_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#layout .comment_block .form-wrap .text01 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
}
#layout .comment_block .form-wrap .form-btn {
  margin: 1rem;
}
#layout .comment_block .form-wrap .form-btn .btn {
  margin: 0px 0px 4px 0px;
}
#layout .comment_block .form-wrap .form-btn .btn:disabled {
  opacity: 0.2;
  pointer-events: none;
}
#layout .comment_block .comment-tree {
  margin: 0 0 2em 0;
}
#layout .comment_block .comment {
  position: relative;
  border: 1px solid transparent;
}
#layout .comment_block .comment .text {
  text-overflow: ellipsis;
  margin: 0;
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed #999;
}
#layout .comment_block .comment .comment {
  padding-left: 20px;
}
#layout .comment_block .comment .comment.comment-limit .comment {
  padding-left: 0;
  border-left: none;
}
#layout .comment_block .comment.open-toolbox > .wrap > .text {
  background-color: #eee;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box {
  position: absolute;
  left: 0;
  top: 2em;
  padding: 0;
  z-index: 10;
  opacity: 1;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box .box {
  padding: 10px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 5px;
  z-index: 11;
  width: calc(100vw - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box:before, #layout .comment_block .comment.open-toolbox > .wrap > .tool-box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
  z-index: 12;
  margin-bottom: -2px;
  margin-top: 0;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box:before {
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 13px;
  margin-left: -13px;
  z-index: 12;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box.tool-box-reverse:before, #layout .comment_block .comment.open-toolbox > .wrap > .tool-box.tool-box-reverse:after {
  top: 100%;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box.tool-box-reverse:after {
  border-color: transparent;
  border-top-color: #fff;
  margin-bottom: 0;
  margin-top: -2px;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box.tool-box-reverse:before {
  border-color: transparent;
  border-top-color: #000;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box .form-group {
  margin: 1rem 0;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box .form-btn {
  margin: 0;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box .head .close-btn {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #000;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#layout .comment_block .comment.open-toolbox > .wrap > .tool-box .head .close-btn:active {
  color: #aaa;
}
#layout .comment_block .spinner-min-dot.loader {
  color: #000;
  position: relative;
  font-size: 11px;
  background: #000;
  -webkit-animation: escaleY 1s infinite ease-in-out;
          animation: escaleY 1s infinite ease-in-out;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  display: inline-block;
  left: 6px;
  top: -0.25em;
}
#layout .comment_block .spinner-min-dot.loader:before, #layout .comment_block .spinner-min-dot.loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  background: #000;
  width: 0.5em;
  height: 0.5em;
  -webkit-animation: escaleY 1s infinite ease-in-out;
          animation: escaleY 1s infinite ease-in-out;
}
#layout .comment_block .spinner-min-dot.loader:before {
  left: -6px;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
#layout .comment_block .spinner-min-dot.loader:after {
  left: 6px;
}
@-webkit-keyframes escaleY {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes escaleY {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#layout .comment_block .spinner-circle {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#layout .comment_block .message-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0 20px 0;
}
#layout .comment_block .message-area .notice-text {
  font-size: 14px;
  color: #888;
}
#layout .comment_block .message-area .spinner-circle {
  position: absolute;
  top: -2rem;
  right: 0;
}
#layout .comment_block .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#layout .comment_block .form-group .erase-btn {
  margin: 0 0 4px 0;
  padding: 4px 8px;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 0 5px 5px 0;
  border-left: none;
  cursor: pointer;
  width: 32px;
}
#layout .comment_block .form-group .erase-btn span {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./eraser02.svg);
}
#layout .comment_block .form-group .erase-btn:active {
  background-color: #000;
}
#layout .comment_block .form-group .erase-btn:active span {
  background-image: url(./eraser02-2.svg);
}
@media all and (min-width: 768px) {
  #layout .comment_block .comment.open-toolbox > .wrap > .tool-box .box {
    max-width: 488px;
  }
  #layout .comment_block .message-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #layout .comment_block .message-area .spinner-circle {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media all and (min-width: 1024px) {
  #layout .comment_block .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #layout .comment_block .comment .text {
    font-size: 13px;
    line-height: 16px;
  }
  #layout .comment_block .comment.open-toolbox > .wrap > .tool-box .box {
    max-width: 1000px;
  }
}