/*
* cunstom css for layout
*/
@media (min-width: 1024px) {
    nav.sp,
    .search-form {
        display: none;
    }

    nav.pc {
        display: block;
    }
}

/*
* css for make_topic page
*/
.btn {
    font-size: 15px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #fff;
}

.form-wrap {
    border-top: 4px solid #FF7DB8;
    background: #fff;
    width: 100%;
}

.form-navi {
    height: 56px;
    background: #EFEFEF;
}

.form-wrap .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin: 20px 10px 0;
    color: #8F8F8F;
}

.form-wrap img.step {
    display: none;
}

.form-wrap .sub {
    display: none;
}

.form-navi-item {
    /* display: inline-block;
    width: 32%; */
    padding: 18px 0;
    text-align: center;
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-navi-item.on {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.form-navi-item .number {
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #b3b3b3;
}

.form-navi-item.on .number {
    background: #C58ADE;
}

.form-navi-item p {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0;
    color: #b3b3b3;
}

.form-navi-item.on p {
    color: #C58ADE;
}

.form.form-topic {
    padding: 25px 10px 20px;
}

.form.form-topic .form-head {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 54px;
    margin-bottom: 20px;
}

.form.form-topic .form-head .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: url(./../image/thum_noimage@2x.png) 50% 10% no-repeat #ededed;
    -webkit-background-size: cover;
    background-size: cover;
}

.form.form-topic .form-head .form-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-top: 8px;
    padding-left: 70px;
}

.form.form-topic .input-title {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    padding: 12px 8px;
    /* color: #BBBBBB; */
    border-radius: 4px;
}

.form .form-main {
    position: relative;
    /* height: 140px; */
    margin-bottom: 10px;
    /* border: 1px solid #f2f2f2; */
    border-radius: 4px;
    /* background: #fff; */
}

.form-topic #textarea {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    padding: 12px 10px 24px;
    /* color: #BBBBBB; */
    border: none;
    border-radius: 4px;
}

.form-topic .input-title, .form-topic #textarea {
    border: 1px solid #C58ADE;
    background: #FFE9F5;
}

.form-topic #textarea {
    min-height: 100px;
}

.form .form-main .add-link {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    color: #61CBED;
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .6);
}

.form .form-main .add-link span {
    font-size: 8px;
    margin-right: 8px;
}

.form .form-images p.caution {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    color: #ff8086;
}

.form .form-images .add-image {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 74px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
}

.form .form-images .add-image span {
    font-size: 24px;
    color: #C58ADE;
}

.form .form-images .add-image p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
}

.form-comment .form-checks .input-name input,
.form-topic .form-checks .input-name input {
    width: 320px;
    height: 40px;
    padding: 12px;
}

.form.form-topic .input-name[show=on],
.form.form-comment .input-name[show=on] {
    display: block;
    height: 40px;
}

.form.form-topic #inputName, .form.form-comment #inputName {
    margin-top: 50px;
}

.form .form-checks .input-name[show=off] ~ .checkbox {
    margin-top: 10px
}

.form .form-checks .input-name[show=on] ~ .checkbox,
.form .form-checks .input-name[show=off] ~ label[for="anonymous"].checkbox {
    margin-top: 0px
}

.form .form-checks .input-name[show=on] ~ label[for="anonymous"].checkbox {
    margin: -100px 0px 40px;
}

.form.form-topic #inputName input[type=text],
.form.form-comment #inputName input[type=text] {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    /* margin-bottom: 14px; */
    padding: 12px 8px;
    /* color: #8F8F8F; */
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
    -webkit-appearance: none;
}

.form .form-checks .checkbox {
    font-size: 14px;
    line-height: 21px;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px;
    padding: 6px 6px 6px 32px;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    vertical-align: middle;
    border-radius: 8px;
}

.form .form-checks input[type="checkbox"]:checked + .checkbox:before {
    border: 1px solid #E3A3FF;
    background: #E3A3FF;
}

.form #btn-submit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 10px 0;
    font-weight: 700;
    color: #fff;
    background: #E3A3FF;
    border-radius: 4px;
}

#modalUrl,
#modalRes,
#modalOldVote {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

#modalUrl .modal-wrap,
#modalRes .modal-wrap,
#modalOldVote .modal-wrap {
    position: absolute;
    left: 50%;
    width: 280px;
    margin-left: -150px;
    padding: 20px 10px;
    border-radius: 4px;
    background: #fff;
}

#modalUrl .modal-wrap .modal-title,
#modalRes .modal-wrap .modal-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: #8F8F8F;
}

#modalUrl .modal-wrap .explain {
    margin-bottom: 10px;
}

.form-comment .form-checks .input-name[show=off],
.form-comment .form-checks input[type=checkbox],
.form-topic .form-checks .input-name[show=off],
.form-topic .form-checks input[type=checkbox] {
    display: none;
}

#modalUrl .modal-wrap .explain .img-sample-pc {
    display: none;
}

#modalUrl .modal-wrap .explain > p {
    font-size: 12px;
    line-height: 18px;
    margin: 8px 22px;
    color: #8F8F8F;
}

#modalUrl .modal-wrap .add-url,
#modalRes .modal-wrap .add-res {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
    color: #61CBED;
}

#modalRes .modal-wrap .input-res input,
#modalUrl .modal-wrap .input-url input {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 8px;
    color: #8F8F8F;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
    -webkit-appearance: none;
}

#modalRes .modal-wrap .input-res input:focus,
#modalUrl .modal-wrap .input-url input:focus {
    outline: none;
    border: 1px solid #4da6ea;
}

#modalUrl .modal-wrap #insertUrl,
#modalRes .modal-wrap #insertRes {
    font-size: 15px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #E3A3FF;
    color: #fff;
    font-weight: 700;
}

#modalUrl .modal-wrap .close,
#modalRes .modal-wrap .close {
    font-size: 16px;
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #E3A3FF;
}

.form-wrap .sub .sub-part {
    position: relative;
    padding: 16px;
    border-radius: 2px;
    background: #fff;
    padding: 16px 16px 30px;
}

.form-wrap .sub .sub-part .head {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 11px;
    padding-bottom: 18px;
    color: #8F8F8F;
    border-bottom: 1px dashed #ccc;
}

.form-wrap .sub .sub-part.sub-text .text {
    font-size: 13px;
    line-height: 22px;
    color: #8F8F8F;
}

.form-wrap .sub .sub-part.sub-text.sub-text-aet .subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0 10px;
    color: #8F8F8F;
}

.form-wrap .sub .sub-part.sub-text.sub-text-aet .subtitle span {
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
}

.form-wrap .sub .sub-part.sub-text.sub-text-aet .subtitle span.icon-circle {
    color: #FFA4D6;
}

.form-wrap .sub .sub-part.sub-text.sub-text-aet .subtitle span.icon-triangle {
    color: #61CBED;
}

.form-wrap .sub .sub-part.sub-text .text {
    font-size: 13px;
    line-height: 22px;
    color: #8F8F8F;
}

.form-wrap .sub .sub-part.sub-text.sub-text-eh .subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0 10px;
    color: #8F8F8F;
}

.form-wrap .sub .sub-part.sub-text.sub-text-eh .subtitle span {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #E3A3FF;
}

br.br-pc {
    display: none;
}

/*
* css for make_topic step 2 page
*/
.form-wrap .topic-head-main {
    position: relative;
    min-height: 80px;
    margin: 20px 0 14px;
}

.form-wrap .topic-head-main .img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
}

.form-wrap .topic-head-main h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 10px;
    padding-left: 100px;
    color: #8F8F8F;
}

.form-wrap .topic-body .topic-item {
    /* margin: 0 4px 10px; */
    padding: 0 10px 30px;
    border-bottom: 1px solid #f2f2f2;
}

.form-wrap .topic-body .topic-item .topic-item-info {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    margin: 15px 0;
    color: #8F8F8F;
}

.form-wrap .topic-body .topic-item .topic-item-body {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    color: #8F8F8F;
}

.form-wrap .topic-body .comment-url {
    font-size: 12px;
    position: relative;
    margin: 30px 0;
    padding: 20px;
    border: 1px dashed #ffccd1;
    border-radius: 5px;
    background-color: #FFE9F5;
}

.form-wrap .topic-body .comment-url.edit {
    border: 1px dashed #ffccd1;
}

.form-wrap .topic-body .comment-url .editing,
.form-wrap .topic-body .comment-url .js-edit-sub,
.form-wrap .topic-body .comment-url.edit .edited,
.form-wrap .topic-body .comment-url.edit .js-edit {
    display: none;
}

.form-wrap .topic-body .comment-url.edit .editing,
.form-wrap .topic-body .comment-url.edit .js-edit-sub {
    display: block;
}

