@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "MS PGothic", "MS Pゴシック", Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.8;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.text-right {
  text-align: right;
}

a {
  color: #d02d2a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p + ul {
  margin-top: 1em;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 1em;
}

ul li::before {
  display: inline-block;
  width: 1.1em;
  margin-left: -1em;
  content: "・";
}

ul li + li {
  margin-top: 0.5em;
}

ul.note li::before {
  content: "※";
}

ul.important li {
  border: 2px solid #999;
  border-radius: 8px;
  padding: 0.5em;
}

ul.important li::before {
  content: "";
}

.br::before {
  content: "\A";
  display: inline !important;
  white-space: pre;
}

.br::after {
  display: none;
}

.figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.figure img {
  width: 100%;
  height: auto;
}

.hide {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-br::before {
    content: "\A";
    display: inline !important;
    white-space: pre;
  }
  .mobile-br::after {
    display: none;
  }
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .desktop-br::before {
    content: "\A";
    display: inline !important;
    white-space: pre;
  }
  .desktop-br::after {
    display: none;
  }
  .desktop-hide {
    display: none !important;
  }
}

.color-red {
  color: #f00;
}

.close {
  color: #f00;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .close {
    font-size: 12px;
    margin-top: 20px;
  }
}

#header {
  width: 100%;
  height: 60px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

@media (max-width: 767px) {
  #header {
    height: 36px;
  }
}

#header #logo-area {
  background: #ffffff;
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#header #logo-area a.figure {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
}

@media (max-width: 767px) {
  #header #logo-area a.figure {
    width: 96px;
    margin-left: 10px;
  }
}

#header #logo-area a.figure #siteLogo {
  width: auto;
  height: 48px;
}

@media (max-width: 767px) {
  #header #logo-area a.figure #siteLogo {
    width: 100%;
    height: auto;
  }
}

#footer {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
}

#footer .footer-menu {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .footer-menu {
    padding-bottom: 0;
  }
}

#footer .footer-menu a {
  display: inline-block;
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-right: 1px solid #707070;
}

#footer .footer-menu a:first-child {
  border-left: 1px solid #707070;
}

@media (max-width: 767px) {
  #footer .footer-menu a:nth-child(4) {
    border-left: 1px solid #707070;
  }
  #footer .footer-menu a:nth-child(4), #footer .footer-menu a:nth-child(5), #footer .footer-menu a:nth-child(6) {
    margin-bottom: 0;
  }
}

#footer .copyright {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  color: #707070;
  font-size: 10px;
}

#wrapper {
  width: 100%;
  height: 100%;
}

#main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#main .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #000000;
  border-bottom: 2px solid #d02d2a;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#main .heading h1,
#main .heading h2 {
  color: #ffffff;
  font-size: 18px;
}

@media (max-width: 767px) {
  #main .heading h1,
  #main .heading h2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #main img.keyVisual {
    overflow: hidden;
    width: auto;
    height: 500px;
    object-fit: fill;
  }
}

#main .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0 20px 70px;
}

@media (max-width: 767px) {
  #main .contents {
    padding: 0 10px 70px;
  }
}

#main .contents .guidelines-contents {
  margin: 40px 0 0 !important;
}

@media (max-width: 767px) {
  #main .contents .guidelines-contents {
    margin: 20px 0 0 !important;
  }
}

#main .contents .flex-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .contents .flex-contents > .sub-heading {
  width: 100%;
}

#main .contents .left-area,
#main .contents .right-area {
  margin-top: -20px;
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  #main .contents .left-area,
  #main .contents .right-area {
    width: 100%;
    margin-top: 0;
  }
}

#main .contents .box {
  width: 100%;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  #main .contents .box {
    margin: 10px 0 0;
  }
}

#main .contents .box .sub-heading {
  width: 100%;
  background-color: #000000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

#main .contents .box .sub-heading h2,
#main .contents .box .sub-heading p {
  display: inline-block;
  height: 100%;
  color: #ffffff;
  margin-left: 10px;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  border-left: 5px solid #d02d2a;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

