@charset 'UTF-8';
article,aside,dialog,figure,footer,header,hgroup,hr,menu,nav,section{display: block}

body,
html,
input[type="submit"],
input[type="text"],
textarea {
    font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'Noto Sans JP', sans-serif;
}

.btn:hover,
.wrap .sub .sub-part.sub-categories ul a:hover,
a.btn:hover,
a:hover {
    opacity: 0.7;
}

.flc:after,
.wrap .sub .sub-part::after {
    clear: both;
    content: "";
}

.no-data {
    text-align: center;
    padding: 10px 0 20px;
}

.comment-item,
.help-wrap .help-item .help-list,
.tablet-sub .category li,
.tablet-sub .keywords,
.topic-list-wrap ul.topic-list li,
.wrap .sub .sub-part.sub-categories ul,
.wrap .sub .sub-part.sub-keywords ul,
.wrap .sub .sub-part.sub-topics ul,
ul.pager,
.menu-tablet .menu-categories ul {
    list-style-type: none;
}

.swipe,
img.lazyload:not([src]) {
    visibility: hidden;
}

a,abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,
h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,source,
span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0
}

ins, mark {
    background-color: #ff9;
}

body {
    line-height: 1;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

ins {
    text-decoration: none;
}

mark {
    font-weight: 700;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

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

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

hr {
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input, select {
    vertical-align: middle;
}

body,
html {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: grey;
    background: #FFE9F5;
}

input[type="submit"],
input[type="text"],
textarea {
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hidden {
    display: none !important;
}

a {
    color: #61CBED;
}

a:visited {
    color: #95ACBC;
}

a.link-detail-topic {
    color: #8F8F8F;
}

a.link-detail-topic:visited {
    color: #B1B0B1;
}

a[disabled]:hover {
    opacity: 1;
}

:placeholder-shown {
    color: #b3b3b3;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

:-moz-placeholder {
    opacity: 1;
    color: #b3b3b3;
}

::-moz-placeholder {
    opacity: 1;
    color: #b3b3b3;
}

:-ms-input-placeholder {
    color: #b3b3b3;
}

.flc:after {
    display: block;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.tablet-sub .keywords,
.wrap .sub .sub-part.sub-keywords ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tablet-sub .keywords li,
.wrap .sub .sub-part.sub-keywords ul li {
    display: inline-block;
    max-width: 100%;
    margin: 0 10px 10px 0;
}

.tablet-sub .keywords li a,
.wrap .sub .sub-part.sub-keywords ul a {
    font-size: 12px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 12px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: gray;
    border-radius: 2px;
    background: #F7E1FF;
    -o-text-overflow: ellipsis;
}

.wrap {
    width: 1040px;
    margin: 0 auto;
}

.wrap .main {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 720px;
    margin-bottom: 20px;
    border-radius: 2px;
    background: #fff;
}

.wrap .main.preview {
    padding-bottom: 60px;
}

.wrap .main.column-1 {
    float: none;
    width: 1040px;
    margin: auto;
}

.wrap .main.column-1.comment-error {
    line-height: 22px;
}

.wrap .main.column-1.comment-error h1 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}

.wrap .main.column-1.comment-error p {
    margin-bottom: 20px;
}

.wrap .main.column-1.comment-error p:last-child {
    margin-bottom: 0;
}

.wrap .main.column-1.comment-error p strong {
    color: #ff8d99;
}

.wrap .main.column-1.comment-error dl dt {
    font-weight: 600;
    margin-bottom: 5px;
}

.wrap .sub {
    float: right;
    width: 300px;
    margin-bottom: 114px;
}

.wrap .sub .banner-sub {
    width: 300px;
}

.wrap .sub [follow="on"] {
    position: fixed;
    top: 20px;
    width: 300px;
}

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

.wrap .sub .sub-part::after {
    display: block;
}

.wrap .sub .sub-part a.show-more {
    font-size: 12px;
    line-height: 24px;
    float: right;
    text-align: right;
    text-decoration: none;
    color: grey;
}

.wrap .sub .sub-part a.show-more span {
    font-size: 8px;
    margin-left: 8px;
}

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

.wrap .sub .sub-part .head-link,
.menu-tablet .menu-categories .head-link {
    text-decoration: none;
    color: #C58ADE;
}

.wrap .sub .sub-part .loading {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.wrap .sub .sub-part .loading.on {
    display: block;
}

.wrap .sub .sub-part .loading img {
    display: block;
    margin: 180px auto;
}

.wrap .sub .sub-part .loading .alert {
    display: none;
}

.wrap .sub .sub-part .loading .alert.on {
    display: block;
    margin: 246px auto;
    text-align: center;
    color: #b3b3b3;
}

.wrap .sub .sub-part.relate .head {
    color: #b8a3f8;
}

.wrap .sub .sub-part.category .head {
    color: #C58ADE;
}

.wrap .sub .sub-part.sub-text {
    padding: 16px 16px 30px;
}

.wrap .sub .sub-part.sub-text .head {
    color: grey;
}

.wrap .sub .sub-part.sub-text .text {
    font-size: 13px;
    line-height: 22px;
    color: grey;
}

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

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

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

.wrap .sub .sub-part.sub-text.sub-text-aet .subtitle span.icon-triangle {
    color: #7fc8f0;
}

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

.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: #ff8d99;
}

.wrap .sub .sub-part.sub-topics ul li {
    margin-bottom: 9px;
    border-bottom: 1px solid #e3e3e3;
}

.wrap .sub .sub-part.sub-topics ul li a:hover p.comment,
.wrap .sub .sub-part.sub-topics ul li a:hover p.title {
    opacity: 1;
    color: #b3b3b3;
}

.wrap .sub .sub-part.sub-topics ul li a:visited p.comment,
.wrap .sub .sub-part.sub-topics ul li a:visited p.title {
    color: #b3b3b3;
}

.wrap .sub .sub-part.sub-topics ul li .img,
.topic-wrap .sub .sub-part.sub-topics ul li .img,
.sub-topics .img-topic,
.topic-items .img-topic {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}

.wrap .sub .sub-part.sub-topics ul li .img .icon-flag,
.wrap .sub .sub-part.sub-topics ul li .img .rank {
    position: absolute;
}

.wrap .sub .sub-part.sub-topics ul li .img .icon-flag {
    font-size: 26px;
    top: 0;
    left: 0;
    color: #E5BE34;
}

.wrap .sub .sub-part.sub-topics ul li .img .icon-flag.rank1 {
    color: #FF3691;
}

.wrap .sub .sub-part.sub-topics ul li .img .icon-flag.rank2 {
    color: #FF7DB8;
}

.wrap .sub .sub-part.sub-topics ul li .img .icon-flag.rank3 {
    color: #FF7DB8;
}

.wrap .sub .sub-part.sub-topics ul li .img .rank {
    font-size: 10px;
    font-weight: 600;
    top: 3px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
}

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

.wrap .sub .sub-part.sub-topics ul li .info .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.wrap .sub .sub-part.sub-topics ul li .info .comment {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
    /* color: #8F8F8F; */
}

.wrap .sub .sub-part.sub-topics ul li .info .comment span {
    position: absolute;
    top: 1px;
    left: 0;
    margin-right: 5px;
    color: #b3b3b3;
}

.wrap .sub .sub-part.sub-topics.sub-topics-yesterday {
    padding-bottom: 9px;
}

.wrap .sub .sub-part.sub-topics.sub-topics-yesterday ul li:last-child {
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

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

.wrap .sub .sub-part.sub-top-keyword ul {
    list-style: none;
}

.wrap .sub .sub-part.sub-trends ul li {
    line-height: 40px;
    position: relative;
    height: 40px;
}

.wrap .sub .sub-part.sub-trends ul li img {
    position: absolute;
    top: 10px;
    left: 0;
}

.wrap .sub .sub-part.sub-trends ul li a {
    font-size: 13px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0;
    text-overflow: ellipsis;
    color: grey;
    -o-text-overflow: ellipsis;
}

.sub .sub-top-keyword {
    display: none;
}

.wrap .sub .sub-part.sub-categories ul a,
.menu-tablet .menu-categories ul a {
    font-size: 13px;
    line-height: 34px;
    display: block;
    text-decoration: none;
    color: grey;
}

.sub-categories .category-name,
.sub-categories a.link-topic-category,
.menu-tablet .menu-categories .category-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrap .sub .sub-part.sub-service-intro {
    display: block;
    margin: 0;
    padding: 20px;
    text-decoration: none;
    background-color: #ffd7df;
}

.wrap .sub .sub-part.sub-service-intro > img {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.wrap .sub .sub-part.sub-service-intro .service-intro-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #ff787f;
}

.wrap .sub .preview-caution {
    font-size: 13px;
    padding: 16px;
    color: grey;
}

.wrap .sub .preview-caution .head,
.wrap .sub .preview-caution-main dl {
    margin-bottom: 20px;
}

.wrap .sub .preview-caution-main dl dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrap .sub .preview-caution-main dl dt span:first-child {
    margin-right: 8px;
    color: #7fc8f0;
}

.wrap .sub .preview-caution-main dl dt span:last-child {
    vertical-align: top;
    background: rgba(255, 240, 77, 0.2);
}

.wrap .sub .preview-caution-body,
.wrap .sub .preview-caution-main dl dd {
    line-height: 20px;
}

.btn.btn-default,
.btn.btn-positive,
a.btn.btn-default,
a.btn.btn-positive {
    font-size: 13px;
    line-height: 36px;
    width: 190px;
    height: 36px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
}

.wrap .sub .preview-caution-body p {
    margin-bottom: 20px;
}

.wrap .sub .preview-caution-body p:last-child {
    margin-bottom: 0;
}

.btn,
a.btn {
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.btn.btn-default,
a.btn.btn-default {
    text-align: center;
    background: #ccc;
}

.btn.btn-positive,
a.btn.btn-positive {
    text-align: center;
    background: #E3A3FF;
}

.btn.btn-moderate,
a.btn.btn-moderate {
    line-height: 48px;
    height: 48px;
    text-align: center;
    color: #ff8d99;
    border: 1px solid #ff8d99;
    border-radius: 4px;
    background: #fff;
}

.btn.btn-entry-topic,
a.btn.btn-entry-topic {
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    width: 300px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background: #E3A3FF;
    margin-left: 0 !important;
}

.btn.btn-entry-topic span,
a.btn.btn-entry-topic span {
    margin-right: 13px;
    vertical-align: middle;
}

.btn.btn-edit,
a.btn.btn-edit {
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    width: 190px;
    height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #ffa96d;
}

.footer, header {
    background: #E3A3FF;
}

header #topic_make {
    position: absolute;
    top: 2.5%;
    right: 3%;
    width: 30px;
    height: auto;
    margin-top: 0;
}

.btn.large,
a.btn.large {
    line-height: 48px;
    height: 48px;
}

.btn[disabled],
a.btn[disabled] {
    opacity: 0.6;
}

.add_pic img {
    width: 100%;
}

.form-area p.title {
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    color: grey;
}

img.lazyload {
    display: block;
    opacity: 0;
    border: 0;
}

img.lazyload:not(.initial) {
    -webkit-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

img.lazyload.error, img.lazyload.initial,
img.lazyload.loaded {
    opacity: 1;
}

@font-face {
    font-family: icon;
    src: url(./fonts_pc/icon.eot?1617358924993);
    src: url(./fonts_pc/icon.eot?1617358924993#iefix) format("eot"),
    url(./fonts_pc/icon.woff?1617358924993) format("woff"),
    url(./fonts_pc/icon.ttf?1617358924993) format("truetype"),
    url(./fonts_pc/icon.svg#icon?1617358924993) format("svg");
}

.icon-arrow_l:before,
.icon-arrow_r:before,
.icon-arrow_t:before,
.icon-camera:before,
.icon-circle:before,
.icon-close:before,
.icon-comment:before,
.icon-comment_fill:before,
.icon-flag:before,
.icon-heart:before,
.icon-hint:before,
.icon-home:before,
.icon-image_mode:before,
.icon-keyword:before,
.icon-link:before,
.icon-new:before,
.icon-plus:before,
.icon-rank:before,
.icon-res:before,
.icon-search:before,
.icon-tag:before,
.icon-triangle:before,
.icon-warning:before,
.search-options-select:after {
    font-family: icon;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_l:before {
    content: "\e001";
}

.icon-arrow_r:before {
    content: "\e002";
}

.icon-arrow_t:before,
.search-options-select:after {
    content: "\e003";
}

.icon-camera:before {
    content: "\e004";
}

.icon-circle:before {
    content: "\e005";
}

.icon-close:before {
    content: "\e006";
}

.icon-comment:before {
    content: "\e007";
}

.icon-comment_fill:before {
    content: "\e008";
}

.icon-flag:before {
    content: "\e009";
}

.icon-heart:before {
    content: "\e00a";
}

.icon-hint:before {
    content: "\e00b";
}

.icon-home:before {
    content: "\e00c";
}

.icon-image_mode:before {
    content: "\e00d";
}

.icon-keyword:before {
    content: "\e00e";
}

.icon-link:before {
    content: "\e00f";
}

.icon-new:before {
    content: "\e010";
}

.icon-plus:before {
    content: "\e011";
}

.icon-rank:before {
    content: "\e012";
}

.icon-res:before {
    content: "\e013";
}

.icon-search:before {
    content: "\e014";
}

.icon-tag:before {
    content: "\e015";
}

.icon-triangle:before {
    content: "\e016";
}

.icon-warning:before {
    content: "\e017";
}

.icon-beginner:before {
    content: '\e003';
}

header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 73px;
}

header .title {
    padding: 11px 0 9px;
    text-align: center;
    border-bottom: 1px dashed #eb616c;
}

header .title a:not(.tablet-header) {
    display: block;
    width: 100%;
    height: 100%;
}

nav {
    height: 50px;
    margin-bottom: 20px;
    background: #fff;
}

nav.sp {
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 #e8e8e8;
    box-shadow: 0 1px 2px 0 #e8e8e8;
    height: 55px;
}

nav.sp .box {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 55px;
    padding: 7px 0 4px;
    text-align: center;
    text-decoration: none;
}

nav.sp .box .box-inner {
    border-right: solid 1px #fafafa;
}

nav.sp .box p.icon {
    font-size: 24px;
    margin-bottom: 3px;
    color: #E3A3FF;
}

nav.sp .box p.label {
    font-size: 12px;
    color: #8F8F8F;
}

nav.sp .box.on {
    border-bottom: 2px solid #FF7DB8;
}

nav.sp .box p.icon {
    font-size: 24px;
    margin-bottom: 3px;
    color: #E3A3FF;
}

nav .box.on p.icon, nav .box.on p.label {
    color: #E3A3FF;
}

nav .header-nav {
    width: 1040px;
    margin: 0 auto;
}

nav .header-nav .catch {
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    float: left;
    color: #C58ADE;
}

nav .header-nav form {
    position: relative;
    float: right;
    margin: 10px 0;
    /* margin: 7px 0; */
}

nav .header-nav form input[type="text"] {
    width: 300px;
    padding: 0 36px 0 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

nav .header-nav form .search {
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 14px;
    color: #C58ADE;
    cursor: pointer;
}

nav .header-nav form .search input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 108px;
    /* margin-top: 120px; */
    padding: 4px 0;
}

.footer .footer-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}

.footer .links {
    font-size: 12px;
    text-align: center;
}

.footer .links a {
    /* margin-right: 33px; */
    text-decoration: none;
    color: #fff;
}

.footer .links span {
    color: #fff;
    padding: 0 5px;
}

.footer .links a:last-child {
    margin: 0;
}

.scroll-to-top {
    position: fixed;
    right: 0;
    bottom: 166px;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 4px;
    background: #E3A3FF;
}

.scroll-to-top.hover {
    background: #E3A3FF;
}

.scroll-to-top span {
    font-size: 12px;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.scroll-to-top[show="off"],
.scroll-to-top[show="on"] {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.scroll-to-top[show="on"] {
    display: block;
    -webkit-animation-name: st-show;
    animation-name: st-show;
    opacity: 1;
}

.scroll-to-top[show="off"] {
    display: block;
    -webkit-animation-name: st-hide;
    animation-name: st-hide;
    opacity: 0;
}

@-webkit-keyframes st-show {
    0% {
        -webkit-transform: translateY(216px);
        transform: translateY(216px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes st-show {
    0% {
        -webkit-transform: translateY(216px);
        transform: translateY(216px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes st-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(216px);
        transform: translateY(216px);
        opacity: 0;
    }
}

@keyframes st-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(216px);
        transform: translateY(216px);
        opacity: 0;
    }
}

.form-comment .add-image .wrap:hover,
.form-comment .textarea .add-link:hover,
.form-topic .add-image .wrap:hover,
.form-topic .textarea .add-link:hover {
    opacity: 0.7;
}

input[type="number"],
input[type="text"],
input[type="url"],
textarea {
    font-size: 13px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
input[type="number"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.form-contact-area textarea:focus,
textarea:focus  {
    outline: 0;
    border: 1px solid #4da6ea;
}
input[type="number"],
input[type="text"],
input[type="url"] {
    line-height: 30px;
    resize: none;
}

.form-comment .title,
.form-topic .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    color: grey;
}

.form-comment .textarea,
.form-topic .textarea {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-comment .textarea textarea,
.form-topic .textarea textarea {
    font-size: 13px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    padding: 12px 10px;
    border: none;
    border-radius: 4px;
}

.form-comment .textarea .add-link,
.form-topic .textarea .add-link {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 14px;
    cursor: pointer;
    color: #39a9bf;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
}

.form-comment .textarea .add-link span,
.form-topic .textarea .add-link span {
    font-size: 8px;
    line-height: 14px;
    margin-right: 8px;
    color: #39a9bf;
}

.form-comment .add-image .wrap,
.form-topic .add-image .wrap {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-right: 12px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fff;
}

.form-comment .add-image .wrap.caution,
.form-topic .add-image .wrap.caution {
    border: 1px solid #ff8d99;
    background: #ffeff0;
}

.form-comment .add-image .wrap.caution .normal,
.form-topic .add-image .wrap.caution .normal {
    display: none;
}

.form-comment .add-image .wrap.caution .error,
.form-topic .add-image .wrap.caution .error {
    display: inline-block !important;
}

.form-comment .add-image .wrap span,
.form-topic .add-image .wrap span {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.form-comment .add-image .wrap .icon-camera,
.form-topic .add-image .wrap .icon-camera {
    font-size: 20px;
    margin-right: 6px;
    color: #ffccd1;
}

.form-comment .add-image .wrap .text,
.form-topic .add-image .wrap .text {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: grey;
}

.form-comment .add-image .wrap .text.error,
.form-topic .add-image .wrap .text.error {
    display: none;
    color: #f46270;
}

.form-comment .add-image p.caution,
.form-topic .add-image p.caution {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    color: #ff8086;
}

.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;
}

.form-comment .add-image input,
.form-topic .add-image input {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.form-comment .form-checks,
.form-topic .form-checks {
    margin-top: 10px;
}

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

.form-comment .form-checks .checkbox,
.form-topic .form-checks .checkbox {
    font-size: 12px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 6px 6px 6px 32px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    vertical-align: middle;
    border-radius: 8px;
}

.form-comment .form-checks .checkbox:last-child,
.form-topic .form-checks .checkbox:last-child {
    margin-left: 35px;
}

.form-comment .form-checks .checkbox:before,
.form-topic .form-checks .checkbox:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    content: "";
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background: #fff;
}

.form-comment .form-checks .checkbox:after,
.form-topic .form-checks .checkbox:after {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    width: 5px;
    height: 9px;
    margin-top: -7px;
    content: "";
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.form-comment .form-checks input[type="checkbox"]:checked + .checkbox:after,
.form-topic .form-checks input[type="checkbox"]:checked + .checkbox:after {
    opacity: 1;
}

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

.form-comment input[type="submit"],
.form-topic input[type="submit"] {
    line-height: 48px;
    display: block;
    width: 50%;
    height: 48px;
    margin: 40px auto 0;
}

.form-comment input[disabled],
.form-topic input[disabled] {
    background: #ffccd1;
}

.entry-wrap .head-area .img,
.form-topic .image .img {
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.form-comment input[disabled]:hover,
.form-topic input[disabled]:hover {
    cursor: default;
    opacity: 1;
}

.form-topic {
    position: relative;
}

.form-topic .textarea textarea {
    height: 210px;
}

.form-topic .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
}

.form-topic .image .img {
    width: 130px;
    height: 130px;
    background-image: url(https://static.gc-img.net/img/parts_pc/noimg@2x.png);
    -webkit-background-size: cover;
    background-size: cover;
}

.form-topic .image .wrap {
    width: 128px;
    margin-top: 10px;
    margin-right: 0;
}

.form-topic .image .wrap .icon-camera {
    font-size: 16px;
    margin-right: 0;
}

.form-topic .other {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 148px;
}

.form-topic .other .input-title {
    font-size: 13px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 10px;
    border-radius: 4px;
}

.tab-search {
    margin-bottom: 20px;
}

.tab-search-category .tab-search-div {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    float: left;
    width: 99%;
    height: 30px;
    border-radius: 1px;
    margin: 0px 0px 10px 0px;
}

h3.category-heading {
    word-break: break-all;
}

.tab-search-div.category-heading {
    height: unset;
    margin-bottom: 0px;
}

.tab-search-div.category-heading .category-icon {
    display: none;
}

.tab-search-category .border-dashed {
    border-bottom: 1px dashed #F7E1FF;
    padding-bottom: 25px;
}

.tab-search.tab-search-category {
    margin-bottom: 0px;
}

.category-heading .category-icon,
.list-category .wordList-items .category-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
    margin-right: 10px;
}

.list-category .wordList-items .category-icon {
    display: none;
    vertical-align: middle;
}

.topic-list-wrap .tab-search-header {
    border-bottom: 1px dashed #E3A3FF;
    padding: 5px 0 15px;
    margin-bottom: 20px;
}

.search-form {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 68px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background: #FFE9F5;
}

.search-form input[type=text] {
    font-size: 15px;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 16px 92px 16px 10px;
    border: none;
    border-radius: 5px;
    background: #fff;
}
.search-form input[type=text]:focus {
    border: 1px solid #4da6ea;
}
.search-form .submit {
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    top: 18px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 82px;
    height: 32px;
    padding-left: 13px;
    color: #8F8F8F;
    border-left: 1px solid #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-form .submit.on, .search-form .submit.on input[type=submit], .search-form .submit.on p {
    color: #61CBED;
}
.search-form .submit .icon-search {
    margin-right: 9px;
}
.search-form .submit input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.topic-list-wrap .tab-search-header h3 {
    font-size: 15px;
}
.list-topic-search {
   margin-top: 20px;
}
.topic-list-wrap .topic-list-content .topic-list .number {
    float: right;
}

.tab-search span.number {
    float: right;
    margin-top: 20px;
    margin-right: 5px;
}

.tab-search .search-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-options li {
    margin-right: 10px;
    list-style: none;
    float: left;
}

.search-options li.number {
    margin-left: auto;
}

.search-options-select {
    position: relative;
    width: 140px;
    color: grey;
    border-radius: 4px;
    background: #F7E1FF;
}

.search-options-select::after {
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%) rotate(180deg) scale(0.5);
    -ms-transform: translateY(-50%) rotate(180deg) scale(0.5);
    transform: translateY(-50%) rotate(180deg) scale(0.5);
    pointer-events: none;
}

.search-options-select select {
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: grey;
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-options-number,
p.pager-count,
ul.pager li a {
    font-size: 12px;
    color: grey;
}

.search-options-number {
    line-height: 2;
}

.search-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.search-body .search-before {
    padding: 30px 0 24px;
    text-align: center;
}

.search-body .search-before p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
    color: #8F8F8F;
}

.search-body .search-before h1.error span,
.search-body .search-before p.error span {
    font-size: 12px;
}

.search-body .search-before .icon-search {
    font-size: 130px;
    color: #f6f6f6;
}

p.pager-count {
    line-height: 24px;
    display: inline-block;
    margin-right: 21px;
}

ul.pager {
    margin-top: 30px;
    text-align: center;
}

ul.pager.pager-topic {
    display: inline-block;
    margin-top: 0;
}

ul.pager li {
    line-height: 28px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    color: #E3A3FF;
    height: 30px;
    margin: 0 5px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
}

ul.pager li a {
    line-height: 28px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    color: #E3A3FF;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

ul.pager li.first,
ul.pager li.first a,
ul.pager li.last,
ul.pager li.last a,
ul.pager li.next,
ul.pager li.next a,
ul.pager li.prev,
ul.pager li.prev a {
    font-size: 8px;
}

ul.pager li.first.first,
ul.pager li.last.first,
ul.pager li.next.first,
ul.pager li.prev.first {
    display: none;
    margin-left: 0;
}

ul.pager li.first.prev,
ul.pager li.last.prev,
ul.pager li.next.prev,
ul.pager li.prev.prev {
    margin-right: 15px;
}

ul.pager li.first.next,
ul.pager li.last.next,
ul.pager li.next.next,
ul.pager li.prev.next {
    margin-left: 15px;
}

ul.pager li.first.last,
ul.pager li.last.last,
ul.pager li.next.last,
ul.pager li.prev.last {
    display: none;
    margin-right: 0;
}

ul.pager li.current {
    font-size: 12px;
    color: #E3A3FF;
    border: none;
    background: unset;
}

.comment-item {
    position: relative;
    padding: 20px 0 82px;
    border-bottom: 1px solid #e3e3e3;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-item .info {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 16px;
    color: grey;
}

.comment-item .info span {
    cursor: pointer;
}

.comment-item .info a {
    text-decoration: none;
    color: grey;
}

.comment-item .body {
    font-weight: 600;
    line-height: 1.5;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

.comment-item .body .res-anchor {
    line-height: 1;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 4px;
    padding: 5px 10px;
    cursor: pointer;
    color: #b3b3b3;
    border-radius: 4px;
    background-color: #ffeff1;
}

.comment-item .body.lv1 {
    font-size: 20px;
    color: #ff6c74;
}

.comment-item .body.lv1 .res-anchor {
    color: #ff8d99;
}

.comment-item .body.lv2 {
    font-size: 18px;
}

.comment-item .body.lv3 {
    font-size: 16px;
}

.comment-item .body.lv4 {
    font-size: 12px;
    color: grey;
}

.comment-item .body .comment-img {
    margin: 13px 0;
}

.comment-item .body .comment-img img {
    display: block;
    max-width: 600px;
    cursor: pointer;
    border-radius: 3px;
}

.comment-item .body .comment-img a {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: grey;
}

.comment-item .body .comment-url {
    font-size: 12px;
    position: relative;
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #ffccd1;
    border-radius: 5px;
    background-color: #fff0f1;
}

.comment-item .body .comment-url .comment-url-head {
    margin-bottom: 10px;
}

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

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

.comment-item .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: #39a9bf;
}

.comment-item .body .comment-url .editing,
.comment-item .body .comment-url.edit .edited {
    display: none;
}

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

.comment-item
.body
.comment-url
.comment-url-head
.comment-url-title
a:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
}

.comment-item .body .comment-url .comment-url-head .comment-url-title p {
    font-weight: 400;
    line-height: 20px;
    color: grey;
}

.comment-item .body .comment-url .btn-edit {
    float: right;
    margin-top: 20px;
}

.comment-item .body .comment-url.edit {
    border: none;
    background: #ffd7bb;
}

.comment-item .body .comment-url.edit .editing {
    display: block;
}

.comment-item .body .comment-url.edit .editing .img {
    position: relative;
    top: 0;
    left: 0;
    float: left;
}

.comment-item .body .comment-url.edit .editing .img-change {
    float: left;
    width: 500px;
    margin-left: 20px;
}

.comment-item .body .comment-url.edit .editing .img-change p {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 18px;
    color: #f29e63;
}

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

.comment-item .body .comment-url.edit .editing .img-change img.disabled {
    cursor: auto;
    opacity: 0.5;
}

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

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

.comment-item .body .comment-url.edit .editing .comment-url-des input,
.comment-item .body .comment-url.edit .editing .comment-url-des textarea,
.comment-item .body .comment-url.edit .editing .comment-url-title input,
.comment-item .body .comment-url.edit .editing .comment-url-title textarea {
    width: 100%;
    padding: 6px 10px;
    color: grey;
    border-radius: 4px;
}

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

.comment-item .btn-res {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 20px;
    right: 10px;
    color: grey;
}

.comment-item .btn-res span {
    font-size: 13px;
    margin-right: 6px;
    color: #ffccd1;
}

@-webkit-keyframes counter {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    90% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }
}

@keyframes counter {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    90% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }
}

.breadcrumbs {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topic-wrap .breadcrumbs {
    margin-bottom: 26px;
}

.breadcrumb {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}

.breadcrumb.current a {
    font-weight: 600;
    margin-right: 0;
    pointer-events: none;
}

.breadcrumb.current a:link,
.breadcrumb.current a:visited {
    color: #C58ADE;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:link {
    color: grey;
}

.breadcrumb a:visited {
    color: #b3b3b3;
}

.breadcrumb span.icon-home {
    font-size: 0;
    position: relative;
    top: 1px;
}

.breadcrumb span.icon-home::before {
    font-size: 11px;
}

.breadcrumb span.icon-arrow_r {
    font-size: 10px;
    margin-left: 10px;
    vertical-align: middle;
    color: #e3e3e3;
}

.breadcrumb:last-child,
.breadcrumb:nth-last-child(2):not(:nth-child(2)) {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.wordList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 -26px;
    padding: 0 20px 0 12px;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wordList-items,
.wordList-link {
    -webkit-box-sizing: border-box;
    padding-left: 16px;
}

.wordList-items {
    position: relative;
    box-sizing: border-box;
    width: 214px;
    margin: 0 24px 26px 0;
}

.wordList-items::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #C58ADE;
}

.wordList-items:not(.category-item):nth-child(4n) {
    margin-right: 0;
}

.wordList-link {
    font-size: 13px;
    position: relative;
    left: -16px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: grey;
    -o-text-overflow: ellipsis;
}

.topic-list-wrap .list-head {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C58ADE;
}

.topic-list-wrap .list-head .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    color: grey;
}

.topic-list-wrap .list-head .number {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: grey;
}

.topic-list-wrap .subtext {
    font-size: 14px;
    line-height: 26px;
    color: grey;
}

.topic-list-wrap .tab-wrap .tab {
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    float: left;
    width: 50%;
    height: 50px;
    margin-bottom: 22px;
    text-align: center;
    border-radius: 1px;
    background-color: #F7E1FF;
}

.topic-list-wrap .tab-wrap .tab.on {
    background: #fff;
}

.topic-list-wrap .tab-wrap .tab a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.topic-list-wrap .tab-wrap .tab a span {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
}

.topic-list-wrap .tab-wrap .tab a h1 {
    display: inline;
}

.topic-list-wrap .tab-wrap .tab:not(.on):hover a {
    color: #fff;
}

.topic-list-wrap .tab-wrap .tab.on a {
    color: #C58ADE;
    border-top: 3px solid #E3A3FF;
}

.topic-list-wrap .tab-wrap .tab.tab-new.on:before {
    border-top: 10px solid #E3A3FF;
    color: #fff;
}

.topic-list-wrap .tab-wrap .tab a h1 {
    display: inline;
}

.topic-list-wrap .tab-wrap .tab.on {
    background-color: #fff;
}

.topic-list-wrap .tab-wrap .tab.on a {
    color: #C58ADE;
    border-top: 3px solid #E3A3FF;
}

.topic-list-wrap .tab-wrap .tab:not(.on):hover {
    background: #E3A3FF;
}

.topic-list-wrap .tab-wrap .tab:not(.on):hover a {
    opacity: 1;
}

.topic-list-wrap.list-category {
    margin-bottom: 20px;
}

.topic-list-content {
    padding: 20px 20px 40px;
}

.topic-list-wrap .topic-list-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.topic-hot {
    text-align: center;
    color: #8F8F8F;
    padding-top: 11px;
}

.topic-hot h1 {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
}

.topic-hot p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 1px;
}

.topic-header .main h1 {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
}

.topic-list-wrap .topic-list-header > span,
.topic-list-wrap .topic-footer > span {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    position: absolute;
    top: 0;
    color: #ccc;
}

.topic-list-wrap .topic-list-header > span.prev,
.topic-list-wrap .topic-footer > span.prev {
    left: 5px;
}

.topic-list-wrap .topic-list-header > span.prev span,
.topic-list-wrap .topic-footer > span.prev span {
    font-size: 8px;
    margin-right: 10px;
}

.topic-list-wrap .topic-list-header > span.next,
.topic-list-wrap .topic-footer > span.next {
    right: 5px;
}

.topic-list-wrap .topic-list-header > span.next span,
.topic-list-wrap .topic-footer > span.next span {
    font-size: 8px;
    margin-left: 10px;
}

.topic-list-wrap .topic-list-header > span a,
.topic-list-wrap .topic-footer > span a {
    text-decoration: none;
}

.topic-list-wrap .topic-list-header h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: grey;
}

.topic-list-wrap .topic-list-header h2.topic-list-header-head {
    font-size: 15px;
    text-align: left;
}

.topic-list-wrap ul.topic-list {
    position: relative;
}

.topic-list-wrap ul.topic-list .loading {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.topic-list-wrap ul.topic-list .loading.on {
    display: block;
}

.topic-list-wrap ul.topic-list .loading img {
    display: block;
    margin: 180px auto;
}

.topic-list-wrap ul.topic-list .loading .alert {
    display: none;
}

.topic-list-wrap ul.topic-list .loading .alert.on {
    display: block;
    margin: 326px auto;
    text-align: center;
    color: #b3b3b3;
}

.topic-list-wrap ul.topic-list li {
    min-height: 80px;
    margin-bottom: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.topic-list-wrap .topic-list li a .rank-wrap {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.topic-list-wrap .topic-list li a .rank-wrap .rank-tri {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 56px;
    height: 56px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.topic-list-wrap .topic-list li a .rank-wrap .rank-tri.sub {
    background: #b8b8b8;
}

.topic-list-wrap .topic-list li a .rank-wrap span {
    font-size: 40px;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    color: #E5BE34;
}

.topic-list-wrap .topic-list li a .rank-wrap span.rank-1 {
    color: #FF3691;
}

.topic-list-wrap .topic-list li a .rank-wrap span.rank-2,
.topic-list-wrap .topic-list li a .rank-wrap span.rank-3 {
    color: #FF7DB8;
}

.topic-list-wrap .topic-list li a .rank-wrap .rank-tri p {
    font-family: 'Century Gothic','Heiti TC',sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    text-align: center;
    color: #fff;
}


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

.topic-list-wrap ul.topic-list li a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
}

.topic-list-wrap ul.topic-list li a .img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.topic-list-wrap ul.topic-list li a .image-topic {
    position: absolute;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}

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

.topic-list-wrap ul.topic-list li a > .info .tag-wrap {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

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

.topic-list-wrap ul.topic-list li a > .info span.info {
    font-size: 11px;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap .icon-tag {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #b3b3b3;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap .rank {
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #fff;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap .rank span {
    font-size: 10px;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank1 .icon-tag {
    color: #FF3691;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank2 .icon-tag {
    color: #FF7DB8;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank3 .icon-tag {
    color: #FF7DB8;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank10 .icon-tag,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank4 .icon-tag,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank5 .icon-tag,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank6 .icon-tag,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank7 .icon-tag,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank8 .icon-tag,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank9 .icon-tag {
    color: #E5BE34;
}

.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank1 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank10 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank2 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank3 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank4 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank5 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank6 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank7 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank8 .rank,
.topic-list-wrap ul.topic-list li a > .info .tag-wrap.rank9 .rank {
    font-size: 14px;
}

.icon-arrow_right:before,.icon-back:before,.icon-beginner:before,.icon-bg_search:before,.icon-circle:before,.icon-close:before,
.icon-comment:before,.icon-comment_fab:before,.icon-fav:before,.icon-fav_on:before,.icon-first:before,.icon-flag_info:before,
.icon-flag_no01:before,.icon-flag_no02:before,.icon-flag_no03:before,.icon-flag_no04:before,.icon-flag_no05:before,.icon-flag_no06:before,
.icon-flag_no07:before,.icon-flag_no08:before,.icon-flag_no09:before,.icon-flag_no10:before,.icon-flag_pr:before,.icon-hint:before,
.icon-home:before,.icon-image:before,.icon-image_mode:before,.icon-last:before,.icon-link:before,.icon-new:before,.icon-new_on:before,
.icon-next:before,.icon-pr:before,.icon-rank:before,.icon-res:before,.icon-search:before,.icon-tag:before,.icon-triangle:before,
.icon-warning:before,.search-options-select:after{
    font-family: icon;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-flag_no01:before {
    text-rendering: optimizeLegibility;
    content: '\e00d';
}

.topic-list-wrap ul.topic-list li a > .info .comment {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-top: 2px;
    padding-left: 10px;
    vertical-align: top;
    color: #b3b3b3;
}

.topic-list-wrap ul.topic-list li a > .info.new .comment {
    padding-left: 0px;
}

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

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

.topic-list-wrap ul.topic-list li a > .info.new .comment .icon-comment {
    padding-left: 0px;
}

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

.topic-list-wrap ul.topic-list li a > .info .comment .trend {
    font-size: 10px;
    margin-left: 8px;
    padding: 0 5px;
    color: #fff;
    border-radius: 2px;
    background: #ff8e9a;
}

.topic-list-wrap ul.topic-list li a.pc-link .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: 80px;
}

/*.topic-list-wrap ul.topic-list li a .info-sp .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
    padding-left: 70px;
} */

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

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

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

.topic-list-wrap .pager-wrap.pager-wrap-topic {
    padding: 20px 0;
}

.topic-wrap {
    padding: 6px 8px 0;
}

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

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

.topic-wrap .head-area-btns .btn-moderate span,
.topic-wrap .head-area-btns .btn-positive span {
    font-size: 12px;
}

.topic-wrap .head-area-btns .btn-moderate p,
.topic-wrap .head-area-btns .btn-positive p {
    display: inline-block;
}

.topic-wrap .head-area-btns .btn-moderate {
    font-size: 14px;
    position: relative;
    width: 74px;
}

.topic-wrap .head-area-btns .btn-moderate .icon-image_mode {
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 14px;
}

.topic-wrap .head-area-btns .btn-moderate p {
    position: absolute;
    top: 0;
    left: 30px;
}

.topic-wrap .head-area-btns .btn-positive {
    width: 120px;
    margin-left: 8px;
}

.topic-wrap .pager-area {
    padding: 28px 0 19px;
    text-align: center;
}

.topic-wrap .form-area {
    padding-top: 28px;
}

.topic-wrap .form-area.res-form-area {
    margin: 0 -28px;
    padding: 9px 28px;
    cursor: pointer;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
    background-color: #ffebec;
}

.topic-wrap .form-area.res-form-area.open-res-form {
    padding: 20px 28px;
    cursor: inherit;
}

.topic-wrap .form-area.res-form-area.open-res-form .button {
    display: none;
}

.topic-wrap .form-area.res-form-area.open-res-form .body {
    display: block;
}

.topic-wrap .form-area.res-form-area .body {
    display: none;
}

.topic-wrap .form-area.res-form-area .button {
    font-size: 13px;
    padding: 11px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
}

.topic-wrap .return-area .btn {
    line-height: 48px;
    width: 260px;
    height: 48px;
    margin: 20px auto;
}

.topic-wrap .topic-list-wrap h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.topic-wrap .topic-list-wrap h2.related {
    margin-top: 60px;
    color: #b8a3f8;
}

.topic-wrap .topic-list-wrap h2.rank {
    color: #ff8d99;
}

.topic-wrap .topic-list-wrap h2.new {
    color: #94cff1;
}

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

.modal-bk[show="on"] {
    display: flex;
}

.modal-bk[show="off"] {
    display: none;
}

.modal-bk .modal-wrap {
    position: absolute;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    width: 300px;
}

.modal-bk .modal-wrap.modal-url {
    width: 400px;
    margin-left: -200px;
}

.modal-bk .modal-wrap.modal-image {
    top: 50px;
    max-width: 700px;
    padding-top: 52px;
    width: 70%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-bk .modal-wrap.modal-image .quot {
    font-size: 12px;
    line-height: 24px;
}

.modal-bk .modal-wrap .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.modal-bk .modal-wrap .text {
    line-height: 22px;
}

.modal-bk .modal-wrap .desc {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 13px;
}

.modal-bk .modal-wrap .input-urls {
    margin-top: 13px;
}

.modal-bk .modal-wrap .input-urls input {
    font-size: 13px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 4px;
}

.modal-bk .modal-wrap .add-url {
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
    color: #39a9bf;
}

.modal-bk .modal-wrap .add-url:hover {
    opacity: 0.7;
}

.modal-bk .modal-wrap .add-url span.icon-plus {
    font-size: 9px;
    margin-right: 7px;
}

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

.modal-bk .modal-wrap .close:hover {
    opacity: 0.7;
}

.modal-bk .modal-wrap .close span {
    display: block;
    margin: 8px auto;
    text-align: center;
}

.modal-bk .modal-wrap .btn-positive {
    line-height: 48px;
    width: 100%;
    height: 48px;
    margin-top: 30px;
}

.modal-bk .modal-wrap .modal-btns {
    margin-top: 10px;
    display: flex;
}

.modal-bk .modal-wrap .modal-btns .btn {
    line-height: 40px;
    display: inline-block;
    width: 145px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.modal-bk .modal-wrap .modal-btns .btn:nth-child(1) {
    margin-right: 5px;
}

.entry-wrap h1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 15px;
    color: grey;
    border-bottom: 1px dashed #ff4d5b;
}

.entry-wrap .subtext {
    font-size: 13px;
    line-height: 22px;
    margin: 20px 0 30px;
    color: grey;
}

.entry-wrap .comment-item {
    padding-bottom: 20px;
    border-bottom: none;
}

.entry-wrap .step {
    margin: 21px 0 30px;
}

.entry-wrap .head-area {
    position: relative;
    min-height: 120px;
    border-bottom: 1px dashed #ccc;
}

.entry-wrap .head-area .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    -webkit-background-size: cover;
    background-size: cover;
}

.entry-wrap .head-area .topic-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 120px;
    color: grey;
}

.entry-wrap > a.btn-positive {
    width: 50%;
    margin: 0 auto;
}

.entry-wrap .comment-url .editing {
    position: relative;
}

.entry-wrap .comment-url .editing input {
    width: 100%;
}

.entry-wrap .comment-url .editing .arrows .l,
.entry-wrap .comment-url .editing .arrows .r {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background: #fff;
}

.entry-wrap .comment-url .editing .arrows .l:hover,
.entry-wrap .comment-url .editing .arrows .r:hover {
    cursor: pointer;
    opacity: 0.7;
}

.entry-wrap .comment-url .editing .arrows .l {
    margin-right: 12px;
}

.entry-wrap .comment-url .btn-positive {
    margin-top: 20px;
}

.entry-wrap .btns {
    margin-top: 20px;
    text-align: center;
}

.entry-wrap .btns .btn {
    display: inline-block;
}

.entry-wrap .btns .btn-default {
    width: 100px;
    margin-right: 20px;
}

.entry-wrap .btns .btn-positive {
    width: 260px;
}

.entry-wrap .warning-words {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin: 16px 0 0;
    padding: 8px 8px 8px 44px;
    color: #fd6f7c;
    border-radius: 6px;
    background: #faebec;
}

.entry-wrap .warning-words::before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 28px;
    height: 28px;
    content: "";
    background: url(https://static.gc-img.net/img/parts_pc/icon_ng.svg) center/contain no-repeat;
}

.entry-wrap .warning-words .list {
    margin-top: 8px;
    list-style-position: inside;
}

.wrap .main.responsive {
    display: none;
}

.tablet-header {
    display: none;
}

.menu-tablet {
    display: none;
    height: 100%;
    position: fixed;
    top: 73px;
    right: 0;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    max-width: 100% !important;
    height: 100%;
    background: rgba(157, 157, 158, 0.5);
}

.tablet-header img.toggler-icon {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 50px;
    height: auto;
    margin-top: 0;
    content: url(./../image/tablet_toggler_icon.png);
}

.tablet-header.active img.toggler-icon {
    width: 40px;
    content: url(./../image/tablet_close_icon.png);
}

.menu-tablet .content-menu {
    width: 768px;
    height: 100%;
    background-color: #FEFDFF;
    float: right;
    overflow-y: scroll;
}
.menu-tablet .content-menu .add-topic {
    padding: 30px 0;
}
.menu-tablet .content-menu .add-topic a {
    display: block;
    width: 360px;
    margin: auto;
    height: 50px;
    background: #E3A3FF;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.menu-tablet .menu-categories {
    padding: 20px 20px 100px;
}

.menu-tablet .menu-categories ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 10px;
}

.menu-tablet .menu-categories ul a {
    padding-bottom: 10px;
}

.menu-tablet ul a:nth-child(2n-1) {
    padding-right: 8px;
}

.menu-tablet ul a:nth-child(2n) {
    padding-left: 8px;
}

.menu-tablet .menu-categories ul p {
    line-height: 40px;
}

.menu-tablet .menu-categories ul li {
    display: flex;
}

.menu-tablet .menu-categories ul a {
    border-bottom: 1px #F7E1FF solid;
}

.menu-tablet .menu-categories ul {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 10px;
}

.menu-tablet .menu-categories ul li .img-category {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}

.menu-tablet .menu-categories ul li p {line-height: 40px;}

/* PC design */
@media (min-width: 1140px) {
    .topic-make, #topic_make {
        display: none !important;
    }

    nav.pc {
        display: block;
    }

    nav.sp, a.sp-link, .topic-list .rank-wrap,
    .topic-list .info-sp {
        display: none;
    }

    .topic-hot, .topic-footer {
        display: none;
    }
}

/* tablet design */
@media (min-width: 1024px) and (max-width: 1140px) {
    .tablet-header {
        display: block;
    }

    .topic-make, #topic_make {
        display: none !important;
    }

    nav .header-nav {
        width: 100%;
    }

    .wrap {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }

    nav .header-nav .catch {
        padding-left: 20px;
    }

    nav .header-nav form {
        margin-right: 20px !important;
    }

    nav.pc, a.pc-link {
        display: block;
    }

    nav.sp, a.sp-link, .topic-list .rank-wrap,
    .topic-list .info-sp {
        display: none;
    }

    .topic-hot, .topic-footer {
        display: none;
    }

    .wrap .main {
        display: block !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 20px;
    }

    .sub .btn-entry-topic {
        display: none;
    }

    .wrap .sub {
        width: 100%;
    }

    .sub .sub-topics {
        min-width: 45%;
    }

    .wrap {
        display: flex;
        flex-direction: column;
    }

    .sub .sub-trends ul {
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        flex-flow: row wrap;
    }

    .sub .sub-trends ul li {
        flex: 0 1 calc(20% - 8px);
    }

    .sub .sub-categories ul {
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        /* grid-gap: 1vw; */
    }

    .sub .sub-categories ul a {
        padding-right: 10px;
    }

    .menu-tablet.show {
        display: block;
    }

    .sub-list-topic .sub-side {
        display: flex;
        justify-content: space-between;
    }

    .wrap .sub .sub-part.sub-topics:first-child {
        margin-right: 10px;
    }

    .wrap .sub .sub-part.sub-topics:nth-child(2) {
        margin-left: 10px;
    }

    .wrap .sub .sub-part.sub-topics ul li a.link-detail-topic {
        display: flex;
    }

    .wrap .sub .sub-part.sub-topics ul li .info {
        width: 100%;
    }

    .list-category .wordList-items {
        width: 265px;
    }
}

.sub .sub-categories img {
    display: none;
}

.link-list {
    display: none;
}

.btn-wrap {
    display: none;
}

.no-data-search-sp {
    display: none;
}

/* smart phone design */
@media (max-width: 1023px) {
    .topic-make, #topic_make {
        display: block;
    }

    .sub .sub-categories img {
        display: block;
    }

    .wrap .sub .sub-part.sub-categories ul a {
        padding-bottom: 10px;
    }

    .sub .sub-categories .img-category {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 50% 10%;
        -webkit-background-size: cover;
        background-size: cover;
        margin-right: 10px;
    }

    .sub .sub-categories p {
        line-height: 40px;
    }

    .sub .sub-categories ul a li {
        display: flex;
    }

    .sub .sub-categories ul a {
        border-bottom: 1px #F7E1FF solid;
    }

    .sub .sub-categories ul {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-row-gap: 10px;
    }

    .sub-categories ul a:nth-child(2n-1) {
        padding-right: 8px;
    }

    .sub-categories ul a:nth-child(2n) {
        padding-left: 8px;
    }

    .wrap {
        display: flex;
        flex-direction: column;
    }

    .wrap .sub {
        width: 100%;
        margin-bottom: 40px;
    }

    .sub .sub-topics {
        display: none;
    }

    @font-face {
        font-family: icon;
        src: url(./fonts_sp/icon.eot?1616041873993);
        src: url(./fonts_sp/icon.eot#iefix?1616041873993) format('eot'),
        url(./fonts_sp/icon.woff?1616041873993) format('woff'),
        url(./fonts_sp/icon.ttf?1616041873993) format('truetype'),
        url(./fonts_sp/icon.svg#icon?1616041873993) format('svg')
    }
    .icon-arrow_right:before,.icon-back:before,.icon-beginner:before,.icon-bg_search:before,.icon-circle:before,.icon-close:before,
    .icon-comment:before,.icon-comment_fab:before,.icon-fav:before,.icon-fav_on:before,.icon-first:before,.icon-flag_info:before,
    .icon-flag_no01:before,.icon-flag_no02:before,.icon-flag_no03:before,.icon-flag_no04:before,.icon-flag_no05:before,.icon-flag_no06:before,
    .icon-flag_no07:before,.icon-flag_no08:before,.icon-flag_no09:before,.icon-flag_no10:before,.icon-flag_pr:before,.icon-hint:before,
    .icon-home:before,.icon-image:before,.icon-image_mode:before,.icon-last:before,.icon-link:before,.icon-new:before,.icon-new_on:before,
    .icon-next:before,.icon-pr:before,.icon-rank:before,.icon-res:before,.icon-search:before,.icon-tag:before,.icon-triangle:before,
    .icon-warning:before,.search-options-select:after{
        font-family: icon;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-decoration: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .icon-arrow_right:before{content: '\e001'}
    .icon-back:before, .search-options-select:after{content: '\e002'}
    .icon-beginner:before{content: '\e003'}
    .icon-bg_search:before{content: '\e004'}
    .icon-circle:before{content: '\e005'}
    .icon-close:before{content: '\e006'}
    .icon-comment:before{content: '\e007'}
    .icon-comment_fab:before{content: '\e008'}
    .icon-fav:before{content: '\e009'}
    .icon-fav_on:before{content: '\e00a'}
    .icon-first:before{content: '\e00b'}
    .icon-flag_info:before{content: '\e00c'}
    .icon-flag_no01:before{text-rendering: optimizeLegibility;content: '\e00d'}
    .icon-flag_no02:before{content: '\e00e'}
    .icon-flag_no03:before{content: '\e00f'}
    .icon-flag_no04:before{content: '\e010'}
    .icon-flag_no05:before{content: '\e011'}
    .icon-flag_no06:before{content: '\e012'}
    .icon-flag_no07:before{content: '\e013'}
    .icon-flag_no08:before{content: '\e014'}
    .icon-flag_no09:before{content: '\e015'}
    .icon-flag_no10:before{content: '\e016'}
    .icon-flag_pr:before{content: '\e017'}
    .icon-hint:before{content: '\e018'}
    .icon-home:before{content: '\e019'}
    .icon-image:before{content: '\e01a'}
    .icon-image_mode:before{content: '\e01b'}
    .icon-last:before{content: '\e01c'}
    .icon-link:before{content: '\e01d'}
    .icon-new:before{content: '\e01e'}
    .icon-new_on:before{content: '\e01f'}
    .icon-next:before{content: '\e020'}
    .icon-pr:before{content: '\e021'}
    .icon-rank:before{content: '\e022'}
    .icon-res:before{content: '\e023'}
    .icon-search:before{content: '\e024'}
    .icon-tag:before{content: '\e025'}
    .icon-triangle:before{content: '\e026'}
    .icon-warning:before{content: '\e027'}
    .icon-arrow_l:before{content: "\e002"}
    .icon-arrow_r:before{content: "\e020"}

    nav .header-nav, .wrap {
        width: 100%;
    }

    nav.sp,
    .topic-footer,
    .topic-list .rank-wrap,
    .topic-list .info-sp {
        display: block;
    }

    .topic-list-wrap ul.topic-list li a {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        min-height: 92px;
        padding: 16px 20px 16px 10px;
    }

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

    nav.pc, .pager {
        display: none;
    }

    .scroll-to-top {
        display: none !important;
        right: 5%;
        bottom: 100px;
    }

    a:hover {
        opacity: 1;
    }

    .wrap, nav .header-nav {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .wrap .main {
        display: block !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 20px;
    }

    .wrap .main.category-page {
        margin-bottom: 0px;
    }

    .topic-list-wrap .topic-footer, .topic-list-wrap .topic-list-header {
        position: relative;
        width: 100%;
        height: 51px;
    }

    .topic-list-content {
        padding: 0;
    }

    .topic-list-wrap ul.topic-list li {
        border-bottom: 1px solid #F7E1FF;
        padding-right: unset;
    }

    .wrap .main.column-1 {
        width: 100%;
    }

    .topic-list-wrap {
        border-top: 4px solid #FF7DB8;
        border-bottom: 4px solid #FF7DB8;
        background: #fff;
    }

    .topic-hot, a.sp-link {
        display: block;
    }

    .topic-list-wrap .topic-list-header {
        border-bottom: 1px solid #F7E1FF;
        margin-bottom: 1px;
        padding-bottom: unset;
    }

    .topic-list-wrap .topic-list-header.custom-header {
        line-height: 51px;
        padding-left: 10px;
    }

    .topic-list-wrap .topic-list-header > span,
    .topic-list-wrap .topic-footer > span {
        line-height: 50px;
    }

    span.prev.today-page,
    span.next.last-page {
        display: none;
    }

    .topic-list-header h2:not(.header-category),
    .topic-list-wrap .tab-wrap,
    .sub .btn-entry-topic,
    a.pc-link,
    .topic-list .title-pc,
    .topic-list .info,
    .topic-list-wrap .tab-search-header,
    .tab-search span.number,
    .topic-list-content .subtext {
        display: none !important;
    }

    .tab-search.tab-search-category {
        padding: 10px;
    }

    .list-topic-search.categories-topic {
        margin-top: 0px;
    }

    .sub .sub-topics {
        min-width: 45%;
    }

    .topic-list-wrap ul.topic-list li {
        margin-bottom: 1px;
    }

    .footer {
        /* position: fixed; */
        bottom: 0;
    }

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

    .sub .sub-top-keyword {
        display: block;
    }

    .sub .sub-top-keyword ul {
        padding-left: 15px;
    }

    .sub .sub-trends {
        display: none;
    }

    .sub .sub-top-keyword ul li {
        text-align: center;
        float: left;
        padding: 5px;
    }

    .sub .sub-top-keyword ul li a {
        font-size: 12px;
        border-radius: 4px;
        padding: 6px 6px;
        background: #E3A3FF;
        display: inline-block;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        align-content: center;
        white-space: nowrap;
        text-decoration: none;
        letter-spacing: 0;
        text-overflow: ellipsis;
        color: grey;
        -o-text-overflow: ellipsis;
    }

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

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

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

    .link-list .inner a {
        text-decoration: none;
        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: #999;
    }

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

    .btn-wrap {
        display: block;
    }

    .btn-wrap a {
        background: #E3A3FF;
        font-size: 13px;
        line-height: 36px;
        width: 190px;
        height: 36px;
        color: #fff;
        border-radius: 3px;
        font-weight: 600;
        text-align: center;
        margin: auto;
    }

    .btn-wrap {
        border-bottom: 4px solid #FF7DB8;
        padding-bottom: 20px;
    }

    .search-content .btn-wrap {
        display: none;
    }

    .wrap .service-intro {
        margin: -20px -20px 0;
    }

    .topic-list-wrap .tab-wrap .tab.tab-new {
        float: right;
    }

    .topic-list-wrap .tab-wrap .tab.on:before {
        left: 49% !important;
    }

    .tablet-sub {
        display: block;
    }

    .wordList-items {
        width: 200px;
    }

    .wordList-items:nth-child(4n) {
        margin-right: 24px;
    }

    .wordList-items:nth-child(3n) {
        margin-right: 0;
    }

    .topic-list-wrap.list-category {
        margin-bottom: 0;
    }

    .list-category .header-category {
        margin: 10px 0;
    }

    .list-category ul.breadcrumbs {
        padding: 0;
        margin-bottom: 0;
    }

    .list-category .wordList {
        margin-bottom: 20px;
        padding: 20px 0 0;
    }

    .list-category .wordList-items {
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 10px;
        margin: 0;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #f2f2f2;
    }

    .list-category .wordList-items::before {
        content: none;
    }

    .list-category .wordList-items .category-icon {
        display: inline-block;
    }

    .help-wrap .help-inner {
        display: block;
    }

    .help-wrap .help-main {
        width: 100%;
        margin-bottom: 32px;
    }

    .help-wrap .help-aside {
        width: 100%;
    }

    .breadcrumbs {
        /* padding: 15px; */
        padding: 0px 0px 15px 0px;
    }

    .no-data-search-sp {
        display: block;
    }

    .search-options li {
        max-width: calc(50% - 5px);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        list-style: none;
    }

    .tab-search-div.category-description {
        height: unset;
        padding-bottom: 5px;
    }

    .search-options .search-options-select {
        width: 100%;
    }

    .search-options-select::after {
        font-size: 10px;
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .search-options {
        margin-left: 10px;
    }

    .topic-list-wrap .topic-list-content .topic-list .number {
        margin-right: 2%;
    }

    .tab-search-div.category-heading {
        display: flex;
    }

    .tab-search-div.category-heading .category-icon {
        display: block;
    }

    .tab-search-div.category-heading .category-heading {
        /* line-height: 40px; */
        word-break: break-all;
    }
}
/* client contact */
.title-contact{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    height: 30px;
    border-bottom: 1px dashed #E3A3FF;
}
.title-contact p {
    height: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #C58ADE;
    flex: none;
}
.inquiries{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    gap: 20px;
    border-bottom: 1px solid #EFEFEF;
}
.inquiries-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    height: 21px;
}
.inquiries-title p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #8F8F8F;
}
.inquiries-questions{   
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #8F8F8F;
}
.form-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}
.title-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
    width: 160px;
    height: 35px;
}
.title-input p{
    height: 15px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.form-contact input{
    box-sizing: border-box;
    padding: 6px 10px;
    gap: 10px;
    width: 100%;
    height: 38px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}
.form-contact-area{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}
.form-contact-area textarea{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
    gap: 10px;
    width: 100%;
    height: 180px;
    min-height: 100px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}
.inquiries-inappropriate p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}
.form-contact .right-input{
    width: 75%;
}
.form-contact-area .right-input{
    width: 75%;
}
.btn-wraper-contact{
    text-align: center;
}
.btn-contact{
    background: #E3A3FF;
    border-radius: 4px;
    align-items: center;
    padding: 10px 0px;
    width: 360px;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
}
.inquiries-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 1140px) {
    .form-contact .right-input,
    .form-contact-area .right-input {
        width: 80%;
    }
}
.number-contact{
    width: 120px !important;
}
.cursor{
    cursor: pointer;
}
.err-contact {
    margin-top: 2px;
    font-size: 10px;
    color: red;
}
.err-input{
    border: red 1px solid !important;
}
.link-to-contact {
    text-align: center;
    padding: 20px;
}
.link-to-contact a{
    color: #61CBED;
}

.wp-content-contact {
    padding: 20px;
    font-family: 'Inter';
}

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

.wp-content-contact .wp-content-inquiries .content-inquiries-title p {
    color: #8F8F8F;
    font-weight: 700;
    font-size: 15px;
    margin: 20px 0;
}

.wp-content-contact .wp-content-inquiries div .inquiries-item {
    margin-bottom: 20px;
    font-size: 12px;
    display: flex;
}

.wp-content-contact .wp-content-inquiries div .inquiries-item p {
    margin: 10px 0;
}

.wp-content-contact .wp-content-inquiries div .inquiries-item p:first-child {
    width: 160px;
    line-height: 15px;
}

.wp-content-contact .wp-content-inquiries div .inquiries-item p:last-child {
    word-break: break-all;
    width: 80%;
}

@media screen and (max-width: 576px) {
    .wp-content-contact .wp-content-inquiries div .inquiries-item p:first-child {
        width: 120px;
        margin-right: 15px;
    }
    .wp-content-contact .wp-content-inquiries div .inquiries-item p:last-child {
        width: 90%;
    }
    .btn-wraper-contact button {
        width: 100%;
    }
}
.terms-of-service {
    padding: 16px 0px;
    border-bottom: 1px dashed #E3A3FF;
}

.terms-of-service p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #C58ADE;
}

.body-terms{
    padding: 20px 0px;
}

.body-terms .upper-body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #8F8F8F;
    margin-bottom: 20px;
}

.body-terms .middle-body {
    margin-bottom: 20px;
}

.body-terms .middle-body .content-item .title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #8F8F8F;
}

.body-terms .middle-body .content-item .body-content {
    margin-top: 15px;
}

.body-terms .middle-body .content-item .body-content ol{
    padding-left: 13px;
    font-family: 'Inter';
    font-size: 12px;
    line-height: 24px;
    color: #8F8F8F;
}

.body-terms .middle-body .content-item .body-content .term-title-content{
    font-family: 'Inter';
    font-size: 12px;
    line-height: 24px;
    color: #8F8F8F;
}

.wp-confirm-comment {
    border-top: 1px solid #ccc;
    padding: 30px !important;
}

.confirm-comment-title {
    font-weight: 700;
    font-size: 15px;
    color: #C58ADE;
    margin: 16px 0;
    border-bottom: 1px dashed #E3A3FF;
    height: 32px;
}

.wp-button-action .btn-return {
    width: 100px;
    height: 50px;
    color: #E3A3FF;
    border: 1px solid #E3A3FF;
    background: #fff;
    font-size: 15px;
    border-radius: 3px;
    margin-right: 20px;
    cursor: pointer;
}

.wp-button-action {
    text-align: center;
}

.wp-button-action .btn-create-comment {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    background: #E3A3FF;
    border: 1px solid #E3A3FF;
    border-radius: 3px;
    width: 350px;
    height: 50px;
    cursor: pointer;
}

.btn-return-topic {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    background: #E3A3FF;
    border: 1px solid #E3A3FF;
    border-radius: 3px;
    width: 350px;
    height: 50px;
    cursor: pointer;
}

.img-confirm {
    margin: 20px 0 30px 0;
}

.wp-confirm-comment .txt-return {
    line-height: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.none {
    display: none;
}

.block {
    display: unset !important;
}

@media screen and (max-width: 1140px) {
    .icon-ranking {
        width: 7%;
    }

    .icon-arrival {
        width: 6%;
    }
}

.mt-20 {
    margin-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.ol-report {
    font-size: 13px;
    letter-spacing: 1px;
}

.content-report {
    font-size: 12px;
}

.app-report {
    line-height: 1.5;
    margin-top: 20px;
    font-size: 14px;
    color: #8F8F8F;
}

.blod {
    font-weight: 700;
    font-size: 14px;
}