.form-wrap .topic-body .comment-url .comment-url-head {
    margin-bottom: 10px;
}

.form-wrap .topic-body .comment-url .comment-url-head > .img,
.form-wrap .topic-body .comment-url .comment-url-head > img {
    float: left;
    border-radius: 3px;
}

.form-wrap .topic-body .comment-url .comment-url-head .comment-url-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 90px;
}

.form-wrap .topic-body .comment-url .comment-url-head .comment-url-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    text-decoration: none;
    color: #61CBED;
    word-break: break-word;
}

.form-wrap .topic-body .comment-url .comment-url-head .comment-url-title a:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0;
}

.form-wrap .topic-body .comment-url .comment-url-head .comment-url-title p {
    font-weight: 400;
    line-height: 20px;
    color: grey;
    margin-left: -90px;
}

.form-wrap .topic-body .comment-url.edit .editing .img {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.form-wrap .topic-body .comment-url.edit .editing .img-change {
    float: left;
}

.form-wrap .topic-body .comment-url.edit .editing .img-change p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #f29e63;
    padding: 10px 0;
}

.form-wrap .topic-body .comment-url.edit .editing .img-change img {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.form-wrap .topic-body .comment-url.edit .editing .img-change img.disabled {
    cursor: auto;
    opacity: .5;
    pointer-events: none;
}

.form-wrap .topic-body .comment-url.edit .editing .comment-url-des,
.form-wrap .topic-body .comment-url.edit .editing .comment-url-title {
    margin-bottom: 17px;
}

.form-wrap .topic-body .comment-url.edit .editing .comment-url-des,
.comment-item .body .comment-url.edit .editing .comment-url-title {
    margin-bottom: 17px;
}

.form-wrap .topic-body .comment-url.edit .editing .comment-url-des p,
.form-wrap .topic-body .comment-url.edit .editing .comment-url-title p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 4px 0;
    color: #f29e63;
}

.form-wrap .topic-body .comment-url.edit .editing .comment-url-des input,
.form-wrap .topic-body .comment-url.edit .editing .comment-url-des textarea,
.form-wrap .topic-body .comment-url.edit .editing .comment-url-title input,
.form-wrap .topic-body .comment-url.edit .editing .comment-url-title textarea {
    width: 100%;
    padding: 6px 10px;
    color: #8F8F8F;
    border-radius: 4px;
}

.form-wrap .topic-body .comment-url.edit .editing .comment-url-des textarea,
.form-wrap .topic-body .comment-url.edit .editing .comment-url-title textarea {
    height: 100px;
}

.form-wrap .topic-body .comment-url .btn-edit {
    float: right;
    margin-top: 20px;
    background-color: #FF7DB8;
    width: 200px;
    height: 34px;
    border-radius: 4px;
}

.form-wrap .topic-body .topic-item .add_pic {
    margin: 20px 5px;
}

.form-wrap .topic-body .preview-caution {
    font-size: 14px;
    padding: 26px 5px;
    color: #4d4d4d;
}

.form-wrap .topic-body .preview-caution-head {
    font-size: 16px;
    margin-bottom: 20px;
}

.form-wrap .topic-body .preview-caution-body {
    line-height: 20px;
}

.form-wrap .topic-body .preview-btns .btn:nth-child(1) {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 28%;
    margin: 0;
    color: #E3A3FF;
    border: 1px solid #E3A3FF;
    background: #fff;
    font-size: 15px;
    border-radius: 3px;
    vertical-align: middle;
}

.form-wrap .topic-body .preview-btns .btn:nth-child(2) {
    height: 50px;
    line-height: 50px;
    float: right;
    width: 66%;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    background: #E3A3FF;
    border-radius: 3px;
}

/*
* css for make_topic step 3 page
*/
.form-wrap .form-content.step3 {
    padding-bottom: 40px;
}

.form-wrap .form-content.step3 p.body {
    line-height: 20px;
    margin: 16px 10px 20px;
    color: #8F8F8F;
}

.form-wrap .form-content.step3 .btn-back-to-top {
    display: none;
}

.link-list {
    height: 50px;
    margin: 20px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #fff;
}

.link-list .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
}

.link-list .inner a {
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    height: 30px;
    text-align: center;
    color: #8F8F8F;
    vertical-align: middle;
    text-decoration: none;
}

.link-list .inner a:first-child {
    border-right: 1px solid #f2f2f2;
}

.link-list .inner a span {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-right: 6px;
    padding-bottom: 1px;
    color: #E3A3FF;
    vertical-align: middle;
}

.form-wrap .form-content.step3 .btn-back-to-top {
    width: 50%;
    margin: 0 auto;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background: #E3A3FF;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
}


/*
* css for topic_detail page
*/
.topic-wrap {
    /* background: #fff; */
    width: 100%;
    padding: 0;
}

.topic-wrap .sub {
    display: none;
}

.topic-wrap .content-wrap {
    padding-bottom: 10px;
    border-top: 4px solid #FF7DB8;
    -webkit-box-shadow: 0 1px 1px 0 rgb(227 227 227 / 50%);
    box-shadow: 0 1px 1px 0 rgb(227 227 227 / 50%);
}

.topic-wrap .content-wrap .topic-head {
    padding: 10px;
    background-color: #fff;
}

.topic-wrap .content-wrap .breadcrumbs {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    display: block;
    overflow-x: scroll;
    margin-bottom: 8px;
    padding: 0 5px 10px;
    white-space: nowrap;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.topic-wrap .content-wrap .breadcrumbs li.breadcrumb {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    padding-right: 15px;
    vertical-align: top;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .breadcrumbs .breadcrumb a {
    line-height: 15px;
    /*display: block;*/
    height: 15px;
    text-decoration: none;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .breadcrumbs .breadcrumb.current a {
    font-weight: 700;
    margin-right: 0;
    padding-right: 0;
    pointer-events: none;
    color: #C58ADE;
}

.topic-wrap .content-wrap .breadcrumbs .breadcrumb span.icon-home {
    font-size: 0;
    display: block;
    height: 15px;
}

.topic-wrap .content-wrap .breadcrumb span.icon-home::before {
    font-size: 16px;
}

.topic-wrap .content-wrap .swipes .breadcrumb span.icon-next {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    color: #e3e3e3;
}

.topic-wrap .content-wrap .topic-head-main {
    position: relative;
    min-height: 80px;
    margin: 20px 0 14px;
}

.topic-wrap .content-wrap .topic-head-main .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
}

.topic-wrap .content-wrap .topic-head-main .title {
    padding-left: 90px;
}

.topic-wrap .content-wrap .topic-head-main .title h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #8F8F8F;
    word-break: break-word;
}

.topic-wrap .content-wrap .topic-head-info-pc,
.topic-wrap .topic-head .topic-head-info .page-for-comment,
.topic-wrap .content-wrap .topic-item .btn-res,
.topic-wrap .topic-list .info {
    display: none;
}

.topic-wrap .content-wrap .topic-head-info {
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topic-wrap .content-wrap .topic-head-info .sp .comment-num {
    font-family: Verdana;
    font-size: 12px;
    position: relative;
    padding-left: 19px;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .topic-head-info .sp .comment-num span {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8F8F8F;
}

.topic-wrap .content-wrap .topic-head-info .sp .date {
    font-size: 11px;
    color: #8F8F8F;
}

.topic-wrap .topic-head-info-pc .comment {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #8F8F8F;
}

.topic-wrap .topic-head-info-pc .comment .icon-comment {
    vertical-align: middle;
    margin-right: 5px;
}

.topic-wrap .topic-head-info-pc .comment .datetime {
    margin-left: 10px;
}

.topic-wrap .topic-head-info-pc .head-area-btns {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.topic-wrap .topic-head-info-pc .head-area-btns .btn-moderate,
.topic-wrap .topic-head-info-pc .head-area-btns #btnComment {
    line-height: 36px;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
}

.topic-wrap .topic-head-info-pc .head-area-btns #btnComment {
    width: 120px;
    margin-left: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background: #E3A3FF;
    color: #fff;
}

.topic-wrap .topic-head-info-pc .head-area-btns .btn-moderate {
    font-size: 14px;
    position: relative;
    width: 74px;
    font-weight: 600;
    text-align: center;
    color: #E3A3FF;
    border: 1px solid #E3A3FF;
    border-radius: 4px;
    background: #fff;
}

.topic-wrap .topic-head .page-for-comment .pager {
    line-height: 80px;
    margin-top: unset;
    height: 80px;
    background-color: #F7E1FF;
}

.pager-wrap-topic {
    background-color: #fff;
}

.pager-wrap-topic.bottom,
.search-content .pager-wrap-topic {
    background-color: unset;
}

.pager-wrap .pager-sp {
    height: 36px;
    padding: 0 6px;
    background: #f7f7f7;
}

.pager-wrap .pager-sp a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 8px;
    color: #61CBED;
    position: relative;
    top: -1px;
    float: right;
    text-decoration: none;
    margin-left: 2px;
}

.pager-wrap .pager-sp a .icon-last,
.pager-wrap .pager-sp a .icon-next {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.pager-wrap .pager-sp a:nth-child(1), .pager-wrap .pager-sp a:nth-child(2) {
    position: relative;
    top: -1px;
    float: left;
}

.pager-wrap .pager-sp a:nth-child(2) {
    margin-right: 2px;
}

.pager-wrap .pager-sp a:nth-child(3), .pager-wrap .pager-sp a:nth-child(4) {
    position: relative;
    top: -1px;
    float: right;
    margin-left: 2px;
}

.pager-wrap .pager-sp a:nth-child(1) .icon-back,
.pager-wrap .pager-sp a:nth-child(1) .icon-first,
.pager-wrap .pager-sp a:nth-child(2) .icon-back,
.pager-wrap .pager-sp a:nth-child(2) .icon-first {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    padding: 0;
}

.pager-wrap .pager-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 24px 0px;
}

.pager-wrap .pager-sub .pager-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    border-radius: 4px;
    background-color: #fafafa;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto;
}