@media (max-width: 767px) {
  #main .contents .box .sub-heading h2,
  #main .contents .box .sub-heading p {
    padding-left: 10px;
    font-size: 13px;
  }
}

#main .contents .box .sub-heading-h3 {
  width: 100%;
  background-color: #999;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

#main .contents .box .sub-heading-h3 h3 {
  display: inline-block;
  height: 100%;
  color: #ffffff;
  margin-left: 10px;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

@media (max-width: 767px) {
  #main .contents .box .sub-heading-h3 h3 {
    padding-left: 10px;
    font-size: 13px;
  }
}

#main .contents .box.first-selection-pass, #main .contents .box.second-selection-pass {
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  #main .contents .box.first-selection-pass, #main .contents .box.second-selection-pass {
    margin: 20px 0 0;
  }
}

#main .contents .box.first-selection-pass #first-selection-pass-list .sub-heading, #main .contents .box.second-selection-pass #first-selection-pass-list .sub-heading {
  background-color: #00ac98;
}

#main .contents .box.first-selection-pass #first-selection-pass-list th, #main .contents .box.second-selection-pass #first-selection-pass-list th {
  background-color: #00ac98 !important;
}

#main .contents .box.first-selection-pass #first-selection-pass-list a:not(".entory"), #main .contents .box.second-selection-pass #first-selection-pass-list a:not(".entory") {
  color: #00ac98 !important;
}

#main .contents .box.first-selection-pass #second-selection-pass-list .sub-heading, #main .contents .box.second-selection-pass #second-selection-pass-list .sub-heading {
  background-color: #00ac98;
}

#main .contents .box.first-selection-pass #second-selection-pass-list th, #main .contents .box.second-selection-pass #second-selection-pass-list th {
  background-color: #00ac98 !important;
}

#main .contents .box.first-selection-pass #second-selection-pass-list a:not(".entory"), #main .contents .box.second-selection-pass #second-selection-pass-list a:not(".entory") {
  color: #00ac98 !important;
}

#main .contents .box.first-selection-pass h3, #main .contents .box.second-selection-pass h3 {
  margin-top: 20px;
}

#main .contents .box.first-selection-pass table, #main .contents .box.second-selection-pass table {
  width: 100%;
  margin-top: 10px;
}

#main .contents .box.first-selection-pass table th, #main .contents .box.second-selection-pass table th {
  background-color: #00ac98;
  color: #ffffff;
  padding: 10px 20px;
  text-align: left;
}

#main .contents .box.first-selection-pass table th:first-child, #main .contents .box.second-selection-pass table th:first-child {
  width: 30%;
}

#main .contents .box.first-selection-pass table th:last-child, #main .contents .box.second-selection-pass table th:last-child {
  width: 70%;
}

#main .contents .box.first-selection-pass table th + th, #main .contents .box.second-selection-pass table th + th {
  border-left: 2px solid #ffffff;
}

#main .contents .box.first-selection-pass table tbody tr, #main .contents .box.second-selection-pass table tbody tr {
  border-top: 2px solid #ffffff;
}

#main .contents .box.first-selection-pass table tbody tr td, #main .contents .box.second-selection-pass table tbody tr td {
  padding: 10px 20px;
  border-spacing: 1px;
  background-color: #f1f1f1;
  word-break: break-all;
}

#main .contents .box.first-selection-pass table tbody tr td:first-child, #main .contents .box.second-selection-pass table tbody tr td:first-child {
  width: 30%;
}

#main .contents .box.first-selection-pass table tbody tr td:last-child, #main .contents .box.second-selection-pass table tbody tr td:last-child {
  width: 70%;
}

#main .contents .box.first-selection-pass table tbody tr td + td, #main .contents .box.second-selection-pass table tbody tr td + td {
  border-left: 2px solid #ffffff;
}

#main .contents .box.first-selection-pass table tbody tr td a, #main .contents .box.second-selection-pass table tbody tr td a {
  color: #00ac98;
  text-decoration: none;
  font-weight: bold;
  word-break: break-all;
}

.button-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.button-set.with-margin > p > a {
  margin-top: 20px;
}

.button-set.entry-contents p {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .button-set.entry-contents p {
    width: 100%;
    margin-top: 10px;
  }
}

.button-set.entry-contents p a.entry {
  background-color: #d02d2a;
}

@media (min-width: 768px) {
  .button-set.entry-contents p a.entry:hover {
    opacity: 0.8;
  }
}

.button-set p {
  width: 100%;
}

.button-set p a.entry {
  width: 100%;
  background-color: #6b7a9b;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

@media (min-width: 768px) {
  .button-set p a.entry:hover {
    opacity: 0.8;
  }
}

.button-set p a.entry::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  right: 10px;
  border-radius: 2px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagetop-area {
  position: fixed;
  bottom: 70px;
  right: 0;
  display: none;
  opacity: 0;
}

@media (max-width: 767px) {
  .pagetop-area {
    bottom: 60px;
  }
}

.pagetop-area.show {
  display: block;
  opacity: 1;
}

.pagetop-area a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url(../img/icon_scroll.png);
  background-position: center center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}

.drawr-opener {
  cursor: pointer;
}

.drawr-area {
  display: none !important;
}

.drawr-area.show {
  display: block !important;
}

.drawr-area.flex-contents.show {
  display: flex !important;
}

.result .sub-heading h2 {
  font-size: 18px !important;
}

.result p {
  font-size: 16px;
}

.result p.date {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: right;
}

.result .award {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .result .award {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.result .award + .award,
.result .award + .sub-heading {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .result .award + .award,
  .result .award + .sub-heading {
    margin-top: 30px;
  }
}

.result .award::before {
  background-color: #cccccc;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .result .award::before {
    top: 10px;
  }
}

.result .award .award-heading {
  width: 150px;
  height: 80px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: #b0b0b0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .result .award .award-heading {
    width: 100px;
    height: 40px;
  }
}

.result .award .award-heading h3 {
  align-self: center;
  color: #ffffff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 24px;
}

@media (max-width: 767px) {
  .result .award .award-heading h3 {
    padding: 5px;
    font-size: 18px;
  }
}

.result .award .work {
  width: calc(100% - 150px);
  margin-top: 28px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .result .award .work {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}

.result .award .work a {
  text-decoration: none;
  color: #333333;
  font-weight: 700;
}

.result .award .work .story a,
.result .award .work .story span {
  font-size: 24px;
  color: #999999;
}

@media (max-width: 767px) {
  .result .award .work .story a,
  .result .award .work .story span {
    font-size: 18px;
  }
}

.result .award .work .author {
  font-size: 18px;
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .result .award .work .author {
    font-size: 14px;
  }
}

.result .award .reputation {
  width: 100%;
  margin-top: 10px;
}

.result .award .reputation h4 {
  width: 100%;
  background-color: #dcd9d2;
  color: #333333;
  padding: 3px 10px;
  font-size: 14px;
}

.result .award .reputation p {
  margin-top: 10px;
  font-size: 14px;
}

.result .award .reputation .link-story {
  width: 100%;
  height: 30px;
  position: relative;
}

.result .award .reputation .link-story a {
  width: 150px;
  height: 30px;
  display: flex;
  background-color: #6b7a9b;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .result .award .reputation .link-story a:hover {
    opacity: 0.8;
  }
}

.result .award .reputation .link-story a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  right: 10px;
  border-radius: 2px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.result .award .reputation .link-info {
  width: 100%;
  height: 30px;
  position: relative;
}

.result .award .reputation .link-info a {
  width: 230px;
  height: 30px;
  display: flex;
  background-color: #6b7a9b;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .result .award .reputation .link-info a:hover {
    opacity: 0.8;
  }
}

.result .award .reputation .link-info a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  right: 10px;
  border-radius: 2px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.result .award.grand::before {
  background-color: #cc0001;
}

.result .award.grand .award-heading {
  background: linear-gradient(150deg, #511426 15%, #cc0001, #511426 85%);
}

.result .award.grand .award-heading h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .result .award.grand .award-heading h3 {
    font-size: 18px;
  }
}