.pager-wrap .pager-sub .pager-select select {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align-last: center;
    color: #39a9bf;
    background-color: #fafafa;;
}

.pager-wrap .pager-sub .pager-select select:focus {
    color: #39a9bf;
    background-color: #fafafa;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.pager-wrap .pager-select p {
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    margin: 15px auto 10px;
    padding: 0 10px;
    text-align: center;
    color: #8F8F8F;
    border-radius: 4px;
    background-color: #fafafa;
}

.pager-wrap .pager-sub .pager-select p {
    font-size: 13px;
    margin: 0;
    color: #61CBED;
}

.pager-wrap .pager-sub .pager-select span.icon-back {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.pager-wrap .pager-sub .pager-select span.icon-back::before {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pager-wrap .pager-sub a.btn-image-mode {
    font-size: 13px;
    line-height: 40px;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 64px;
    height: 40px;
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
    color: #61CBED;
    border-radius: 4px;
    background-color: #fafafa;
    margin-top: 15px;
}

.pager-wrap .pager-sub a.btn-image-mode span {
    margin-right: 5px;
    vertical-align: middle;
}

.topic-wrap .content-wrap .content-wrap .topic-body {
    position: relative;
    margin-top: 30px;
}

.topic-wrap .content-wrap .topic-body .topic-item {
    margin: 0 4px 0px;
    padding: 20px 10px;
    border-bottom: 1px solid #f2f2f2;
}

.topic-wrap .content-wrap .topic-body .topic-item:last-child {
    border-bottom: none;
}

.topic-wrap .content-wrap .topic-body .topic-item:not(.in-modal):first-child {
    padding-top: 0px !important;
}

.topic-wrap .content-wrap .topic-body .topic-item .topic-item-info {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 15px 0;
    color: #8F8F8F;
    height: 100%;
}

.topic-wrap .content-wrap .topic-body .topic-item .topic-item-info span {
    word-break: break-all;
    line-height: 15px;
}

.topic-wrap .content-wrap .topic-body .topic-item .topic-item-info a {
    vertical-align: baseline;
    text-decoration: none;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .topic-item .topic-item-info .report {
    vertical-align: baseline;
    /* text-decoration: underline; */
}

.topic-wrap .content-wrap .topic-item .btn-res {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .topic-item .btn.btn-res {
    height: unset;
    margin-top: 8px;
}

.btn-rep-comment-txt {
    top: 10px !important;
}

.topic-wrap .content-wrap .topic-item .btn-res span {
    font-size: 13px;
    margin-right: 6px;
    color: #F7E1FF;
    vertical-align: middle;
}

.topic-wrap .content-wrap .topic-body .topic-item .topic-item-body {
    line-height: 1.5;
    margin-bottom: 20px;
    vertical-align: baseline;
    word-wrap: break-word;
}

.topic-wrap .content-wrap .topic-body .topic-item .topic-item-body .res-anchor {
    line-height: 1;
    margin-bottom: 4px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #F7E1FF;
}

.res-count {
    margin-top: 16px;
}

.res-wrap .res-count-btn {
    line-height: 1;
    color: #C58ADE;
    background-color: #ffe9f5;
    font-size: 14px;
    display: table;
    padding: 6px 9px;
    text-decoration: none;
    border-radius: 2px;
}

.res-count-btn:visited {
    color: #C58ADE;
}

.res-count-btn span {
    font-size: 13px;
    margin-right: 5px;
}

.res-wrap {
    font-size: 13px;
    line-height: 22px;
    position: absolute;
    /*top: -90px;*/
    z-index: 10;
    width: 440px;
    color: #8F8F8F;
    border-radius: 4px;
    background: #F7E1FF;
    font-weight: normal;
}

.res-wrap:after,
.res-wrap:before {
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #F7E1FF transparent transparent;
    position: absolute;
    content: "";
}

.res-wrap .head {
    margin-bottom: 4px;
}

.res-wrap .head a {
    text-decoration: none;
    color: inherit;
}

.res-wrap:before {
    z-index: 12;
    bottom: -8px;
    margin-left: -9px;
    border-width: 9px 9px 0;
}

.res-wrap:after {
    z-index: 11;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 10px 0;
}

.res-wrap .res-scroll {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 200px;
    margin: 10px 20px;
}

.topic-item .res-wrap {
    display: none;
}

.res-wrap .res-scroll .topic-rate {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

/*.topic-wrap .content-wrap .topic-body .topic-item .topic-item-body .res-anchor:hover + .res-wrap {*/
/*    display: block;*/
/*}*/

.topic-wrap .content-wrap .topic-item .topic-item-body.lv1 {
    font-size: 20px;
    font-weight: 700;
    color: #E3A3FF;
}

.topic-wrap .content-wrap .topic-item .topic-item-body.lv2 {
    font-size: 20px;
    font-weight: 700;
    color: #8F8F8F;
}
.topic-wrap .content-wrap .topic-item .topic-item-body.lv3 .res-anchor {
    color: #E3A3FF;
}

.topic-wrap .content-wrap .topic-item .topic-item-body.lv3 {
    font-size: 16px;
    font-weight: 700;
    color: #8F8F8F;
}

.anchor-inside {
    cursor: pointer;
}

.topic-wrap .content-wrap .topic-item .topic-item-body.lv4 {
    font-size: 12px;
    font-weight: 700;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .topic-item .url-box {
    font-size: 12px;
    position: relative;
    margin: 10px 0;
    padding: 10px;
    color: #8F8F8F;
    border: 1px solid #E3A3FF;
    border-radius: 5px;
    background-color: #F7E1FF;
}

.topic-wrap .content-wrap .topic-item .url-box .url-box-head {
    margin-bottom: 10px;
}

.topic-wrap .content-wrap .url-box .url-box-head img {
    float: left;
}

.topic-wrap .content-wrap .url-box .url-box-head .url-box-title,
.topic-wrap .content-wrap .url-box .url-box-des-pc {
    padding-left: 90px;
}

.topic-wrap .content-wrap .url-box .url-box-des-pc p {
    font-size: 15px;
    font-weight: normal;
}

.topic-wrap .content-wrap .url-box .url-box-head .url-box-title a {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    text-decoration: none;
    color: #61CBED;
}

.topic-wrap .content-wrap .url-box .url-box-head a.original-link {
    font-size: 10px;
}

.topic-wrap .content-wrap .url-box .url-box-des-pc {
    display: none;
}

.topic-wrap .content-wrap .url-box .url-box-des {
    font-weight: 400;
}

.topic-wrap .content-wrap .img-box {
    margin: 10px 0;
}

.topic-wrap .content-wrap .img-box img {
    border-radius: 6px;
}

.topic-wrap .content-wrap .img-box .img_under a {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    text-decoration: underline;
    color: #8F8F8F;
}

.topic-wrap .content-wrap .topic-item .topic-item-res {
    margin-bottom: 20px;
}

.topic-wrap .content-wrap .topic-item .topic-item-res a {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    padding: 0 8px;
    color: #C58ADE;
    text-decoration: none;
    border-radius: 4px;
    background: #F7E1FF;
}

.topic-wrap .content-wrap .topic-item .topic-item-res a span.icon {
    margin-right: 5px;
    vertical-align: middle;
}

.topic-wrap .content-wrap .topic-item-rate {
    font-size: 0;
    float: right;
    margin: 5px 0 0;
}

.topic-wrap .content-wrap .topic-item-rate .wrap-counter {
    position: relative;
    vertical-align: middle;
}

.topic-wrap .content-wrap .topic-item-rate .gage {
    position: relative;
    width: 144px;
    height: 16px;
    vertical-align: middle;
}

.topic-wrap .content-wrap .topic-item-rate .gage,
.topic-wrap .content-wrap .topic-item-rate .wrap-counter {
    display: inline-block;
}

.topic-wrap .content-wrap .topic-item-rate .wrap-minus .counter,
.topic-wrap .content-wrap .topic-item-rate .wrap-plus .counter {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    top: -10px;
    left: 50%;
    overflow: hidden;
    width: 60px;
    height: 21px;
    margin-left: -30px;
    text-align: center;
}

.topic-item-rate .wrap-plus .counter {
    color: #E3A3FF;
}

.topic-item-rate .wrap-minus .counter p,
.topic-item-rate .wrap-plus .counter p {
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    text-align: center;
}

.topic-item-rate .wrap-counter .icon-minus,
.topic-item-rate .wrap-counter .icon-plus {
    padding: 10px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div {
    position: absolute;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(1),
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(2) {
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3),
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4) {
    background: #fff;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(1) {
    top: 2px;
    background: #C58ADE;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(2) {
    top: 0;
    background: #E3A3FF;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3) {
    top: 13px;
    left: 8px;
    width: 14px;
    height: 2px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4) {
    top: 7px;
    left: 14px;
    width: 2px;
    height: 14px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):after,
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):before,
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):after,
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 2px;
    content: '';
    border-radius: 2px;
    background: #fff;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):before {
    left: 0;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):after {
    right: 0;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):before {
    top: 0;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):after {
    bottom: 0;
}

.topic-item-rate .gage .minus, .topic-item-rate .gage .plus {
    height: 16px;
}

.topic-item-rate .gage .plus {
    float: left;
    background: #E3A3FF;
}

.topic-item-rate .gage .minus {
    float: right;
    background: #D9D9D9;
}

.topic-item-rate .gage .minus:after,
.topic-item-rate .gage .plus:before {
    position: absolute;
    width: 2px;
    height: 16px;
    content: '';
}

.topic-item-rate .gage .plus:before {
    left: -2px;
    border-radius: 2px 0 0 2px;
    background: #E3A3FF;
}

.topic-item-rate .gage .minus:after {
    right: -2px;
    border-radius: 0 2px 2px 0;
    background: #D9D9D9;
}

.topic-item-rate .wrap-minus .counter {
    color: #BBBBBB;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div {
    position: absolute;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(1) {
    top: 2px;
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
    background: #9f9f9f;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(2) {
    top: 0;
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
    background: #bdbdbd;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3) {
    top: 13px;
    left: 8px;
    width: 14px;
    height: 2px;
    background: #fff;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):after,
.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 2px;
    content: '';
    border-radius: 2px;
    background: #fff;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):before {
    left: 0;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):after {
    right: 0;
}

.topic-wrap .content-wrap .form.form-comment {
    padding: 12px 10px;
    color: #8F8F8F;
    border: 1px solid #f2f2f2;
    background: #fff;
}

.topic-wrap .content-wrap .form-comment.form-reply {
    background-color: #F7E1FF;
}

.topic-wrap .content-wrap .form .form-head {
    margin-bottom: 7px;
}

.topic-wrap .content-wrap .form .form-head > p {
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    float: left;
    width: 100%;
}

.topic-wrap .content-wrap .form .form-head .btn-res {
    font-size: 15px;
    line-height: 31px;
    float: right;
    width: 84px;
    height: 33px;
    padding: 0;
    text-align: center;
    margin: 0;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
}

.topic-wrap .content-wrap .form .form-head .btn-res p span {
    font-size: 17px;
    margin-right: 6px;
    vertical-align: middle;
    color: #E3A3FF;
}

.topic-wrap .content-wrap .form .form-main textarea {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    padding: 12px 10px 24px;
    color: #8F8F8F;
    border: none;
    border-radius: 4px;
    min-height: 100px;
}

.topic-wrap .content-wrap .form .form-main textarea:focus,
.topic-wrap .content-wrap .form #inputName input:focus {
    border: 1px solid #4da6ea;
    outline: 0;
}

.topic-wrap .content-wrap .relation-wrap {
    margin: 20px 0;
    border-top: 4px solid #FF7DB8;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgb(227 227 227 / 50%);
    box-shadow: 0 1px 1px 0 rgb(227 227 227 / 50%);
}

.topic-wrap .content-wrap .relation-wrap .relation-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    margin: 20px 0 6px 10px;
    color: #C58ADE;
}

.topic-wrap .content-wrap .relation-wrap .topic-list {
    position: relative;
    width: 100%;
    margin-bottom: 21px;
    background: #fff;
}

.topic-items {
    list-style: none;
}

.topic-wrap .content-wrap .relation-wrap .topic-list .topic-items li {
    border: none;
    -webkit-box-shadow: 0 1px 0 0 #f2f2f2;
    box-shadow: 0 1px 0 0 #f2f2f2;
}

.topic-wrap .content-wrap .topic-list .topic-items li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    height: 100%;
    min-height: 92px;
    padding: 16px 20px 16px 10px;
    /* color: #61CBED; */
}

.topic-wrap .content-wrap .topic-list .topic-items li a img {
    position: absolute;
    top: 16px;
    left: 10px;
    border-radius: 4px;
}

.topic-wrap .content-wrap .topic-list .topic-items li .title-pc {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-wrap .content-wrap .topic-list li a > .info {
    height: 20px;
    margin-bottom: 14px;
    margin-left: 80px;
}

.topic-wrap .content-wrap .topic-list .topic-items li a > .info .comment {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
    color: #8f8f8f;
}

.topic-wrap .content-wrap .topic-list li a > .info .comment span {
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.topic-wrap .content-wrap .topic-list li a > .info .comment .icon-comment {
    padding-right: 5px;
}

.topic-wrap .content-wrap .topic-list li a > .info .comment .datetime {
    margin-left: 9px;
    white-space: nowrap;
}

.topic-wrap .content-wrap .topic-list .topic-items li a .info-sp .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
    padding-left: 10px;
    /* padding-left: 70px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-wrap .content-wrap .topic-list .topic-items li a .info-sp .comment,
.topic-wrap .content-wrap .topic-list .topic-items li a .info-sp .time {
    position: absolute;
    bottom: 16px;
}

.topic-wrap .content-wrap .topic-list .topic-items li a .info-sp .comment {
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    left: 80px;
    color: #C58ADE;
}

.topic-wrap .content-wrap .topic-list .topic-items li a .info-sp .time {
    font-size: 10px;
    line-height: 11px;
    right: 20px;
    color: #8F8F8F;
}

.topic-wrap .sub .sub-part {
    position: relative;
    padding: 16px;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 20px;
}

.topic-wrap .sub .sub-part .head {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    color: #C58ADE;
    border-bottom: 1px dashed #ccc;
}

.topic-wrap .sub .sub-part .head-link {
    text-decoration: none;
    color: #C58ADE;
}

.topic-wrap .sub .sub-part ul {
    list-style-type: none;
}

.topic-wrap .sub .sub-part.sub-topics ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.topic-wrap .sub .sub-part.sub-topics ul li:last-child {
    border-bottom: unset;
}

.topic-wrap .sub .sub-part.sub-topics ul li .img {
    position: relative;
    float: left;
    width: 60px;
    margin-bottom: 10px;
}

.topic-wrap .sub .sub-part.sub-topics ul li .img img {
    border-radius: 3px;
}

.topic-wrap .sub .sub-part.sub-topics ul li .info {
    float: left;
    width: 196px;
    margin-left: 12px;
}

.topic-wrap .sub .sub-part.sub-topics ul li .info p {
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 6px;
}

.topic-wrap .sub .sub-part.sub-topics ul li .info p.title {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-wrap .sub .sub-part.sub-topics ul li .info p.des {
    font-size: 13px;
}

.topic-wrap .sub ul.keywords-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15px;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topic-wrap .sub ul.keywords-list li.keywords-item {
    display: inline-block;
    max-width: 100%;
    /* max-width: 80px; */
    margin: 0 9px 16px 0;
    border-bottom: unset;
}

.topic-wrap .sub ul.keywords-list li.keywords-item a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border-radius: 4px;
    background-color: #E3A3FF;
    -o-text-overflow: ellipsis;
}

/*
* css for detail_topic_by_image page
*/
.topic-wrap .content-wrap .topic-body {
    position: relative;
    padding-top: 30px;
    background-color: #fff;
}

.topic-wrap .topic-body.topic-body-img {
    margin: 0;
    padding: 10px 10px 20px;
}

.topic-wrap .topic-body.topic-body-img p.title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    color: #8F8F8F;
}

.topic-wrap .topic-body.topic-body-img .topic-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.topic-wrap .topic-body.topic-body-img .topic-imgs::after,
.topic-wrap .topic-body.topic-body-img .topic-imgs::before {
    display: block;
    width: 23%;
    content: '';
}

.topic-wrap .topic-body.topic-body-img .topic-imgs::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.topic-wrap .topic-body.topic-body-img .topic-imgs-item {
    margin-bottom: 4px;
    border-radius: 4px;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
}

.topic-wrap .topic-body.topic-body-img .btn-moderate {
    color: #E3A3FF;
    border: 1px solid #E3A3FF;
    background: #fff;
    margin-bottom: 20px;
}

.topic-wrap .topic-body.topic-body-img .topic-body.topic-body-img .btn-moderate {
    margin: 0;
}

.topic-wrap .topic-body.topic-body-img .img-loader {
    position: fixed;
    z-index: 6;
    top: 200px;
    left: 50%;
    display: none;
    margin-left: -10px;
}

.topic-wrap .content-wrap .btn-back-to-previous {
    background-color: #E3A3FF;
    font-weight: 700;
    color: #fff;
}

.topic-wrap .content-wrap .modal-bk .modal-wrap.modal-report p:not(.btn) {
    line-height: 1.5;
    margin: 0px 10px 20px;
}

.topic-wrap .modal-bk .modal-wrap.modal-report .btn-ok {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    background: #E3A3FF;
}

.topic-wrap .modal-bk .modal-wrap.modal-report .btn-next-time {
    border: 1px solid #f2f2f2;
    background: #fff;
}

.swipe {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.swipe.pc {
    background: rgba(204, 204, 204, 0.5);
}

.swipe.sp {
    background: rgba(0, 0, 0, .9);
}

.swipe[show="on"] {
    display: block;
    visibility: visible;
}

.swipe[show="off"] {
    display: none;
    visibility: hidden;
}

.swipe.pc .swipe-wrap {
    position: fixed;
    top: 100px;
    left: 50%;
    overflow: hidden;
}

.swipe.pc .swipe-wrap .action-next,
.swipe.pc .swipe-wrap .action-prev {
    position: absolute;
    top: 40%;
    width: 32px;
    height: 62px;
    cursor: pointer;
    text-align: center;
    opacity: 0.8;
    color: #fff;
    background: #E3A3FF;
}

.swipe.pc .swipe-wrap .action-next span,
.swipe.pc .swipe-wrap .action-prev span {
    font-size: 22px;
    line-height: 62px;
}

.swipe.pc .swipe-wrap .action-next[disabled],
.swipe.pc .swipe-wrap .action-prev[disabled] {
    cursor: auto;
    background: #ccc;
}

.swipe.pc .swipe-wrap .action-prev {
    left: 0;
}

.swipe.pc .swipe-wrap .action-next {
    right: 0;
}

.swipe.pc .swipe-wrap .action-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #E3A3FF;
}

.swipe.pc .swipe-wrap .swipe-wrap-body {
    height: 100%;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 20px 32px;
    background: #fff;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div a.head {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 18px;
    text-align: left;
    text-decoration: none;
    color: grey;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div a.head span {
    text-decoration: underline;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-img-wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #FFE9F5;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment {
    position: relative;
    overflow: hidden;
    height: 100px;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment .swipe-comment-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: grey;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(40%, rgba(255, 255, 255, 0)),
        to(white)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 40%,
        #fff 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 40%,
        #fff 100%
    );
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment-res {
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    left: 20px;
    display: none;
    padding: 6px 9px;
    text-decoration: none;
    letter-spacing: 0;
    color: #E3A3FF;
    border-radius: 2px;
    background: #F7E1FF;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment-res[show="on"] {
    display: inline-block;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment-res span {
    font-size: 12px;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .topic-rate {
    right: 20px;
    bottom: 22px;
}

.topic-rate {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.topic-rate .gage,
.topic-rate .icon-rate-wrap {
    display: inline-block;
    vertical-align: middle;
}

.topic-rate .icon-rate-wrap {
    position: relative;
    padding: 10px;
}

.topic-item-rate .wrap-counter .icon-rate .btn-rate:hover {
    cursor: pointer;
    opacity: 0.7;
}

.topic-rate .icon-rate:hover {
    cursor: pointer;
    opacity: 0.7;
}

.topic-rate .icon-rate-wrap-minus .counter,
.topic-rate .icon-rate-wrap-plus .counter {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    top: -10px;
    left: 50%;
    overflow: hidden;
    width: 60px;
    height: 18px;
    margin-left: -30px;
    text-align: center;
}

.topic-rate .icon-rate-wrap-minus .counter.clicked p,
.topic-rate .icon-rate-wrap-plus .counter.clicked p {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: counter;
    animation-name: counter;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.topic-rate .icon-rate-wrap-plus .counter p {
    color: #C58ADE;
}

.topic-rate .icon-rate-wrap-minus .counter p {
    color: #a1a1a1;
}

.topic-rate .icon-rate .icon-loading {
    display: none;
    margin: 5px;
}

.topic-rate .icon-rate .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.topic-rate .icon-rate .btn-rate div {
    position: absolute;
}

.topic-rate .icon-rate .btn-rate div:nth-child(1),
.topic-rate .icon-rate .btn-rate div:nth-child(2) {
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(1) {
    top: 2px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(2) {
    top: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3),
.topic-rate .icon-rate .btn-rate div:nth-child(4) {
    background: #fff;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3):after,
.topic-rate .icon-rate .btn-rate div:nth-child(3):before,
.topic-rate .icon-rate .btn-rate div:nth-child(4):after,
.topic-rate .icon-rate .btn-rate div:nth-child(4):before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 2px;
    content: "";
    border-radius: 2px;
    background: #fff;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3) {
    top: 13px;
    left: 8px;
    width: 14px;
    height: 2px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3):before {
    left: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3):after {
    right: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(4) {
    top: 7px;
    left: 14px;
    width: 2px;
    height: 14px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(4):before {
    top: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(4):after {
    bottom: 0;
}

.topic-rate .icon-rate.icon-plus-btn .btn-rate div:nth-child(1) {
    background: #C58ADE;
}

.topic-rate .icon-rate.icon-plus-btn .btn-rate div:nth-child(2) {
    background: #E3A3FF;
}

.topic-rate .icon-rate.icon-minus-btn .btn-rate div:nth-child(1) {
    background: #9f9f9f;
}

.topic-rate .icon-rate.icon-minus-btn .btn-rate div:nth-child(2) {
    background: #bdbdbd;
}

.topic-rate .icon-rate.loading .btn-rate div:nth-child(2),
.topic-rate .icon-rate.loading .btn-rate div:nth-child(3),
.topic-rate .icon-rate.loading .btn-rate div:nth-child(4) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: pm_btn;
    animation-name: pm_btn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.topic-rate .icon-rate .num-plus {
    color: #ff8e9a;
}

.topic-rate .icon-rate .num-minus {
    color: #bfbfbf;
}

.topic-rate .gage {
    position: relative;
    width: 144px;
    height: 16px;
}

.topic-rate .gage .minus,
.topic-rate .gage .plus {
    height: 16px;
}

.topic-rate .gage .plus {
    float: left;
    background: #E3A3FF;
}

.topic-rate .gage .minus {
    float: right;
    background: #D9D9D9;
}

.topic-rate .gage .minus:after,
.topic-rate .gage .plus:before {
    position: absolute;
    width: 2px;
    height: 16px;
    content: "";
}

.topic-rate .gage .plus:before {
    left: -2px;
    border-radius: 2px 0 0 2px;
    background: #E3A3FF;
}

.topic-rate .gage .minus:after {
    right: -2px;
    border-radius: 0 2px 2px 0;
    background: #D9D9D9;
}

.url-box {
    font-size: 12px;
    position: relative;
    margin: 10px 0;
    padding: 10px;
    color: #8F8F8F;
    border: 1px solid #E3A3FF;
    border-radius: 5px;
    background-color: #F7E1FF;
}

.topic-wrap .content-wrap .breadcrumbs .breadcrumb span.icon-next {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    color: #e3e3e3;
}

/*.swipe.sp {*/
/*    display: none;*/
/*}*/

.swipe.sp .swipe-wrap {
    position: relative;
    overflow: hidden;
}

.swipe.sp .swipe-wrap > div {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.swipe.sp .swipe-wrap > div a.head {
    font-size: 10px;
    display: inline-block;
    margin: 55px 15px 10px;
    text-align: left;
    color: #fff;
}

.swipe.sp .swipe-wrap > div a.head span {
    text-decoration: underline;
}

.swipe.sp .swipe-wrap > div .swipe-body {
    position: relative;
    height: calc(100vh - 290px);
    margin-bottom: 10px;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment[show=on] {
    display: block;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    margin: 10px 20px;
    color: #fff;
    word-break: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 390px;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment a {
    font-size: 14px;
    display: none;
    margin: 15px 20px;
    padding: 6px 9px;
    letter-spacing: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment .icon-comment {
    vertical-align: middle;
}

.topic-item-rate {
    font-size: 0;
    float: right;
    margin: 5px 0 0;
}

.swipe.sp .swipe-wrap > div .topic-item-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
}

.topic-item-rate .wrap {
    position: relative;
}

.topic-item-rate .gage, .topic-item-rate .wrap {
    display: inline-block;
}

.swipe.sp .topic-item-rate .wrap {
    width: unset;
    margin: unset;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .wrap-plus {
    margin-left: auto;
}

.swipe.sp .swipe-wrap > div .topic-item-rate p {
    font-weight: 400;
    color: #fff;
}

.swipe.sp .swipe-wrap > div .close {
    position: absolute;
    top: 50px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

.topic-item-rate .wrap .icon-minus,
.topic-item-rate .wrap .icon-plus {
    padding: 10px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .icon-rate .btn-rate {
    background: #000;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .btn-rate div:nth-child(1) {
    border: 1px solid #fff;
    background: #fff;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .btn-rate div:nth-child(2) {
    border: 1px solid #fff;
    background: #000;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    position: relative;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .plus {
    border: 1px solid #fff;
    border-left: none;
    background: #fff;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .plus:before {
    top: 0;
    border: 1px solid #fff;
    border-right: none;
    background: #fff;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .minus {
    border: 1px solid #fff;
    border-right: none;
    background: 0 0;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .minus:after {
    top: 0;
    border: 1px solid #fff;
    border-left: none;
    background: 0 0;
}

.page-for-comment {
    background: white;
}

.swipe.pc {
    display: none;
}

@media (min-width: 768px) {
    .swipe.pc {
        display: block;
    }

    .swipe.sp {
        display: none;
    }

    /* .topic-wrap .content-wrap .breadcrumbs .breadcrumb#title-comment {
        max-width: 55%;
    } */

    .topic-head .breadcrumbs .title-category {
        max-width: 45%;
    }

    .breadcrumbs-comment .breadcrumb.title-category {
        max-width: 30%;
    }

    .breadcrumbs-comment .breadcrumb#title-comment {
        max-width: 30%;
    }
}

@media (min-width: 1024px) {
    .form-wrap #formNavi {
        display: none;
    }

    .form-wrap .title {
        line-height: 50px;
        border-bottom: 1px dashed #E3A3FF;
        margin: 0;
    }

    .form-wrap:not(.make-topic) .title {
        color: #C58ADE;
    }

    .form-wrap .sub .title {
        border: none;
    }

    .form-wrap img.step {
        display: block;
        margin: 21px 0 30px;
    }

    .form.form-topic,
    .form.form-comment {
        padding: 0px 0px 20px;
    }

    .form.form-topic .form-head .form-title,
    .form.form-comment .form-head .form-title {
        padding-left: 150px;
    }

    .form.form-topic .form-main {
        margin-left: 150px;
        margin-top: -10px;
    }

    .form.form-topic .form-head .img,
    .form.form-comment .form-head .img {
        width: 130px;
        height: 130px;
        margin-top: 8px;
    }

    .form-topic .input-title,
    .form-topic #textarea,
    .form-comment #textarea {
        border: 1px solid #CCC;
        background: #FFF;
    }

    .form-topic #textarea:focus,
    .form-comment #textarea:focus {
        outline: 0;
        border: 1px solid #4da6ea;
    }

    .form-topic .form-images {
        width: 130px;
        position: absolute;
        top: 150px;
    }

    .form-topic .form-images .add-image {
        width: 100%;
    }

    .form-topic .form-images .add-image span {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .icon-image:before {
        content: '\e004';
    }

    .form .form-images .add-image p {
        display: inline-block;
    }

    .form-topic #textarea,
    .form-comment #textarea {
        height: 168px;
        padding: 12px 10px;
        min-height: 100px;
    }

    .form-topic .form-checks {
        margin-top: 20px;
        margin-left: 150px;
    }

    .form-topic .form-checks .checkbox,
    .form-comment .form-checks .checkbox {
        font-size: 12px;
        line-height: 24px;
        width: unset;
    }

    .form.form-topic #inputName,
    .form.form-comment #inputName {
        margin-top: unset;
    }

    .form .form-checks .input-name[show=on] ~ label[for="anonymous"].checkbox {
        margin: 10px 0px 0px;
    }

    .form .form-checks .input-name[show=on] ~ .checkbox,
    .form .form-checks .input-name[show=off] ~ label[for="anonymous"].checkbox {
        margin-top: 10px;
    }

    .form.form-topic #inputName input[type=text],
    .form.form-comment #inputName input[type=text] {
        width: 265px;
    }

    .form .form-checks label[for="showId"] {
        margin-left: 25px;
    }

    .form-topic #btn-submit {
        width: 50%;
        margin: 40px auto 30px;
    }

    #modalUrl .modal-wrap {
        width: 400px;
        padding: 20px;
        margin-left: -200px;
    }

    #modalUrl .modal-wrap .modal-title {
        text-align: left;
    }

    #modalUrl .modal-wrap .explain > p {
        margin-left: 0;
        margin-bottom: 15px;
    }

    #modalUrl .modal-wrap .explain .img-sample-sp {
        display: none;
    }

    #modalUrl .modal-wrap .explain .img-sample-pc {
        display: block;
    }

    br.br-sp {
        display: none;
    }

    br.br-pc {
        display: block;
    }

    .form-wrap .form-content.step2 .topic-head-main {
        min-height: 120px;
        border-bottom: 1px dashed #ccc;
    }

    .form-wrap .form-content.step2 .topic-head-main .img {
        width: 100px;
        height: 100px;
        left: 0;
    }

    .form-wrap .form-content.step2 .topic-head-main h1 {
        padding-left: 120px;
    }

    .form-wrap .form-content.step2 .topic-body .topic-item .topic-item-info {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 16px;
        color: #8F8F8F;
    }

    .form-wrap .form-content.step2 .topic-body .preview-caution {
        display: none;
    }

    .form-wrap .form-content.step2 .topic-body .topic-item .topic-item-body {
        border-bottom: unset;
    }

    .form-wrap .form-content.step2 .topic-body .preview-btns {
        text-align: center;
    }

    .form-wrap .form-content.step2 .topic-body .preview-btns .btn:nth-child(1) {
        width: 100px;
        display: inline-block;
        float: none;
        margin-right: 10px;
        vertical-align: middle;
    }

    .form-wrap .form-content.step2 .topic-body .preview-btns .btn:nth-child(2) {
        width: 360px;
        float: none;
        display: inline-block;
    }

    .form-wrap .form-content.step2 .topic-body .topic-item {
        border-bottom: unset;
    }

    .form-wrap .form-content.step2 .topic-body .comment-url .comment-url-head .comment-url-title p {
        margin-left: unset;
    }

    .form-wrap .form-content.step2 .topic-body .comment-url.edit .editing .img {
        width: unset;
    }

    .form-wrap .form-content.step2 .topic-body .comment-url.edit .editing .img-change {
        float: left;
        width: 500px;
        margin-left: 20px;
    }

    .form-wrap .form-content.step2 .topic-body .comment-url.edit .editing .img-change p {
        font-size: 16px;
        margin-bottom: 18px;
        padding: 3px 0 0;
    }

    .form-wrap .topic-body .comment-url.edit .editing .img-change {
        width: 500px;
        margin-left: 20px;
    }

    .form-wrap .form-content.step3 .link-list {
        display: none;
    }

    .form-wrap .form-content.step3 p.body {
        line-height: 22px;
        margin: 20px 0px 30px;
    }

    .form-wrap .form-content.step3 .btn-back-to-top {
        display: block;
    }

    .topic-wrap .content-wrap {
        border-top: unset;
        box-sizing: border-box;
        width: 100%;
        padding: 0px 20px 40px;
        margin: 0 0 20px;
    }

    .topic-wrap .content-wrap .topic-head {
        padding: 26px 28px 5px;
    }

    .topic-wrap .content-wrap .breadcrumbs {
        display: flex;
        overflow-x: unset;
        border-bottom: unset;
    }

    .topic-wrap .content-wrap .breadcrumbs .icon-next:before {
        content: '\e002';
    }

    .topic-wrap .content-wrap .breadcrumb span.icon-home::before {
        font-size: 12px;
    }

    .topic-wrap .content-wrap .breadcrumbs li.breadcrumb {
        margin-right: 12px;
    }

    .topic-wrap .content-wrap .topic-head-info .sp,
    .topic-wrap .content-wrap .url-box .url-box-des,
    #btnRes.sp {
        display: none;
    }

    .topic-wrap .content-wrap .topic-item .btn-res,
    .topic-wrap .content-wrap .topic-head-info-pc,
    .topic-wrap .topic-head .page-for-comment,
    .content-wrap .page-for-comment-block,
    .topic-wrap .content-wrap .url-box .url-box-des-pc, .topic-wrap .topic-list .info {
        display: block;
    }

    .topic-wrap .content-wrap .topic-head-info-pc {
        padding-left: 120px;
    }

    .topic-wrap .topic-head .page-for-comment {
        padding-top: 20px;
    }

    .topic-wrap .topic-head-info-pc .comment {
        margin-bottom: unset;
    }

    .topic-wrap .content-wrap .topic-head-main .img {
        width: 100px;
        height: 100px;
    }

    .topic-wrap .content-wrap .topic-head-main .title {
        padding-left: 120px;
        /* margin-bottom: 30px; */
    }

    .topic-wrap .content-wrap .topic-head-main .title h1 {
        font-size: 20px;
    }

    .pager-wrap-topic,
    .search-body {
        display: none;
    }

    .topic-wrap .content-wrap .topic-body {
        padding: 18px 18px 25px;
    }

    .topic-wrap .content-wrap .topic-body .topic-item {
        position: relative;
    }

    .topic-wrap .content-wrap .topic-body .topic-item .topic-item-info {
        font-size: 12px;
    }

    .topic-wrap .content-wrap .topic-body .topic-item .topic-item-body {
        padding-top: 10px;
    }

    .topic-wrap .content-wrap .topic-item .url-box {
        padding: 20px;
    }

    .topic-wrap .content-wrap .url-box .url-box-head .url-box-title a {
        line-height: 22px;
        font-size: 16px;
    }

    .topic-wrap .content-wrap .url-box .url-box-head a.original-link {
        font-size: 12px;
    }

    .topic-wrap .form-wrap {
        padding: 0;
    }

    .topic-wrap .content-wrap .form.form-comment {
        border: none;
        padding: 12px 23px 20px;
    }

    .topic-wrap .form .form-images .add-image {
        width: 140px;
        height: 40px;
        padding: 9px 0;
    }

    .topic-wrap .form .form-images .add-image span {
        font-size: 20px;
        vertical-align: middle;
    }

    .topic-wrap .form #btn-submit {
        width: 360px;
        margin: 20px auto;
    }

    .topic-wrap .content-wrap .relation-wrap {
        border-top: unset;
        padding: 0 20px 0 18px;
    }

    .topic-wrap .content-wrap .relation-wrap .relation-title {
        border-bottom: 1px dashed #ccc;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .topic-wrap .topic-body.topic-body-img p.title {
        border-top: 1px dashed #e3e3e3;
    }

    .topic-wrap .topic-body.topic-body-img .topic-imgs {
        padding-bottom: 10px;
    }

    .topic-wrap .topic-body.topic-body-img .topic-imgs-item {
        width: 120px;
        flex-basis: unset;
    }

    .topic-wrap .topic-body.topic-body-img .btn-moderate,
    .topic-wrap .topic-body.topic-body-img .btn-back-to-previous {
        width: 260px;
        margin: 20px auto;
    }

    .topic-wrap .content-wrap {
        box-shadow: unset;
    }
}

/* smart phone design */
@media (min-width: 1024px) and (max-width: 1140px) {
    .form-wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 50px;
        border-top: none;
        background: #FFE9F5;
    }

    .form-wrap .form-content {
        background-color: #fff;
        padding: 0 20px 40px;
        margin-bottom: 20px;
    }

    .form-wrap .sub {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

/* PC design */
@media (min-width: 1140px) {
    .form-wrap, .topic-wrap {
        width: 1040px;
        padding: 0px;
        border-top: none;
        background: #FFE9F5;
        margin: auto;
    }

    .form-wrap .form-content {
        width: 719px;
        background-color: #fff;
        padding: 0px 20px 40px;
        margin-bottom: 20px;
        float: left;
        box-sizing: border-box;
    }

    .form-wrap .sub {
        width: 300px;
        display: block;
        float: right;
        margin-bottom: 60px;
    }

    .form-wrap #formNavi {
        display: none;
    }

    .form-wrap .title {
        line-height: 50px;
        border-bottom: 1px dashed #E3A3FF;
        margin: 0;
    }

    .form-wrap:not(.make-topic) .title {
        color: #C58ADE;
    }

    .form-wrap img.step {
        display: block;
        margin: 21px 0 30px;
    }

    .form.form-topic {
        padding: 0px 0px 20px;
    }

    .topic-wrap .content-wrap {
        width: 719px;
        /* background-color: #fff; */
        /* padding: 0px 20px 40px; */
        padding: 0 0 40px;
        margin-bottom: 20px;
        float: left;
        box-sizing: border-box;
    }

    .topic-wrap .sub {
        width: 300px;
        display: block;
        float: right;
        margin-bottom: 60px;
    }

    .content-wrap .sub {
        display: none;
    }

    .topic-wrap .form-wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        border-top: none;
        background: #FFE9F5;
    }

    /* .topic-wrap .sub .sub-side {
        position: fixed;
        top: 143px;
        width: 300px;
    } */

}

#definedThum {
    background-image: url(../image/thum_noimage@2x.png)
}

.wp-title-step-1 {
    padding: 20px 20px 20px 0;
    display: flex;
}

.menu-step {
    display: flex;
    margin-right: 12px;
}

.step2-notice-content {
    color: #FF7DB8; 
    border: 1px dashed #FF7DB8;
    border-radius: 4px;
    font-weight: 700; 
    padding: 10px; 
    box-sizing: border-box;
    margin-top: 15px;
}

.title-step {
    width: 185px;
    height: 40px;
    background: #EFEFEF;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
    color: #CCCCCC;
    padding-left: 13px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #EFEFEF;
}

.step-active {
    background-color: #E3A3FF !important;
    color: #ffffff;
}

.arrow-step-active {
    border-left: 20px solid #E3A3FF !important;
}

.step-past {
    background-color: #F7E1FF;
    color: #FFFFFF;
}

.arrow-step-past {
    border-left: 20px solid #F7E1FF !important;
}

.fix-title-topic {
    word-break: break-word;
}

.hint {
    margin: 40px 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #E3A3FF;
    opacity: 0.6
}

.hint-heading {
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    letter-spacing: .61px;
    color: #FF3300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hint-lead {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: black;
}

.hint-lead .date {
    color: #FF3300;
}

.hint-note, .warning-area {
    font-size: 14px;
    color: black;
}


#modalUrl {
    position: fixed !important;
}

/*.btn-positive {*/
/*    height: 50px !important;*/
/*}*/

.mb-15 {
    margin-bottom: 15px !important;
}


.page-for-comment {
    display: none;
}

.content-wrap .sub {
    display: block;
}

.content-wrap .sub a {
    text-decoration: none;
    color: #8F8F8F;
}

@media only screen and (max-width: 1139px) {
    .topic-wrap .content-wrap .topic-body .topic-item {
        position: relative;
    }

    .res-wrap {
        /*width: calc(100% - 20px);*/
        /*top: -100px;*/
        top: -175px;
    }

    .res-wrap .res-count {
        margin-bottom: 25px;
    }

    .res-wrap .res-scroll .topic-rate {
        display: block;
        position: unset;
        float: right;
    }
}

.fab {
    display: none;
    position: fixed;
    z-index: 2;
    /* right: 20px;
    right: calc(constant(safe-area-inset-right) + 20px); */
    right: calc(env(safe-area-inset-right) + 20px);
    /* bottom: 50px;
    bottom: calc(constant(safe-area-inset-bottom) + 50px); */
    bottom: calc(env(safe-area-inset-bottom) + 50px);
}

.fab-link {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #E3A3FF;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 24%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 24%);
}

.fab .icon {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

.icon-comment_fab:before {
    content: '\e008';
}

.icon-topic-cmt-mobile {
    color: #8F8F8F !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.ml-5 {
    margin-left: 5px;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pd-10 {
    padding: 10px;
}

.mr-5 {
    margin-right: 5px !important;
}

.btn-submit-comment {
    height: 48px !important;
}

.rep-comment-txt {
    font-size: 11px;
    width: 60px;
    text-align: end;
}

.btn-return-page {
    font-weight: 700;
    color: #fff;
    background: #E3A3FF;
    text-align: center;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-title-comment-rep {
    justify-content: space-between;
}

.router-reply {
    display: contents;
    color: grey;
}

.wp-modal-sort-number {
    position: fixed;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
}

.wp-modal-sort-number.open {
    display: flex;
}

.modal-sort-number {
    position: relative;
    width: 300px;
    min-height: 214px;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 4px;
}

.title-modal-sort-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: grey;
}

.content-modal-sort-number input {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 8px;
    color: grey;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
}

.content-modal-sort-number p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
    color: #39a9bf;
    cursor: pointer;
}

.content-modal-sort-number button {
    font-weight: 700;
    color: #fff;
    background: #E3A3FF;
    font-size: 15px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 5px;
}

.sort-number-submit {
    padding: 0 10px;
}

.modal-sort-number .close {
    font-size: 16px;
    position: absolute;
    z-index: 4;
    top: 8px;
    right: -5px;
    width: 30px;
    height: 30px;
    color: #ffccd1;
}

.modal-sort-number .icon-close {
    color: #E3A3FF !important;
    cursor: pointer;
}

.rep-comment-txt {
    display: none;
}

.wp-btn-return-page {
    display: none;
    padding: 20px 10px 0 10px;
}

@media (max-width: 1023px) {
    .topic-title-date {
        display: flex;
    }

    .reply-head {
        display: none;
    }

    .rep-comment-txt {
        display: block;
    }

    .wp-title-step-1 {
        display: none;
    }

    .content-wrap .sub-list-category {
        display: block !important;
    }

    .fab {
        display: block;
    }

    .step2-notice {
        padding: 0px 10px;
    }
}

.pd-20 {
    padding: 20px;
}

.question-reply span.icon-circle {
    color: #FFA4D6;
    margin-right: 5px;
}

.question-reply span.icon-triangle {
    color: #61CBED;
    margin-right: 5px;
}

.wp-main-help {
    width: 720px;
    background-color: #ffffff;
    /* padding: 20px; */
}

.title-question {
    height: 30px;
    font-weight: 700;
    font-size: 15px;
    color: #C58ADE;
    border-bottom: 1px dashed #E3A3FF;
}

.question-content .question-text {
    line-height: 1.5;
    margin-top: 20px;
    /* height: 21px; */
    font-weight: 700;
    font-size: 15px;
    color: #8F8F8F;
    display: flex;
    justify-content: space-between;
}

.question-content .question-reply {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #8F8F8F;
}

.question-content .question-text .icon-question {
    cursor: pointer;
}

.icon-question, .question-reply.close {
    display: none;
}

.icon-question.open, .icon-question.close {
    display: block;
}

.question-reply.open {
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}

.question-reply ul {
    list-style: none;
}

.question-text {
    cursor: pointer;
}

/* company-page */
.main-company {
    background-color: #ffffff;
    height: 100vh;
    font-family: 'Inter';
    font-style: normal;
    letter-spacing: 0.5px;
}

.main-company .wp-img-company {
    width: 100%;
}

.content-company-if {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-company {
    text-align: center;
    width: 560px;
    height: 59px;
    border-bottom: 5px solid #48C7EC;
    font-weight: 700;
    font-size: 24px;
    color: #48C7EC;
    margin-bottom: 30px;
}

.title-company p {
    margin-top: 10px;
}

.content-info {
    display: flex;
}

.content-info .info-txt {
    padding: 10px;
    line-height: 17px;
    width: 100px;
    background: #48C7EC;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 1px 1px 0;
}

.content-info .info-main {
    line-height: 17px;
    text-align: left;
    padding: 10px;
    width: 419px;
    background: #F4F4F4;
    color: #606060;
    margin-bottom: 1px;
}

@media (max-width: 576px) {
    .content-company, .title-company {
        width: 100%;
    }

    .wp-content-company {
        padding: 10px;
    }

    .content-info .info-txt {
        width: 25%;
    }

    .content-info .info-main {
        width: 75%;
    }

    .topic-wrap .content-wrap .topic-body .topic-item .topic-item-info {
        width: 315px;
    }

    .topic-title-date {
        justify-content: space-between;
    }

    .wp-btn-return-page {
        display: block;
    }
    .modal-bk .modal-wrap {
        width: 220px;
    }
}

.v-select .dropdown-toggle {
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 8px;
    color: grey;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #fff;
}
.v-select .dropdown-toggle .clear {
    margin-top: -5px;
    margin-right: 10px;
}

.content-wrap .sub-list-category {
    display: none;
}

.topic-head .breadcrumbs .title-category {
    /* min-width: 60px; */
    /* max-width: 250px; */
    min-width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-title-comment-rep .topic-item-info {
    width: 90%;
}

.modal-image.open {
    display: flex !important;
}

.modal-image {
    display: none;
    position: fixed;
    z-index: 99;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 0.2);
    align-items: center;
    flex-direction: column;
}

.wp-modal-image {
    max-width: calc(100% - 32px);
    background-color: #FFFFFF;
    position: relative;
}

.modal-image-content {
    display: block;
    width: 100%;
    min-width: 500px;
    max-width: calc(100% - 42px);
    margin: 50px 20px;
    max-height: 700px;
    background-repeat: no-repeat;
}

.modal-image-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-wrap.modal-report {
    width: 300px;
    top: 45%;
    transform: translate(0, -45%);
    padding: 0px 0px 20px;
    max-height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.topic-wrap .content-wrap .topic-body .modal-wrap.modal-report .topic-item {
    padding: 20px 10px 10px;
    border-bottom: unset !important;
}

.modal-wrap.modal-report a.topic-item-info {
    text-decoration: none;
    display: block;
}

.modal-bk .modal-wrap.modal-report .close {
    top: 0px;
    right: 0px;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close-modal-image {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #E3A3FF;
    font-size: 17px;
    font-weight: bold;
    transition: 0.3s;
}

.close-modal-image:hover,
.close-modal-image:focus {
    color: #E3A3FF;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px){
    .modal-image-content {
      min-width: 400px;
    }
}

@media only screen and (max-width: 576px){
    .modal-image-content {
      min-width: 300px;
    }
}

@media only screen and (max-width: 400px){
    .modal-image-content {
      min-width: unset;
    }
}

.topic-item .comment-item .modal-bk .modal-report-comment {
    overflow-y: unset;
    overflow-x: unset;
    padding: 20px;
}

.topic-item .comment-item .modal-bk .modal-report-comment .modal-report-before .modal-btns {
    justify-content: space-between;
}

.topic-item .comment-item .modal-bk .modal-report-comment .modal-report-after .btn {
    margin: 0;
    margin-top: 30px;
}

.cmt-url-link {
    color: #61CBED !important;
}

.topic-item-body #contentHTML {
    word-break: break-all;
    line-height: 1.5;
}

.comment-url-des textarea {
    min-height: 100px;
}

.form-create-email, .show-data-email {
    background: #F7E1FF;
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.form-create-email p {
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #8F8F8F;
    margin-bottom: 20px;
}

.form-create-email .form-input-email {
    display: flex;
    align-items: center;
}

.wp-input-email {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-create-email .form-input-email .wp-input-email label {
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    color: #8F8F8F;
    margin-right: 10px;
    width: 120px;
    line-height: 15px;
}

.form-create-email .form-input-email .wp-input-email input {
    height: 38px;
    background: #FEFDFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 10px;
    width: 70%;
}

.form-create-email .form-input-email .wp-input-email input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-create-email .form-input-email button {
    cursor: pointer;
    width: 82px;
    height: 36px;
    background: #E3A3FF;
    border: #E3A3FF;
    border-radius: 4px;
    color: #ffffff;
}

.form-content .wrap-title-step {
    color: #C58ADE;
    font-weight: 700;
    font-size: 15px;
}

.text-error-email {
    margin-left: 130px;
    color: red !important;
    font-size: 10px !important;
}

.text-error-email.mobile {
    display: none;
}

.body.mail {
    margin: 20px 0;
    font-size: 12px;
    line-height: 15px;
    color: #8F8F8F;
}

.show-data-email p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
    color: #8F8F8F;
}

.form-wrap .form-content.step3 .btn-back-to-top.block {
    display: block !important;
}

@media only screen and (max-width: 1140px) {
    .form-create-email .form-input-email {
        flex-direction: column;
    }
    .form-create-email .wp-input-email {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .form-create-email .form-input-email .wp-input-email label {
        margin-bottom: 0 0 5px 0 !important;
    }
    .form-create-email .form-input-email .wp-input-email input {
        margin: 5px 0 0 0 !important;
        padding: 0 10px!important;
    }
    .form-create-email .form-input-email .wp-input-email label {
        width: 100%;
    }
    .form-create-email .form-input-email .wp-input-email input {
        width: calc(100% - 20px);
    }
    .form-create-email .form-input-email button {
        width: 100%;
        margin-top: 15px;
    }
    .text-error-email {
        display: none;
    }
    .text-error-email.mobile {
        margin: 0;
        display: block;
    }

    .body.mail {
        padding: 0 10px;
    }
}