.result .award.grand .work .story a,
.result .award.grand .work .story span {
  font-weight: 900;
  font-size: 32px;
  color: #cc0001;
}

@media (max-width: 767px) {
  .result .award.grand .work .story a,
  .result .award.grand .work .story span {
    font-size: 20px;
  }
}

.result .award.novela::before {
  background-color: #ffa90d;
}

.result .award.novela .award-heading {
  background: linear-gradient(150deg, #d1b16c 20%, #efeca9, #d1b16c 80%);
}

.result .award.novela .award-heading h3 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .result .award.novela .award-heading h3 {
    font-size: 18px;
  }
}

.result .award.novela .work .story a,
.result .award.novela .work .story span {
  font-weight: 900;
  font-size: 32px;
  color: #ffa90d;
}

@media (max-width: 767px) {
  .result .award.novela .work .story a,
  .result .award.novela .work .story span {
    font-size: 20px;
  }
}

.column {
  margin: 40px 0 0 !important;
}

@media (max-width: 767px) {
  .column {
    margin: 20px 0 0 !important;
  }
}

.column > p {
  font-size: 16px;
}

.column > .figure {
  max-width: 600px;
  margin: 40px auto 0;
}

.column .sub-heading h2,
.column .sub-heading p {
  font-size: 18px !important;
}

.column .entry {
  background-color: #d54c63 !important;
}

.column .drawr-area {
  margin-top: 20px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .column .drawr-area {
    padding: 0 0;
  }
}

.column .character {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.column .character .editor .icon::after {
  content: "HJ文庫副編集長" !important;
}

.column .character .no {
  margin-right: 40px;
}

.column .no .icon {
  width: 80px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .column .no .icon {
    width: 40px;
  }
}

.column .no .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column .no .icon img {
  width: 100%;
  height: auto;
}

.column .no .icon img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 2px solid #dcd9d2;
  border-radius: 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .column .no .icon img {
    width: 40px;
    height: 40px;
  }
}

.column .no .icon::after {
  content: "ノベラ";
  font-size: 14px;
  display: block;
}

@media (max-width: 767px) {
  .column .no .icon::after {
    font-size: 11px;
  }
}

.column .editor .icon {
  width: 80px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .column .editor .icon {
    width: 40px;
  }
}

.column .editor .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column .editor .icon img {
  width: 100%;
  height: auto;
}

.column .editor .icon img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 2px solid #dcd9d2;
  border-radius: 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .column .editor .icon img {
    width: 40px;
    height: 40px;
  }
}

.column .editor .icon::after {
  content: "HJ文庫\A副編集長";
  white-space: pre;
  font-size: 14px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .column .editor .icon::after {
    font-size: 11px;
  }
}

.column .column-area p {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .column .column-area p {
    font-size: 13px;
  }
}

.column .column-area p .balloon {
  display: inline-block;
  width: calc(100% - 100px);
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .column .column-area p .balloon {
    padding: 8px;
    width: calc(100% - 60px);
  }
}

.column .column-area p.no {
  margin-bottom: 10px;
}

.column .column-area p.no .balloon {
  border: 2px solid #dedede;
  background-color: #ffffff;
}

.column .column-area p.no .balloon::before, .column .column-area p.no .balloon::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.column .column-area p.no .balloon::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}

.column .column-area p.no .balloon::before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #dedede;
  border-width: 13px;
  margin-top: -13px;
}

.column .column-area p.editor {
  margin-bottom: 30px;
}

.column .column-area p.editor .balloon {
  border: 2px solid #b7e25f;
  background-color: #fdffea;
}

.column .column-area p.editor .balloon::before, .column .column-area p.editor .balloon::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.column .column-area p.editor .balloon::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fdffea;
  border-width: 10px;
  margin-top: -10px;
}

.column .column-area p.editor .balloon::before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #b7e25f;
  border-width: 13px;
  margin-top: -13px;
}

.column .column-area p.update {
  display: block;
  text-align: right;
}

.general-comments p + p {
  margin-top: 1em;
}
