@charset "utf-8"; .no-view{display:none;} .view-display-sp375{display:block;}:root, .whitemode { --main-color:#3a4a76;--base-color:#fff;--text-color:#2b2b2b;--sub1-color:#f48200;--sub2-color:#f43041;--mk-blue: #9eceff;--mk-yellow: #fff799;--mk-pink: #ffc1e0;--mk-green: #b2ffb2;--mk-puple: #ce9eff; }html {font-family: "Noto Sans JP","Allura","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size:62.5%;line-height: 1.7;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}.page-loader-area {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index: 100;}.page-loader {display: block;width: 25px;flex: 0 0 25px;height: 25px;background: url("//www.ruby-parade.com/wp-content/themes/dg-style/image/loading.gif") no-repeat;background-size: 100% auto;background-position: center;}@font-face {font-family: 'webicon';src:url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.eot?wwza6v');src:url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.eot?wwza6v#iefix') format('embedded-opentype'),url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.ttf?wwza6v') format('truetype'),url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.woff?wwza6v') format('woff'),url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.svg?wwza6v#icomoon') format('svg');font-weight: normal;font-style: normal;font-display: swap;}html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {margin: 0;padding: 0;color: inherit;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}h1, h2, h3, h4, h5, h6 {clear: both;}article, aside, dialog, figure, footer, header,hgroup, nav, section {display: block;}nav ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;}a {margin: 0;padding: 0;color: inherit;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}ins {background-color: #ff9;text-decoration: none;}mark {background-color: #ff9;font-style: italic;font-weight: bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom: 1px dotted #000;cursor: help;}table {border-collapse: collapse;border-spacing: 0;}hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}ul, ol {list-style: none;}input, select {vertical-align: middle;}select {-webkit-appearance: button;appearance: button;}button {padding: 0;-webkit-appearance: none;appearance: none;cursor: pointer;font-family: inherit;outline: none;}img,video {width: auto;max-width: 100%;height: auto;}iframe {width: auto;max-width: 100%;height: auto;max-height: 100%;}.dg-lazy {object-fit: contain;}body { font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }.playing-video {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}.play-video-item {display: block;position: relative;}.movie-loading {display: block;width: 0;height: 5px;position: absolute;top: 0;left: 0;background: #fff;transition: width 1.2s ease-out;z-index: 2;}.play-video-item:hover .movie-loading {width: 95%;}.playing ~ .movie-loading {display: none;}.DGLIGHTBOX {cursor: zoom-in;}.lightbox-area {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 11;}.outer-close {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;color: transparent;background: #000;border: none;opacity: 0.5;z-index: -1;}.lightbox-image {position: relative;max-height: 100%;overflow: auto;}.lightbox-image img {display: block;width: 100%;max-width: 100%;height: auto;max-height: 100%;object-fit: contain;}.inner-close {padding: 10px 20px;position: absolute;top: 0;right: 0;color: #fff;background: none;border: none;font-size: 16px;font-weight: bold;cursor: pointer;}#confirmation {width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.2);z-index: 100000;}#confirmation .confirm-inner {padding: 20px;width: 280px;min-height: 100px;position: absolute;top: 50%;left: 50%;background: #fff;border: 1px solid #ccc;border-radius: 5px;text-align: center;box-shadow: 0 5px 5px #aaa;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}#confirmation .confirm-text {margin: 0 0 30px;font-size: 16px;text-align: left;}#confirmation .confirm-text .caution {color: #ff4757;font-size: 14px;}#confirmation .confirm-btn {display: inline-block;width: 100px;color: #fff;border-radius: 5px;line-height: 40px;cursor: pointer;transition: 0.3s ease;}#confirmation .confirm-btn:focus {outline: none;}#confirmation .confirm-btn.submit-btn {margin: 0 15px 0 0;background: #1e90ff;border: 1px solid #1e90ff;}#confirmation .confirm-btn.submit-btn:hover {color: #1e90ff;background: #fff;}#confirmation .confirm-btn.cancel-btn {background: #ff4757;border: 1px solid #ff4757;}#confirmation .confirm-btn.cancel-btn:hover {color: #ff4757;background: #fff;}.dg-slider {margin: 0;}.dg-slider .slide-inner {position: relative;}.dg-slider .slide-box {width: 100%;position: relative;overflow: hidden;}.dg-slider .slide-box *:not(input) {-webkit-user-drag: none;-khtml-user-drag: none;-webkit-user-select: none;-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;user-select: none;}.dg-slider .slide-box .slide-list {display: flex;align-items: flex-start;position: relative;top: 0;left: 0;}.dg-slider .slide-box .slide-item {margin: 0;padding: 0;position: relative;}.dg-slider .slide-box .slide-item img {display: block;width: 100%;max-width: 100%;height: auto;}.dg-slider .arrow-box .arrow {margin: 0;padding: 0;position: absolute;top: 50%;background: none;border: none;font-size: 30px;-webkit-transform: translateY(-50%);transform: translateY(-50%);cursor: pointer;}.dg-slider .arrow-box .arrow:focus {outline: none;}.dg-slider .arrow-box .arrow:before {display: block;font-family: "webicon";}.dg-slider .arrow-box .arrow.next {left: auto;right: 10px;}.dg-slider .arrow-box .arrow.next:before {content: "\e323";}.dg-slider .arrow-box .arrow.prev {left: 10px;right: auto;}.dg-slider .arrow-box .arrow.prev:before {content: "\e325";}.dg-slider .dot-box {margin: 0;padding: 10px 0;display: flex;align-items: center;justify-content: center;}.dg-slider .dot-box .dot {margin: 0 10px 0 0;padding: 0;flex: 0 0 10px;width: 10px;height: 10px;background-color: #ccc;border: none;border-radius: 10px;cursor: pointer;}.dg-slider .dot-box .dot.active {background-color: #000;}.dg-slider .dot-box .dot:focus {outline: none;}.dg-slider .dot-box .dot:last-child {margin: 0;}.dg-slider .dot-box.thumbnail-dot .dot {flex: 0 0 50px;width: 50px;height: 30px;border-radius: 0;}.dg-slider .dot-box.thumbnail-dot .dot.active {border: 2px solid #000;}.dg-slider .dot-box.thumbnail-dot img {display: block;width: 100%;height: 100%;object-fit: cover;}.dg-fade-slider .slide-box .slide-list {display: block;}.dg-fade-slider .slide-box .slide-item {position: absolute;top: 0;left: 0;opacity: 0;z-index: -1;}.dg-fade-slider .slide-box .slide-item.active {position: relative;opacity: 1;z-index: 0;}.post-content-part .wp-block-dg-style-sns {margin: 2em 0;display: flex;justify-content: center;flex-wrap: wrap;gap: 10px;}.post-content-part .wp-block-dg-style-sns .sns-btn {display: block;width: 50px;flex: 0 0 50px;height: 50px;text-decoration: none;}.post-content-part .wp-block-dg-style-sns .sns-btn:after {content: none !important;}.post-content-part .wp-block-dg-style-sns .sns-btn:before {display: block;width: 100%;height: 100%;font-size: 48px;text-align: center;line-height: 50px;font-family: "webicon";}.post-content-part .wp-block-dg-style-sns .sns-btn.twitter:before {content: "\e407";color: #1DA1F2;}.post-content-part .wp-block-dg-style-sns .sns-btn.facebook:before {content: "\e402";color: #3B5998;}.post-content-part .wp-block-dg-style-sns .sns-btn.youtube:before {content: "\e414";color: #da1725;}.post-content-part .wp-block-dg-style-sns .sns-btn.instagram:before {content: "\e403";background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);background-clip: text;-webkit-background-clip: text;color: transparent;}.post-content-part .wp-block-dg-style-sns .sns-btn.line:before {content: "\e492";color: #00c300;}.post-content-part .wp-block-dg-style-sns .sns-btn.pocket:before {content: "\e499";color: #ef4155;}.post-content-part .wp-block-dg-style-sns .sns-btn.tumblr:before {content: "\e443";color: #011835;}.post-content-part .wp-block-dg-style-sns .sns-btn.hatebu:before {content: "\e498";color: #00a4de;}.post-content-part .wp-block-dg-style-sns .sns-btn.telegram:before {content: "\e406";color: #2ba5e3;}.post-content-part .wp-block-dg-style-sns .sns-btn.twitch:before {content: "\e416";color: #6441a5;}.post-content-part .wp-block-dg-style-sns .sns-btn.steam:before {content: "\e429";color: #2eaeef;}.post-content-part .wp-block-dg-style-sns .sns-btn.github:before {content: "\e433";color: #171515;}.post-content-part .wp-block-dg-style-sns .sns-btn.blogger:before {content: "\e440";color: #f59441;}.post-content-part .wp-block-dg-style-sns .sns-btn.pinterest:before {content: "\e466";color: #BD081C;}.post-content-part .wp-block-dg-style-sns .sns-btn.free {display: flex !important;flex-direction: column;height: auto;}.post-content-part .wp-block-dg-style-sns .sns-btn.free .sns-image {display: block;width: 100%;height: 50px;object-fit: contain;}.post-content-part .wp-block-dg-style-sns .sns-btn.free .sns-name {display: block;font-size: 12px;text-align: center;}.post-content-part .wp-block-adsense {margin: 2em 0;min-height: 10px;text-align: center;}.post-content-part .wp-block-adsense ins {background: none;}.post-content-part .mark-blue,.post-content-part .mark-yellow,.post-content-part .mark-pink,.post-content-part .mark-green,.post-content-part .mark-orange,.post-content-part .mark-puple,.post-content-part .stripe-blue,.post-content-part .stripe-yellow,.post-content-part .stripe-pink,.post-content-part .stripe-green,.post-content-part .stripe-orange,.post-content-part .stripe-puple,.post-content-part .under-blue,.post-content-part .under-yellow,.post-content-part .under-pink,.post-content-part .under-green,.post-content-part .under-orange,.post-content-part .under-puple,.post-content-part .under-stripe-blue,.post-content-part .under-stripe-yellow,.post-content-part .under-stripe-pink,.post-content-part .under-stripe-green,.post-content-part .under-stripe-orange,.post-content-part .under-stripe-puple {padding: 0 2px;color: inherit;font-style: normal;font-weight: bold;}.post-content-part .mark-blue {background: var(--mk-blue);}.post-content-part .mark-yellow {background: var(--mk-yellow);}.post-content-part .mark-pink {background: var(--mk-pink);}.post-content-part .mark-green {background: var(--mk-green);}.post-content-part .mark-puple {background: var(--mk-puple);}.post-content-part .stripe-blue {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-blue) 2px, var(--mk-blue) 4px) no-repeat;}.post-content-part .stripe-yellow {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-yellow) 2px, var(--mk-yellow) 4px) no-repeat;}.post-content-part .stripe-pink {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-pink) 2px, var(--mk-pink) 4px) no-repeat;}.post-content-part .stripe-green {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-green) 2px, var(--mk-green) 4px) no-repeat;}.post-content-part .stripe-puple {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-puple) 2px, var(--mk-puple) 4px) no-repeat;}.post-content-part .under-blue {background: repeating-linear-gradient(0, var(--mk-blue) 0%, var(--mk-blue) 100%) no-repeat 0 0.9em;}.post-content-part .under-yellow {background: repeating-linear-gradient(0, var(--mk-yellow) 0%, var(--mk-yellow) 100%) no-repeat 0 0.9em;}.post-content-part .under-pink {background: repeating-linear-gradient(0, var(--mk-pink) 0%, var(--mk-pink) 100%) no-repeat 0 0.9em;}.post-content-part .under-green {background: repeating-linear-gradient(0, var(--mk-green) 0%, var(--mk-green) 100%) no-repeat 0 0.9em;}.post-content-part .under-puple {background: repeating-linear-gradient(0, var(--mk-puple) 0%, var(--mk-puple) 100%) no-repeat 0 0.9em;}.post-content-part .under-stripe-blue {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-blue) 2px, var(--mk-blue) 4px) no-repeat 0 0.9em;}.post-content-part .under-stripe-yellow {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-yellow) 2px, var(--mk-yellow) 4px) no-repeat 0 0.9em;}.post-content-part .under-stripe-pink {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-pink) 2px, var(--mk-pink) 4px) no-repeat 0 0.9em;}.post-content-part .under-stripe-green {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-green) 2px, var(--mk-green) 4px) no-repeat 0 0.9em;}.post-content-part .under-stripe-puple {background: repeating-linear-gradient(-45deg, #fff, #fff 2px, var(--mk-puple) 2px, var(--mk-puple) 4px) no-repeat 0 0.9em;}.post-content-part .wp-block-dg-style-step {margin: 0 0 3em;}.post-content-part .wp-block-dg-style-step .step-dot {border-color: #eee;}.post-content-part .wp-block-dg-style-step .step-dot:before, .post-content-part .wp-block-dg-style-step .step-dot:after {content: "";display: block;position: absolute;}.post-content-part .wp-block-dg-style-step .step-dot:before {width: 25px;height: 25px;top: 0;left: 0;background: inherit;border: 5px solid rgba(255, 255, 255, 0.5);border-radius: 20px;z-index: 1;}.post-content-part .wp-block-dg-style-step .step-dot:after {width: 0;height: calc(100% - 27px);top: 27px;left: 11px;border-right: 3px solid;border-color: inherit;}.post-content-part .wp-block-dg-style-step .step-icon {margin: 0 0 5px;padding: 3px 10px;display: inline-block;color: #fff;border-radius: 40px;font-size: 12px;}.post-content-part .wp-block-dg-style-step .step-text {padding: 0 5px 0 0;word-break: keep-all;}.post-content-part .wp-block-dg-style-step .step-title {font-size: 16px;font-weight: bold;}.post-content-part .wp-block-dg-style-step .step-content {margin: 10px 0 0;font-size: 14px;}.post-content-part .wp-block-dg-style-step .step-content > *:last-child {margin-bottom: 0 !important;}.post-content-part .wp-block-dg-style-step.bdw-1 .step-dot:after {left: 12px;border-right-width: 1px;}.post-content-part .wp-block-dg-style-step.bdw-2 .step-dot:after {border-right-width: 2px;}.post-content-part .wp-block-dg-style-step.bdw-3 .step-dot:after {border-right-width: 3px;}.post-content-part .wp-block-dg-style-step.bdw-4 .step-dot:after {left: 10px;border-right-width: 4px;}.post-content-part .wp-block-dg-style-step.bdw-5 .step-dot:after {left: 10px;border-right-width: 5px;}.post-content-part .wp-block-dg-style-step.bd-dashed .step-dot:after {border-right-style: dashed;}.post-content-part .wp-block-dg-style-step.bd-dotted .step-dot:after {border-right-style: dotted;}.post-content-part .wp-block-dg-style-step.square .step-dot:before {border-radius: 0;}.post-content-part .wp-block-dg-style-step.diamond .step-dot:before {border-radius: 0;transform: rotate(45deg);}.post-content-part .wp-block-dg-style-step.diamond .step-dot:after {height: calc(100% - 32px);top: 32px;}.post-content-part .wp-block-dg-style-step.diamond .wp-block-dg-style-step-item {margin: 8px 0 0;}.post-content-part .wp-block-dg-style-step.diamond .wp-block-dg-style-step-item:first-child {margin: 0;}.post-content-part .wp-block-dg-style-step.is-style-design1.square .step-icon {border-radius: 0;}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .step-icon {flex-direction: row;flex-wrap: wrap;border-radius: 0;transform: rotate(45deg);}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .step-icon .step-text {transform-origin: 59% 18px;}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .step-icon .step-number {transform-origin: 38% -3px;}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .step-icon .step-number,.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .step-icon .step-text {width: 100%;transform: rotate(-45deg);}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .step-dot:after {height: calc(100% - 62px);top: 62px;}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .wp-block-dg-style-step-item {margin: 14px 0 0;padding: 12px 0 50px 70px;min-height: 100px;}.post-content-part .wp-block-dg-style-step.is-style-design1.diamond .wp-block-dg-style-step-item:first-child {margin: 0;}.post-content-part .wp-block-dg-style-step.is-style-design1.bdw-1 .step-dot:after {left: 24px;border-right-width: 1px;}.post-content-part .wp-block-dg-style-step.is-style-design1.bdw-4 .step-dot:after, .post-content-part .wp-block-dg-style-step.is-style-design1.bdw-5 .step-dot:after {left: 22px;}.post-content-part .wp-block-dg-style-step.is-style-design1 .wp-block-dg-style-step-item {padding: 12px 0 30px 70px;}.post-content-part .wp-block-dg-style-step.is-style-design1 .step-dot:before {content: none;}.post-content-part .wp-block-dg-style-step.is-style-design1 .step-dot:after {height: calc(100% - 52px);top: 52px;left: 23px;}.post-content-part .wp-block-dg-style-step.is-style-design1 .step-icon {margin: 0;padding: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 50px;height: 50px;position: absolute;top: 0;left: 0;border-radius: 40px;line-height: 1;text-align: center;z-index: 1;}.post-content-part .wp-block-dg-style-step.is-style-design1 .step-text {padding: 0 0 4px;}.post-content-part .wp-block-dg-style-step.is-style-design1 .step-number {font-size: 16px;font-weight: bold;}.post-content-part .wp-block-dg-style-step.is-style-design2 {padding: 0 0 0 80px;}.post-content-part .wp-block-dg-style-step.is-style-design2 .step-icon {position: absolute;top: 0;right: calc(100% + 10px);}.post-content-part .wp-block-dg-style-step.is-style-design3 .wp-block-dg-style-step-item {margin: 30px 0 0;padding: 20px;border: 1px solid var(--main-color);}.post-content-part .wp-block-dg-style-step.is-style-design3 .wp-block-dg-style-step-item:first-child {margin: 0;}.post-content-part .wp-block-dg-style-step.is-style-design3 .wp-block-dg-style-step-item:first-child .step-dot:after {content: none;}.post-content-part .wp-block-dg-style-step.is-style-design3 .step-dot:before {content: none;}.post-content-part .wp-block-dg-style-step.is-style-design3 .step-dot:after {content: "\e496";display: block;width: 100%;height: auto;top: auto;bottom: 100%;left: 0;background: none;border: none;font-size: 20px;line-height: 30px;text-align: center;font-family: "webicon";}.post-content-part .wp-block-dg-style-step.is-style-design3 .step-icon {margin: 0 0 10px;padding: 0;width: 100%;font-size: 16px;text-align: center;}.post-content-part .wp-block-dg-style-step.is-style-design3 .step-title {font-size: 18px;text-align: center;}.post-content-part .wp-block-dg-style-step-item {margin: 3px 0 0;padding: 0 0 20px 40px;min-height: 80px;position: relative;}.post-content-part .wp-block-dg-style-step-item:first-child {margin: 0;}.post-content-part .wp-block-dg-style-post-list {margin: 2em 0 2.5em;}.post-content-part .wp-block-dg-style-post-list .part-title {margin: 0 0 1em;padding: 0 65px;position: relative;font-size: 18px;text-align: center;}.post-content-part .wp-block-dg-style-post-list .part-title:before {content: "";display: block;width: 100%;height: 2px;position: absolute;top: calc(50% - 1px);left: 0;background: var(--main-color);}.post-content-part .wp-block-dg-style-post-list .part-title .text {padding: 0 1em;position: relative;background: var(--base-color);z-index: 1;}.post-content-part .wp-block-dg-style-post-list.column .post-item {margin: 20px 0 0;display: block;}.post-content-part .wp-block-dg-style-post-list.column .post-item.first-item {margin: 0;}.post-content-part .wp-block-dg-style-post-list.column .thumb-image {margin: 0 0 15px;width: 100%;height: 150px;}.post-content-part .wp-block-dg-style-post-list .post-item {margin: 20px 0 0;padding: 10px;display: flex;align-items: center;position: relative;border: 1px solid var(--main-color);}.post-content-part .wp-block-dg-style-post-list .post-item.first-item {margin: 0;}.post-content-part .wp-block-dg-style-post-list .more-link {display: block;width: 100%;height: 100%;position: absolute !important;top: 0;left: 0;z-index: 1;}.post-content-part .wp-block-dg-style-post-list .term-item:before,.post-content-part .wp-block-dg-style-post-list .author:before,.post-content-part .wp-block-dg-style-post-list .page-date:before {margin: 0 3px 0 0;display: inline-block;font-size: 10px;font-family: "webicon";}.post-content-part .wp-block-dg-style-post-list .thumb-image {margin: 0 15px 0 0;width: 80px;flex: 0 0 80px;height: 80px;}.post-content-part .wp-block-dg-style-post-list .thumb-img {width: 100%;height: 100%;object-fit: cover;}.post-content-part .wp-block-dg-style-post-list .inner {width: 100%;flex: 0 1 100%;}.post-content-part .wp-block-dg-style-post-list .page-title {margin: 0 !important;font-size: 14px;line-height: 1.5;word-break: break-all;}.post-content-part .wp-block-dg-style-post-list .page-content {display: none;word-break: break-all;}.post-content-part .wp-block-dg-style-post-list .taxonomy-list {margin: 5px 0 0 !important;padding: 0 !important;background: none !important;border-radius: 0 !important;list-style: none;line-height: 1.3;}.post-content-part .wp-block-dg-style-post-list .term-item {margin: 0 5px 5px 0 !important;display: inline-block;font-size: 12px;}.post-content-part .wp-block-dg-style-post-list .term-item:before {content: "\e211";}.post-content-part .wp-block-dg-style-post-list .term-link {position: relative;color: var(--sub1-color);text-decoration: none;z-index: 2;}.post-content-part .wp-block-dg-style-post-list .meta {margin: 5px 0 0;display: flex;justify-content: space-between;color: #999;font-size: 12px;}.post-content-part .wp-block-dg-style-post-list .page-date:before {content: "\e079";}.post-content-part .wp-block-dg-style-post-list .author:last-child,.post-content-part .wp-block-dg-style-post-list .page-date:last-child {margin: 0 0 0 auto;}.post-content-part .wp-block-dg-style-post-list .author:before {content: "\e114";}.post-content-part .wp-block-dg-style-post-list.is-style-design1 {padding: 10px 0 0;}.post-content-part .wp-block-dg-style-post-list.is-style-design1 .part-title {margin: 0 0 -15px;padding: 0 20px;line-height: 30px;text-align: left;z-index: 2;}.post-content-part .wp-block-dg-style-post-list.is-style-design1 .part-title:before {content: none;}.post-content-part .wp-block-dg-style-post-list.is-style-design1 .post-list {padding: 20px;background: var(--base-color);border: 1px solid var(--main-color);}.post-content-part .wp-block-dg-style-post-list.is-style-design1 .post-item {padding: 0;border: none;}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .part-title {position: relative;padding: 20px 30px;border-bottom: 3px solid var(--main-color);text-align: left;}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .part-title:before, .post-content-part .wp-block-dg-style-post-list.is-style-design2 .part-title:after {content: "";width: 0;height: 0;position: absolute;top: auto;left: 1em;background: none;border-width: 14px 12px 0 12px;border-style: solid;border-color: transparent;}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .part-title:before {bottom: -14px;border-top-color: var(--main-color);}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .part-title:after {bottom: -10px;border-top-color: var(--base-color);}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .part-title .text {padding: 0;background: none;}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .post-list {padding: 20px;background: none;border: 3px solid var(--main-color);}.post-content-part .wp-block-dg-style-post-list.is-style-design2 .post-item {padding: 0;border: none;}.post-content-part .wp-block-dg-style-contact {font-size: 16px;}.post-content-part .wp-block-dg-style-contact .contact-area {padding: 15px;}.post-content-part .wp-block-dg-style-contact .contact-label {margin: 0 0 15px;display: inline-block;width: auto;}.post-content-part .wp-block-dg-style-contact .contact-input,.post-content-part .wp-block-dg-style-contact .contact-textarea,.post-content-part .wp-block-dg-style-contact .contact-select {padding: 5px 10px;width: 100%;font-size: 16px;}.post-content-part .wp-block-dg-style-contact .contact-input.error,.post-content-part .wp-block-dg-style-contact .contact-textarea.error,.post-content-part .wp-block-dg-style-contact .contact-select.error {border: 1px solid #d92b2b;}.post-content-part .wp-block-dg-style-contact .contact-select {padding: 10px;}.post-content-part .wp-block-dg-style-contact .contact-check,.post-content-part .wp-block-dg-style-contact .contact-radio {margin: 0 10px 10px 0;display: inline-block;width: auto;flex: 0 0 auto;}.post-content-part .wp-block-dg-style-contact .contact-check input,.post-content-part .wp-block-dg-style-contact .contact-radio input {display: none;}.post-content-part .wp-block-dg-style-contact .contact-check input:checked ~ .label-text:before,.post-content-part .wp-block-dg-style-contact .contact-radio input:checked ~ .label-text:before {content: "\e273";color: #fff;background: var(--main-color);font-family: "webicon";}.post-content-part .wp-block-dg-style-contact .contact-check .label-text,.post-content-part .wp-block-dg-style-contact .contact-radio .label-text {display: flex;align-items: center;position: relative;cursor: pointer;}.post-content-part .wp-block-dg-style-contact .contact-check .label-text:before,.post-content-part .wp-block-dg-style-contact .contact-radio .label-text:before {content: "";margin: 0 5px 0 0;width: 26px;flex: 0 0 26px;height: 26px;background: #ededed;line-height: 26px;text-align: center;}.post-content-part .wp-block-dg-style-contact .contact-radio input:checked ~ .label-text:before {content: "";width: 26px;height: 26px;border: 7px double #fff;background: var(--main-color);line-height: 26px;}.post-content-part .wp-block-dg-style-contact .contact-radio .label-text:before {border-radius: 26px;}.post-content-part .wp-block-dg-style-contact .contact-radio-label {margin: 0 15px 0 0;display: inline-block;}.post-content-part .wp-block-dg-style-contact .contact-submit,.post-content-part .wp-block-dg-style-contact .contact-reset {margin: 0 10px;padding: 5px 20px;display: inline-block;color: #fff;background: #2094e5;border: 1px solid #2094e5;border: none;font-size: 16px;cursor: pointer;}.post-content-part .wp-block-dg-style-contact .contact-reset {background: #d92b2b;border: 1px solid #d92b2b;}.post-content-part .wp-block-dg-style-index {margin: 2em 0;padding: 25px;background: #eee;border: 1px solid var(--text-color);}.post-content-part .wp-block-dg-style-index .toggle-btn {padding: 0;display: inline-block;position: relative;color: inherit;background: none;border: none;font-size: inherit;}.post-content-part .wp-block-dg-style-index .l1 {counter-increment: l1;counter-reset: l2 l3 l4 l5 l6;}.post-content-part .wp-block-dg-style-index .l2 {counter-increment: l2;counter-reset: l3 l4 l5 l6;}.post-content-part .wp-block-dg-style-index .l3 {counter-increment: l3;counter-reset: l4 l5 l6;}.post-content-part .wp-block-dg-style-index .l4 {counter-increment: l4;counter-reset: l5 l6;}.post-content-part .wp-block-dg-style-index .l5 {counter-increment: l5;counter-reset: l6;}.post-content-part .wp-block-dg-style-index .l6 {counter-increment: l6;counter-reset: l6;}.post-content-part .wp-block-dg-style-index.toggle .toggle-btn {cursor: pointer;}.post-content-part .wp-block-dg-style-index.toggle .toggle-btn:after {content: "[hide]";margin: 0 0 0 10px;display: inline-block;font-size: 10px;word-break: keep-all;vertical-align: 2px;}.post-content-part .wp-block-dg-style-index.toggle .toggle-btn.open:after {content: "[show]";}.post-content-part .wp-block-dg-style-index.toggle.t1 .post-index-list {display: block;}.post-content-part .wp-block-dg-style-index.toggle.t1.open .post-index-list {display: none;}.post-content-part .wp-block-dg-style-index.toggle.t2 .post-index-list .l2 {display: block;}.post-content-part .wp-block-dg-style-index.toggle.t2.open .post-index-list .l2 {display: none;}.post-content-part .wp-block-dg-style-index.toggle.t3 .post-index-list .l3 {display: block;}.post-content-part .wp-block-dg-style-index.toggle.t3.open .post-index-list .l3 {display: none;}.post-content-part .wp-block-dg-style-index.toggle.t4 .post-index-list .l4 {display: block;}.post-content-part .wp-block-dg-style-index.toggle.t4.open .post-index-list .l4 {display: none;}.post-content-part .wp-block-dg-style-index.toggle.t5 .post-index-list .l5 {display: block;}.post-content-part .wp-block-dg-style-index.toggle.t5.open .post-index-list .l5 {display: none;}.post-content-part .wp-block-dg-style-index.toggle.t6 .post-index-list .l6 {display: block;}.post-content-part .wp-block-dg-style-index.toggle.t6.open .post-index-list .l6 {display: none;}.post-content-part .wp-block-dg-style-index .part-title {margin: 0 0 20px;font-size: 18px;text-align: center;}.post-content-part .wp-block-dg-style-index .toggle-btn:before {content: "\e186";margin: 0 10px 0 0;padding: 5px;display: inline-block;color: #fff;background: var(--text-color);border-radius: 3px;font-size: 14px;line-height: 1;font-family: "webicon";}.post-content-part .wp-block-dg-style-index .index-item {margin: 0 0 5px;position: relative;}.post-content-part .wp-block-dg-style-index .index-item:last-child {margin: 0;}.post-content-part .wp-block-dg-style-index .index-item:before {content: "\e495";position: absolute;top: 7px;left: 0;color: var(--main-color);font-size: 10px;font-family: "webicon";}.post-content-part .wp-block-dg-style-index .index-item .index-item {padding: 0 0 5px 10px;}.post-content-part .wp-block-dg-style-index .l1 {margin: 0 0 10px;padding: 0 0 5px 10px;}.post-content-part .wp-block-dg-style-index .l1:last-child {margin: 0;}.post-content-part .wp-block-dg-style-index .l1 > .index-link:before {content: counter(l1);}.post-content-part .wp-block-dg-style-index .index-item.l2 {padding: 0 0 5px 20px;}.post-content-part .wp-block-dg-style-index .index-item.l2:before {content: "\e495\e495";left: 0;letter-spacing: -2px;}.post-content-part .wp-block-dg-style-index .index-item.l2 > .index-link:before {content: counter(l1) "." counter(l2);}.post-content-part .wp-block-dg-style-index .l3 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3);}.post-content-part .wp-block-dg-style-index .l4 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3) "." counter(l4);}.post-content-part .wp-block-dg-style-index .l5 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3) "." counter(l4) "." counter(l5);}.post-content-part .wp-block-dg-style-index .l6 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3) "." counter(l4) "." counter(l5) "." counter(l6);}.post-content-part .wp-block-dg-style-index .index-link {margin: 0 0 5px;padding: 0 5px;display: inline-block;color: var(--text-color) !important;text-decoration: none;}.post-content-part .wp-block-dg-style-index .index-link:before {margin: 0 10px 0 0;display: inline-block;color: var(--main-color);font-weight: bold;}.post-content-part .wp-block-dg-style-index .index-link:last-child {margin: 0;}.post-content-part .wp-block-dg-style-index.is-style-design1 {padding: 0;background: none;border: none;}.post-content-part .wp-block-dg-style-index.is-style-design1 .part-title {margin: 0 0 20px;padding: 5px 15px;display: inline-block;color: #fff;background: var(--main-color);border-radius: 10px;font-size: 16px;font-weight: normal;text-align: center;}.post-content-part .wp-block-dg-style-index.is-style-design1 .toggle-btn:before {content: "\e187";margin: 0 5px 0 0;padding: 0;background: none;}.post-content-part .wp-block-dg-style-index.is-style-design1 .post-index-list {padding: 15px;border: 1px solid var(--sub1-color);border-radius: 10px;}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-item {margin: 0 0 5px;padding: 0 0 5px;}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-item:last-child {margin: 0;}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-item:before {content: none;}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-item .index-item {padding: 0 0 5px 20px;}.post-content-part .wp-block-dg-style-index.is-style-design1 .l1 {margin: 0 0 10px;}.post-content-part .wp-block-dg-style-index.is-style-design1 .l1:last-child {margin: 0;}.post-content-part .wp-block-dg-style-index.is-style-design1 .l1 > .index-link {border-bottom: 2px solid var(--main-color);}.post-content-part .wp-block-dg-style-index.is-style-design1 .l1 > .index-link:before {content: counter(l1);}.post-content-part .wp-block-dg-style-index.is-style-design1 .l2 > .index-link:before {content: counter(l1) "." counter(l2);}.post-content-part .wp-block-dg-style-index.is-style-design1 .l3 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3);}.post-content-part .wp-block-dg-style-index.is-style-design1 .l4 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3) "." counter(l4);}.post-content-part .wp-block-dg-style-index.is-style-design1 .l5 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3) "." counter(l4) "." counter(l5);}.post-content-part .wp-block-dg-style-index.is-style-design1 .l6 > .index-link:before {content: counter(l1) "." counter(l2) "." counter(l3) "." counter(l4) "." counter(l5) "." counter(l6);}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-link {margin: 0 0 5px;padding: 0 5px;display: block;color: var(--text-color) !important;border-bottom: 1px dotted var(--main-color);text-decoration: none;}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-link:before {display: inline-block;margin: 0 10px 0 0;color: var(--main-color);font-weight: bold;}.post-content-part .wp-block-dg-style-index.is-style-design1 .index-link:last-child {margin: 0;}.post-content-part .wp-block-dg-style-index.is-style-design2 {padding: 0;background: none;border: none;}.post-content-part .wp-block-dg-style-index.is-style-design2 .part-title {margin: 0;padding: 5px 0 15px;font-size: 22px;font-weight: normal;text-align: center;}.post-content-part .wp-block-dg-style-index.is-style-design2 .toggle-btn:before {content: none;}.post-content-part .wp-block-dg-style-index.is-style-design2 .post-index-list {padding: 15px;border: 2px solid var(--text-color);font-size: 16px;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item {padding: 0 0 0 20px;margin: 0 0 5px;position: relative;transition: 0.3s ease;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item.l1 {margin: 0 0 15px;padding: 0 0 0 30px;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item.l1:before {content: counter(l1);top: 5px;color: #fff;background: var(--main-color);border-radius: 20px;font-size: 12px;line-height: 20px;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item.l2 {margin: 0 0 8px;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item:before {content: "-";display: block;width: 20px;position: absolute;top: 0;left: 0;color: var(--text-color);text-align: center;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item .index-item {font-size: 14px;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-item .index-link:before {content: none;}.post-content-part .wp-block-dg-style-index.is-style-design2 .index-link {color: var(--text-color) !important;text-decoration: none;}.post-content-part .bo-no {border-style: hidden;}.post-content-part .bo-so {border-style: solid;}.post-content-part .bo-dou {border-style: double;}.post-content-part .bo-da {border-style: dashed;}.post-content-part .bo-dot {border-style: dotted;}.post-content-part .bow1 {border-width: 1px;}.post-content-part .bow2 {border-width: 2px;}.post-content-part .bow3 {border-width: 3px;}.post-content-part .bow4 {border-width: 4px;}.post-content-part .bow5 {border-width: 5px;}.post-content-part .wp-block-dg-style-service {margin: 3em 0 2em;display: block;position: relative;}.post-content-part .wp-block-dg-style-service * {color: inherit;}.post-content-part .wp-block-dg-style-service.circle .service-part {padding: 20px;}.post-content-part .wp-block-dg-style-service.circle .service-image-area {margin: 0 auto 20px;width: 200px;height: 200px;border-radius: 300px;overflow: hidden;}.post-content-part .wp-block-dg-style-service.circle .service-content {padding: 0 0 20px;}.post-content-part .wp-block-dg-style-service.circle .service-link-area {padding: 0;}.post-content-part .wp-block-dg-style-service .service-part {margin: 30px 0 0;flex: 0 0 100%;width: 100%;}.post-content-part .wp-block-dg-style-service .service-part:first-child {margin: 0;}.post-content-part .wp-block-dg-style-service .service-image-area {margin: 0 0 20px;width: 100%;}.post-content-part .wp-block-dg-style-service .service-image-area img {display: block;width: 100%;height: 100%;object-fit: cover;}.post-content-part .wp-block-dg-style-service .service-title {margin: 0;font-size: 22px;line-height: 1.5;text-align: center;}.post-content-part .wp-block-dg-style-service .service-sub-title {margin: 5px 0 0;font-size: 14px;text-align: center;}.post-content-part .wp-block-dg-style-service .service-content {margin: 20px 0 0;padding: 0 15px 20px;font-size: 16px;}.post-content-part .wp-block-dg-style-service .service-link-area {padding: 0 15px 15px;text-align: center;}.post-content-part .wp-block-dg-style-service .service-link-area .service-btn {padding: 7px 15px 6px;display: inline-block;border-width: 1px;border-style: solid;font-size: 18px;text-decoration: none;}.post-content-part .wp-block-dg-style-notice {margin: 3em 0 2em;padding: 10px;border-width: 1px;border-style: solid;}.post-content-part .wp-block-dg-style-notice * {color: inherit;}.post-content-part .wp-block-dg-style-notice .notice-title {margin: 0 0 10px;width: 100%;}.post-content-part .wp-block-dg-style-notice .notice-title:before {margin: 0 10px 0 0;display: inline-block;font-size: 24px;line-height: 1;vertical-align: -4px;font-family: "webicon";}.post-content-part .wp-block-dg-style-notice .notice-title.icon1:before {content: "\e269";}.post-content-part .wp-block-dg-style-notice .notice-title.icon2:before {content: "\e264";}.post-content-part .wp-block-dg-style-notice .notice-title.icon3:before {content: "\e265";}.post-content-part .wp-block-dg-style-notice .notice-title.icon4:before {content: "\e266";}.post-content-part .wp-block-dg-style-notice .notice-title.icon5:before {content: "\e261";}.post-content-part .wp-block-dg-style-notice .notice-title.icon6:before {content: "\e270";}.post-content-part .wp-block-dg-style-notice .notice-title.icon7:before {content: "\e271";}.post-content-part .wp-block-dg-style-notice .notice-title.icon8:before {content: "\e273";}.post-content-part .wp-block-dg-style-notice .notice-title.icon9:before {content: "\e296";}.post-content-part .wp-block-dg-style-notice .notice-title.icon10:before {content: "\e218";}.post-content-part .wp-block-dg-style-notice .notice-title.icon11:before {content: "\e226";}.post-content-part .wp-block-dg-style-notice .notice-title.icon12:before {content: "\e230";}.post-content-part .wp-block-dg-style-notice .notice-title.icon13:before {content: "\e248";}.post-content-part .wp-block-dg-style-notice .notice-title.icon14:before {content: "\e211";}.post-content-part .wp-block-dg-style-notice .notice-title.icon15:before {content: "\e219";}.post-content-part .wp-block-dg-style-notice.design1 .notice-title {padding: 0 0 5px;border-bottom-width: 1px;border-bottom-style: solid;border-color: inherit;}.post-content-part .wp-block-dg-style-notice.design2 .notice-title:before {padding: 0 10px 0 0;border-right-width: 1px;border-right-style: solid;border-color: inherit;}.post-content-part .wp-block-dg-style-notice.design3 {margin: 4.5em 0 2em;padding: 0;position: relative;}.post-content-part .wp-block-dg-style-notice.design3 .notice-title {margin: 0 0 1px;padding: 0 10px;width: auto;position: absolute;bottom: 100%;left: -1px;background: inherit;border-width: 1px;border-style: solid;border-color: inherit;border-bottom: none;border-radius: 5px 5px 0 0;line-height: 40px;}.post-content-part .wp-block-dg-style-notice.design3 .notice-content {padding: 10px;background: #fff;}.post-content-part .wp-block-dg-style-tabs {margin: 3em 0 2em;}.post-content-part .wp-block-dg-style-tabs * {color: inherit;}.post-content-part .wp-block-dg-style-tabs > .tab-labels {display: flex;overflow-x: auto;}.post-content-part .wp-block-dg-style-tabs > .tab-labels .tab-label {margin: 0;padding: 10px 20px;flex: 0 0 auto;width: auto;font-size: 16px;background: #eee;border: none;text-align: center;cursor: pointer;}.post-content-part .wp-block-dg-style-tabs > .tab-labels .tab-label.on {color: #fff;background: #000;}.post-content-part .wp-block-dg-style-tabs > .tab-contents > .tab-content {padding: 20px;display: none;border: 1px solid #ccc;}.post-content-part .wp-block-dg-style-tabs > .tab-contents > .tab-content.on {display: block;}.post-content-part .wp-block-dg-style-slider {margin: 3em 0 2em;}.post-content-part .wp-block-dg-style-slider figcaption {padding: 5px 0;color: #ccc;font-size: 12px;text-align: center;}.post-content-part .wp-block-dg-style-slider .arrow {color: var(--main-color);}.post-content-part .wp-block-dg-style-slider .dot {background: var(--base-color);}.post-content-part .wp-block-dg-style-slider .dot.active {background: var(--main-color);}.post-content-part .wp-block-dg-style-slider .dot-box.thumbnail-dot {flex-wrap: wrap;}.post-content-part .wp-block-dg-style-slider .dot-box.thumbnail-dot .dot {margin: 5px;}.post-content-part .dg-ranking-area {margin: 3em 0 2em;padding: 10px;position: relative;border-width: 3px;border-style: solid;overflow: hidden;}.post-content-part .dg-ranking-area * {color: inherit;}.post-content-part .dg-ranking-area .ranking-ribon {padding: 0;width: 150px;position: absolute;top: 4px;left: -50px;border-width: 2px;border-style: solid;border-color: inherit;font-size: 18px;line-height: 36px;text-align: center;transform: rotate(-45deg);z-index: 1;}.post-content-part .dg-ranking-area .ranking-ribon ~ .ranking-main .ranking-overview > *:first-child {padding: 0 0 0 70px;}.post-content-part .dg-ranking-area .ranking-ribon ~ .ranking-main .ranking-overview > *:nth-child(2) {padding: 0 0 0 35px;}.post-content-part .dg-ranking-area .ranking-ribon ~ .ranking-main .ranking-overview > *:nth-child(3) {padding: 0 0 0 15px;}.post-content-part .dg-ranking-area .ranking-star-area {margin: 0 0 10px;display: flex;align-items: flex-start;font-size: 12px;line-height: 1.3;}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star-title {margin: 0 10px 0 0;flex: 0 0 auto;font-weight: bold;}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star {display: flex;align-items: center;color: #e6d360;line-height: 1;letter-spacing: 3px;}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star:before {font-family: "webicon";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star10:before {content: "\e218";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star15:before {content: "\e218\e217";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star20:before {content: "\e218\e218";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star25:before {content: "\e218\e218\e217";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star30:before {content: "\e218\e218\e218";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star35:before {content: "\e218\e218\e218\e217";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star40:before {content: "\e218\e218\e218\e218";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star45:before {content: "\e218\e218\e218\e218\e217";}.post-content-part .dg-ranking-area .ranking-star-area .ranking-star.star50:before {content: "\e218\e218\e218\e218\e218";}.post-content-part .dg-ranking-area .ranking-meta {color: #ccc;font-size: 12px;}.post-content-part .dg-ranking-area .ranking-maker,.post-content-part .dg-ranking-area .ranking-stop {padding: 0 5px 0 0;}.post-content-part .dg-ranking-area .ranking-title {font-size: 26px;font-weight: bold;}.post-content-part .dg-ranking-area .ranking-price {font-size: 14px;font-weight: bold;text-align: right;}.post-content-part .dg-ranking-area .ranking-price-number {padding: 0 5px;font-size: 26px;color: #28c5de;}.post-content-part .dg-ranking-area .ranking-image-area {margin: 0 -10px;}.post-content-part .dg-ranking-area .ranking-image-area .slide-box .slide-item {height: 100%;}.post-content-part .dg-ranking-area .ranking-image-area .slide-box,.post-content-part .dg-ranking-area .ranking-image-area .slide-list {height: 200px;}.post-content-part .dg-ranking-area .ranking-image-area .slide-box img,.post-content-part .dg-ranking-area .ranking-image-area .slide-list img {display: block;width: 100%;height: 100%;object-fit: contain;}.post-content-part .dg-ranking-area .ranking-image-area .dot-box.thumbnail-dot {flex-wrap: wrap;}.post-content-part .dg-ranking-area .ranking-image-area .dot-box.thumbnail-dot .dot {margin: 5px;flex: 0 0 45px;width: 45px;height: 45px;}.post-content-part .dg-ranking-area .ranking-overview .ranking-btn-area {display: none;}.post-content-part .dg-ranking-area .ranking-btn-area {margin: 20px 0 0;}.post-content-part .dg-ranking-area .ranking-btn {margin: 0 0 15px;padding: 5px 10px;display: block;width: 100%;color: #fff !important;border-radius: 5px;text-align: center;text-decoration: none;word-break: break-all;}.post-content-part .dg-ranking-area .ranking-btn:last-child {margin: 0;}.post-content-part .dg-ranking-area .ranking-free-content {margin: 30px 0 0;word-break: break-all;}.post-content-part .dg-ranking-area .ranking-free-content > *:first-child {margin-top: 0;}.post-content-part .wp-block-dg-style-profile {margin: 3em 0 2em;}.post-content-part .wp-block-dg-style-profile * {color: inherit;}.post-content-part .wp-block-dg-style-profile .profile-title {font-size: 24px;font-weight: bold;text-align: center;}.post-content-part .wp-block-dg-style-profile .profile-sub-title {font-size: 16px;font-weight: bold;text-align: center;opacity: 0.6;}.post-content-part .wp-block-dg-style-profile .user-image {display: block;width: 80px;height: 80px;position: absolute;bottom: -40px;left: 50%;border-radius: 120px;-webkit-transform: translateX(-50%);transform: translateX(-50%);overflow: hidden;}.post-content-part .wp-block-dg-style-profile .profile-bg-image,.post-content-part .wp-block-dg-style-profile .profile-user-image {display: block;width: 100%;height: 100%;object-fit: cover;}.post-content-part .wp-block-dg-style-profile .profile-image-area {margin: 0 0 20px;width: 100%;height: 150px;position: relative;}.post-content-part .wp-block-dg-style-profile .profile-image-area.set-user {margin: 0 0 50px;}.post-content-part .wp-block-dg-style-profile .profile-content-inner {margin: 10px 0 0;word-break: break-all;}.post-content-part .wp-block-dg-style-profile .profile-sns-btns {margin: 15px 0;display: flex;justify-content: center;position: relative;}.post-content-part .wp-block-dg-style-profile .profile-sns-btns.way1 {margin: 0 0 15px;}.post-content-part .wp-block-dg-style-profile .profile-sns-btns.way4 {margin: 15px 0 0;}.post-content-part .wp-block-dg-style-profile .sns-btn {margin: 0 10px 0 0;flex: 0 0 36px;width: 36px;height: 36px;font-size: 18px;line-height: 36px;text-align: center;text-decoration: none;overflow: hidden;}.post-content-part .wp-block-dg-style-profile .sns-btn:before {display: block;color: #fff;font-size: 18px;font-family: "webicon";}.post-content-part .wp-block-dg-style-profile .sns-btn:last-child {margin: 0;}.post-content-part .wp-block-dg-style-profile .circle .sns-btn {border-radius: 36px;}.post-content-part .wp-block-dg-style-profile .facebook:before {content: "\e401";background: #3b5998;}.post-content-part .wp-block-dg-style-profile .twitter:before {content: "\e407";background: #1da1f2;}.post-content-part .wp-block-dg-style-profile .instagram:before {content: "\e403";background: #CF2E92;}.post-content-part .wp-block-dg-style-profile .line:before {content: "\e492";background: #00c300;}.post-content-part .wp-block-dg-style-profile .email:before {content: "\e389";background: #7d7d7d;}.post-content-part .accordion-area {margin: 2em 0 1em;border-width: 1px;border-style: solid;}.post-content-part .accordion-area * {color: inherit;}.post-content-part .accordion-area.open > .accordion-title {border-bottom-width: 1px;border-bottom-style: solid;border-color: inherit;}.post-content-part .accordion-area.open > .accordion-title:after {content: "\e322";}.post-content-part .accordion-area.open > .accordion-content {padding: 20px;height: auto;overflow: visible;}.post-content-part .accordion-area > .accordion-title {padding: 10px 35px 10px 20px;display: block;width: 100%;position: relative;border: none;background: none;font-size: 16px;text-align: left;cursor: pointer;}.post-content-part .accordion-area > .accordion-title:after {content: "\e324";font-family: "webicon";position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}.post-content-part .accordion-area > .accordion-content {padding: 0 20px;height: 0;transition: 0.3s ease;overflow: hidden;word-break: break-all;}.post-content-part .dg-codeviewer-panel {margin: 2em 0 1em;display: flex;height: 300px;position: relative;background: #333;border: 3px solid #333;}.post-content-part .dg-codeviewer-panel * {color: inherit;}.post-content-part .dg-codeviewer-panel.code-view .code-write-area {height: 100%;}.post-content-part .dg-codeviewer-panel.code-view .code-preview-area {flex: 0 0 50%;width: 50%;}.post-content-part .dg-codeviewer-panel.open .code-write-area {flex: 0 0 100%;width: 100%;}.post-content-part .dg-codeviewer-panel.open .code-write-labels {width: 50%;}.post-content-part .dg-codeviewer-panel.open .code-preview-area {opacity: 0;}.post-content-part .dg-codeviewer-panel.open .preview-hide:before {content: "\e207";}.post-content-part .dg-codeviewer-panel .code-preview-area {margin: 0 0 0 auto;padding: 43px 0 0;flex: 0 0 100%;width: 100%;position: relative;}.post-content-part .dg-codeviewer-panel .code-viewer-iframe {display: block;width: 100%;height: 100% !important;background: #fff;}.post-content-part .dg-codeviewer-panel .code-viewer-iframe::-webkit-scrollbar {width: 0;}.post-content-part .dg-codeviewer-panel .code-write-area {flex: 0 0 50%;width: 50%;height: 43px;position: absolute;top: 0;left: 0;color: #fff;background: #333;z-index: 1;}.post-content-part .dg-codeviewer-panel .code-write-labels {padding: 0 3px 3px 0;display: flex;width: 100%;position: absolute;top: 0;left: 0;}.post-content-part .dg-codeviewer-panel .code-write-label {margin: 0;padding: 0;flex: 0 1 100%;width: 100%;color: var(--text-color);background: var(--base-color);border: none;border-radius: 0;font-size: 10px;line-height: 40px;text-align: center;cursor: pointer;}.post-content-part .dg-codeviewer-panel .code-write-label.on {color: #fff;background: var(--main-color);}.post-content-part .dg-codeviewer-panel .code-write-label:focus {outline: none;}.post-content-part .dg-codeviewer-panel .preview-hide {padding: 0;display: block;width: 26px;height: 26px;color: #fff;background: none;border: none;position: absolute;right: 10px;top: 7px;cursor: pointer;z-index: 2;}.post-content-part .dg-codeviewer-panel .preview-hide:before {content: "\e210";font-family: "webicon";}.post-content-part .dg-codeviewer-panel .preview-hide:after {content: none !important;}.post-content-part .dg-codeviewer-panel .preview-hide:focus {outline: none;}.post-content-part .dg-codeviewer-panel .code-write-contents {height: 100%;}.post-content-part .dg-codeviewer-panel .code-write-content {height: 100%;display: none;}.post-content-part .dg-codeviewer-panel .code-write-content.on {display: block;}.post-content-part .dg-codeviewer-panel .code-write-content .code-pre {margin: 0;padding: 50px 10px 10px;width: 100%;height: 100%;background: none !important;border: none !important;font-size: 14px;word-break: keep-all;overflow: auto;box-sizing: border-box;}.post-content-part .dg-codeviewer-panel .code-write-content .code-pre::-webkit-scrollbar {height: 5px;transition: 0.3s ease;opacity: 0;}.post-content-part .dg-codeviewer-panel .code-write-content .code-pre::-webkit-scrollbar-track {background: #fff;border: none;border-radius: 10px;box-shadow: inset 0 0 2px #777;transition: 0.3s ease;opacity: 0;}.post-content-part .dg-codeviewer-panel .code-write-content .code-pre::-webkit-scrollbar-thumb {background: #777;border-radius: 10px;box-shadow: none;transition: 0.3s ease;opacity: 0;}.post-content-part .dg-codeviewer-panel .code-write-content .code-textarea {display: block;width: 100%;height: 100%;background: none !important;border: none !important;white-space: pre-wrap !important;}.post-content-part .speech-area {margin: 0 0 6em;display: flex;align-items: flex-start;border-color: #ccc;}.post-content-part .speech-area * {color: inherit;}.post-content-part .speech-area.right {justify-content: flex-end;}.post-content-part .speech-area.right > .speech-content {margin: 0 20px 0 0;order: -1;}.post-content-part .speech-area.right > .tail-1:before, .post-content-part .speech-area.right > .tail-1:after {left: auto;}.post-content-part .speech-area.right > .tail-1:before {right: -9px;}.post-content-part .speech-area.right > .tail-1:after {right: -8px;}.post-content-part .speech-area.right > .tail-2:before {left: auto;right: -16px;}.post-content-part .speech-area.right > .tail-2:after {left: auto;right: -25px;}.post-content-part .speech-area.vertically {flex-direction: column-reverse;}.post-content-part .speech-area.vertically > .speech-content {margin: 0 0 20px;word-break: break-all;order: 0;}.post-content-part .speech-area.vertically > .tail-1:before, .post-content-part .speech-area.vertically > .tail-1:after {top: auto;left: 16px;}.post-content-part .speech-area.vertically > .tail-1:before {bottom: -9px;}.post-content-part .speech-area.vertically > .tail-1:after {bottom: -8px;}.post-content-part .speech-area.vertically > .tail-2:before, .post-content-part .speech-area.vertically > .tail-2:after {top: auto;}.post-content-part .speech-area.vertically > .tail-2:before {left: 70px;bottom: -15px;}.post-content-part .speech-area.vertically > .tail-2:after {left: 62px;bottom: -23px;}.post-content-part .speech-area.vertically.cloud > .tail-1:before,.post-content-part .speech-area.vertically.cloud > .tail-1:after {content: none;}.post-content-part .speech-area.vertically.cloud > .tail-2:before {left: 77px;}.post-content-part .speech-area.vertically.cloud > .tail-2:after {left: 69px;}.post-content-part .speech-area.vertically.right {align-items: flex-end;}.post-content-part .speech-area.vertically.right.cloud > .tail-1:before,.post-content-part .speech-area.vertically.right.cloud > .tail-1:after {content: "";right: 20px;}.post-content-part .speech-area.vertically.right > .tail-1:before, .post-content-part .speech-area.vertically.right > .tail-1:after {left: auto;right: 16px;}.post-content-part .speech-area.vertically.right > .tail-2:before {left: auto;right: 70px;}.post-content-part .speech-area.vertically.right > .tail-2:after {left: auto;right: 62px;}.post-content-part .speech-area > .speech-people {width: 50px;flex: 0 0 50px;}.post-content-part .speech-area > .speech-people > .speech-image {padding: 0;display: block;width: 50px;height: 50px;border-width: 2px;border-style: solid;border-radius: 80px;object-fit: cover;}.post-content-part .speech-area > .speech-people > .speech-name {font-size: 12px;font-weight: bold;text-align: center;}.post-content-part .speech-area > .speech-content {margin: 0 0 0 20px;padding: 20px;flex: 0 1 auto;width: auto;min-height: 80px;position: relative;border-width: 1px;border-style: solid;}.post-content-part .speech-area > .speech-content:before, .post-content-part .speech-area > .speech-content:after {content: "";display: block;width: 16px;height: 16px;position: absolute;transform: rotate(45deg);}.post-content-part .speech-area > .speech-content.round {border-radius: 15px;}.post-content-part .speech-area > .speech-content.cloud {border-radius: 20px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-bg {border-radius: 40px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-deco.type1 {width: 40px;height: 40px;top: -16px;right: 25px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-deco.type1:before {width: 30px;height: 30px;bottom: -46px;right: -38px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-deco.type1:after {width: 14px;height: 14px;top: 0;right: -25px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-deco.type2 {width: 40px;height: 40px;bottom: -19px;left: 32px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-deco.type2:before {width: 30px;height: 30px;bottom: 48px;left: -40px;}.post-content-part .speech-area > .speech-content.cloud > .bubble-deco.type2:after {width: 12px;height: 12px;bottom: 4px;left: -14px;}.post-content-part .speech-area > .speech-content.cloud > .tail-1:before,.post-content-part .speech-area > .speech-content.cloud > .tail-1:after {top: 20px;}.post-content-part .speech-area > .speech-content > .speech-content-inner {position: relative;z-index: 3;}.post-content-part .speech-area > .speech-content > .speech-content-inner > *:first-child {margin-top: 0 !important;}.post-content-part .speech-area > .speech-content > .speech-content-inner > *:last-child {margin-bottom: 0 !important;}.post-content-part .speech-area > .speech-content > .bubble-deco,.post-content-part .speech-area > .speech-content > .bubble-deco:before,.post-content-part .speech-area > .speech-content > .bubble-deco:after {content: "";display: block;position: absolute;background: inherit;border-width: 1px;border-style: solid;border-color: inherit;border-radius: 100%;}.post-content-part .speech-area > .speech-content > .bubble-bg {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: inherit;border: none;border-radius: 0;}.post-content-part .speech-area > .tail-1:before {top: 18px;left: -9px;background: inherit;border: 1px solid;border-color: inherit;z-index: 1;}.post-content-part .speech-area > .tail-1:after {top: 18px;left: -8px;background: inherit;z-index: 1;}.post-content-part .speech-area > .tail-2:before, .post-content-part .speech-area > .tail-2:after {background: inherit;border-width: 1px;border-style: solid;border-color: inherit;border-radius: 100%;}.post-content-part .speech-area > .tail-2:before {width: 12px;height: 12px;top: 6px;left: -16px;}.post-content-part .speech-area > .tail-2:after {width: 7px;height: 7px;top: 14px;left: -25px;}.post-content-part .service-content,.post-content-part .notice-content,.post-content-part .ranking-free-content,.post-content-part .tab-content,.post-content-part .profile-content-inner,.post-content-part .speech-content-inner {word-break: break-all;}.post-content-part .service-content > *:first-child,.post-content-part .notice-content > *:first-child,.post-content-part .ranking-free-content > *:first-child,.post-content-part .tab-content > *:first-child,.post-content-part .profile-content-inner > *:first-child,.post-content-part .speech-content-inner > *:first-child {margin-top: 0 !important;}.post-content-part .service-content > *:last-child,.post-content-part .notice-content > *:last-child,.post-content-part .ranking-free-content > *:last-child,.post-content-part .tab-content > *:last-child,.post-content-part .profile-content-inner > *:last-child,.post-content-part .speech-content-inner > *:last-child {margin-bottom: 0 !important;}.post-content-part .contact-area {padding: 15px;}.post-content-part .contact-label {margin: 0 0 15px;display: inline-block;width: auto;}.post-content-part .contact-input,.post-content-part .contact-textarea,.post-content-part .contact-select {padding: 5px 10px;width: 100%;font-size: 16px;}.post-content-part .contact-input.error,.post-content-part .contact-textarea.error,.post-content-part .contact-select.error {border: 1px solid #d92b2b;}.post-content-part .contact-select {padding: 10px;}.post-content-part .contact-check,.post-content-part .contact-radio {margin: 0 10px 10px 0;display: inline-block;width: auto;flex: 0 0 auto;}.post-content-part .contact-check input,.post-content-part .contact-radio input {display: none;}.post-content-part .contact-check input:checked ~ .label-text:before,.post-content-part .contact-radio input:checked ~ .label-text:before {content: "\e273";color: #fff;background: var(--main-color);font-family: "webicon";}.post-content-part .contact-check .label-text,.post-content-part .contact-radio .label-text {display: flex;align-items: center;position: relative;cursor: pointer;}.post-content-part .contact-check .label-text:before,.post-content-part .contact-radio .label-text:before {content: "";margin: 0 5px 0 0;width: 26px;flex: 0 0 26px;height: 26px;background: #ededed;line-height: 26px;text-align: center;}.post-content-part .contact-radio input:checked ~ .label-text:before {content: "";width: 26px;height: 26px;border: 7px double #fff;background: var(--main-color);line-height: 26px;}.post-content-part .contact-radio .label-text:before {border-radius: 26px;}.post-content-part .contact-radio-label {margin: 0 15px 0 0;display: inline-block;}.post-content-part .contact-submit,.post-content-part .contact-reset {margin: 0 10px;padding: 5px 20px;display: inline-block;color: #fff;background: #2094e5;border: 1px solid #2094e5;border: none;font-size: 16px;cursor: pointer;}.post-content-part .contact-reset {background: #d92b2b;border: 1px solid #d92b2b;}#header.active{box-shadow:0px  0px  5px  -3px  rgba(0,0,0,0.8);}#header{width:100%; background:#fff; position:sticky; top:0; left:0; z-index:9; height:55px;}#header-inner{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;}#content .main-content{padding:15px;}#content .has-text-align-center{text-align:center;}#sidebar{margin:30px 0 0;padding:15px;}#side-banner .banner{text-align:center; margin:0 0 20px;}#side-banner .banner .image-item{max-width:400px; width:100%;}#artist-main-content .wp-block-post-featured-image,#artist-main-content .wp-block-image{padding:0 0 20px;}#artist-main-content .wp-post-image,#artist-main-content .wp-block-image img{height:250px; width:100%; object-fit: contain; display:block;}#artist-main-content h2{margin:1.5em 0 1em; padding:0 0 5px; border-bottom:3px solid #3a4a76; font-size:24px; font-weight:normal;}#artist-main-content p{margin:0 0 1em;}#artist-main-content .wp-block-table{margin:0;}#artist-main-content table{width:100%;}#artist-main-content table td{padding:5px; border:1px solid #ccc; font-size:14px;}#artist-main-content a{color:#11abe8;}#artist-main-content .is-layout-flex{display:block;}#artist-main-content .wp-block-dg-style-post-list{margin: 0 0 2.5em;}#artist-main-content .wp-block-dg-style-post-list .post-item{display:flex; margin:10px 0 0; padding:10px 0 0; border:none; border-top:1px dotted #ccc; position:relative;}#artist-main-content .wp-block-dg-style-post-list .post-item .page-link{display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}#artist-main-content .wp-block-dg-style-post-list .post-item:first-child{margin:0; padding:0; border-top:0;}#artist-main-content .thumb-image{margin:0 10px 0 0; flex:0 0 80px; width:80px; height:80px;}#artist-main-content .thumb-image .thumb-img{display:block; width:100%; height:100%; object-fit:cover;}#artist-main-content .wp-block-dg-style-post-list .inner{display:flex; flex-wrap:wrap; align-items:flex-start;}#artist-main-content .wp-block-dg-style-post-list .page-title{margin:10px 0 0; order:3; flex: 0 1 100%;}#artist-main-content .wp-block-dg-style-post-list .taxonomy-list{flex:0 0 auto; margin:0 10px 0 0 !important;}#artist-main-content .wp-block-dg-style-post-list .term-item:before{content:none;}#artist-main-content .wp-block-dg-style-post-list .term-link{position:relative; display:inline-block; z-index:2; font-size:12px; text-decoration:none;}#artist-main-content .wp-block-dg-style-post-list .category-link{color:#2b2b2b;}#artist-main-content .wp-block-dg-style-post-list .post_tag-link{padding:2px 4px; background:#f48200; color:#fff;}#artist-main-content .dg-tab-block{margin:2.5em 0;}#artist-main-content .tab-label{font-size: 16px; background: #eeeeee;}#artist-main-content .tab-label.on{color:#fff; background:#3a4a76;}#artist-main-content .tab-contents .tab-content{border:1px solid #3a4a76; max-height:400px; overflow:auto;}#artist-main-content .tab-contents .tab-content h2:first-child{margin-top:0; text-align:center; border:none; background:#f3f2f2; font-size:16px; padding:5px;}#artist-main-content .contact-link{margin:30px 0; display:block; text-align:center; justify-content:center;}#artist-main-content .contact-link .wp-element-button{padding:10px 25px; background:#f48200; color:#fff; text-decoration:none; border-radius:50px;}#artist-main-content .has-text-align-center{text-align:center;}#page{font-size:16px; line-height:1.7; color:#2b2b2b;}#page h1,#page h2,#page h3,#page h4,#page h5,#page h6{font-family:serif;}#text-1{text-align:center;font-size:12px;padding:10px;color:#fff;background-color:#3a4a76;}#gmenu-1{position:fixed; top:0; right:-60%; height:100%; width:60%; transition: .3s ease;background:#3a4a76;color:#fff;}#gmenu-1.open{right:0;z-index:10;}#gmenu-1 .menu-list{height:100%;overflow:auto;}#gmenu-1 .menu-link{display:block;padding:15px;font-size:16px;text-decoration:none;font-weight:bold;}#text-3{border:none; padding:0; color:transparent; background:none; flex:0 0 40px; height:40px; position:relative;}#text-3.open:after{content:""; display:block; width:100%; height:100%; position:fixed; top:0; left:0; background:rgba(0,0,0,0.8); z-index:9;}#text-3 .text,#text-3 .text:before,#text-3 .text:after{display:block; width:36px; height:4px; background:#3a4a76; position:absolute; top:18px; left:2px;}#text-3 .text:before,#text-3 .text:after{content:""; left:0;}#text-3 .text:before{top:-10px;}#text-3 .text:after{top:10px;}#image-3 .image-item{display:block; height:100%; width:auto; object-fit:contain;}#image-3{height:40px; flex: 0 0 auto;}#gmenu-2{padding: 15px;background-color:#f3f2f2;}#gmenu-2 .menu-list{display:flex; font-size:12px;justify-content:center;}#gmenu-2 .menu-item{margin:0 15px 0 0;}#gmenu-2 .menu-link{text-decoration:none;}#breadcrumb-1{padding:15px; overflow:auto; font-size:12px;}#breadcrumb-1 .breadcrumb-list{display:flex;}#breadcrumb-1 .bread-item{flex:0 0 auto;}#breadcrumb-1 .bread-item:after{content:"/"; padding:0 10px;}#breadcrumb-1 .bread-item:last-child:after{content:none;}#breadcrumb-1 .bread-link{text-decoration:none;}#html-1{font-size:14px;}#html-1 .part-title{margin:0 0 10px; font-size:16px;}#html-1 p{margin: 0 0 1em;}#html-1 .caution{margin:0; font-size:12px;}#single-title-3{margin:0 0 20px; padding:10px; display:block; background:#3a4a76; color:#fff; font-size:24px;}.has-post-main-color {color:#3a4a76 !important;}.has-post-main-background-color {background:#3a4a76 !important;}.has-post-main-border-color {border-color:#3a4a76 !important;}.has-post-base-color {color:#fff !important;}.has-post-base-background-color {background:#fff !important;}.has-post-base-border-color {border-color:#fff !important;}.has-post-text-color {color:#2b2b2b !important;}.has-post-text-background-color {background:#2b2b2b !important;}.has-post-text-border-color {border-color:#2b2b2b !important;}.has-post-sub-1-color {color:#f48200 !important;}.has-post-sub-1-background-color {background:#f48200 !important;}.has-post-sub-1-border-color {border-color:#f48200 !important;}.has-post-sub-2-color {color:#f43041 !important;}.has-post-sub-2-background-color {background:#f43041 !important;}.has-post-sub-2-border-color {border-color:#f43041 !important;}.has-post-color-1-color {color:#fff !important;}.has-post-color-1-background-color {background:#fff !important;}.has-post-color-1-border-color {border-color:#fff !important;}.has-post-color-2-color {color:#000 !important;}.has-post-color-2-background-color {background:#000 !important;}.has-post-color-2-border-color {border-color:#000 !important;}.has-post-color-3-color {color:#ccc !important;}.has-post-color-3-background-color {background:#ccc !important;}.has-post-color-3-border-color {border-color:#ccc !important;}.has-post-color-4-color {color:#11abe8 !important;}.has-post-color-4-background-color {background:#11abe8 !important;}.has-post-color-4-border-color {border-color:#11abe8 !important;}.has-post-color-5-color {color:#e81311 !important;}.has-post-color-5-background-color {background:#e81311 !important;}.has-post-color-5-border-color {border-color:#e81311 !important;}.has-post-color-6-color {color:#e411e8 !important;}.has-post-color-6-background-color {background:#e411e8 !important;}.has-post-color-6-border-color {border-color:#e411e8 !important;}.has-post-color-7-color {color:#f3f2f2 !important;}.has-post-color-7-background-color {background:#f3f2f2 !important;}.has-post-color-7-border-color {border-color:#f3f2f2 !important;}.has-post-color-8-color {color:rgba(255,255,255,0.3) !important;}.has-post-color-8-background-color {background:rgba(255,255,255,0.3) !important;}.has-post-color-8-border-color {border-color:rgba(255,255,255,0.3) !important;}.has-post-color-9-color {color:#1DA1F2 !important;}.has-post-color-9-background-color {background:#1DA1F2 !important;}.has-post-color-9-border-color {border-color:#1DA1F2 !important;}.has-post-color-10-color {color:#3B5998 !important;}.has-post-color-10-background-color {background:#3B5998 !important;}.has-post-color-10-border-color {border-color:#3B5998 !important;}.has-post-color-11-color {color:#BD081C !important;}.has-post-color-11-background-color {background:#BD081C !important;}.has-post-color-11-border-color {border-color:#BD081C !important;}.has-post-color-12-color {color:#00c300 !important;}.has-post-color-12-background-color {background:#00c300 !important;}.has-post-color-12-border-color {border-color:#00c300 !important;}.has-post-color-13-color {color:rgba(0,0,0,0.8) !important;}.has-post-color-13-background-color {background:rgba(0,0,0,0.8) !important;}.has-post-color-13-border-color {border-color:rgba(0,0,0,0.8) !important;}.has-post-color-14-color {color:#00a4de !important;}.has-post-color-14-background-color {background:#00a4de !important;}.has-post-color-14-border-color {border-color:#00a4de !important;}.has-post-color-15-color {color:#9d9d9d !important;}.has-post-color-15-background-color {background:#9d9d9d !important;}.has-post-color-15-border-color {border-color:#9d9d9d !important;}.has-post-color-16-color {color:#ef4155 !important;}.has-post-color-16-background-color {background:#ef4155 !important;}.has-post-color-16-border-color {border-color:#ef4155 !important;}.has-post-color-17-color {color:#011835 !important;}.has-post-color-17-background-color {background:#011835 !important;}.has-post-color-17-border-color {border-color:#011835 !important;}.has-post-color-18-color {color:rgba(0,0,0,0.4) !important;}.has-post-color-18-background-color {background:rgba(0,0,0,0.4) !important;}.has-post-color-18-border-color {border-color:rgba(0,0,0,0.4) !important;}.has-post-color-19-color {color:#eeeeee !important;}.has-post-color-19-background-color {background:#eeeeee !important;}.has-post-color-19-border-color {border-color:#eeeeee !important;}.has-post-color-20-color {color:#da1725 !important;}.has-post-color-20-background-color {background:#da1725 !important;}.has-post-color-20-border-color {border-color:#da1725 !important;}.has-post-color-21-color {color:#FED373 !important;}.has-post-color-21-background-color {background:#FED373 !important;}.has-post-color-21-border-color {border-color:#FED373 !important;}.has-post-color-22-color {color:#F15245 !important;}.has-post-color-22-background-color {background:#F15245 !important;}.has-post-color-22-border-color {border-color:#F15245 !important;}.has-post-color-23-color {color:#D92E7F !important;}.has-post-color-23-background-color {background:#D92E7F !important;}.has-post-color-23-border-color {border-color:#D92E7F !important;}.has-post-color-24-color {color:#9B36B7 !important;}.has-post-color-24-background-color {background:#9B36B7 !important;}.has-post-color-24-border-color {border-color:#9B36B7 !important;}.has-post-color-25-color {color:#515ECF !important;}.has-post-color-25-background-color {background:#515ECF !important;}.has-post-color-25-border-color {border-color:#515ECF !important;}.has-post-color-26-color {color:#2ba5e3 !important;}.has-post-color-26-background-color {background:#2ba5e3 !important;}.has-post-color-26-border-color {border-color:#2ba5e3 !important;}.has-post-color-27-color {color:#6441a5 !important;}.has-post-color-27-background-color {background:#6441a5 !important;}.has-post-color-27-border-color {border-color:#6441a5 !important;}.has-post-color-28-color {color:#2eaeef !important;}.has-post-color-28-background-color {background:#2eaeef !important;}.has-post-color-28-border-color {border-color:#2eaeef !important;}.has-post-color-29-color {color:#171515 !important;}.has-post-color-29-background-color {background:#171515 !important;}.has-post-color-29-border-color {border-color:#171515 !important;}.has-post-color-30-color {color:#f59441 !important;}.has-post-color-30-background-color {background:#f59441 !important;}.has-post-color-30-border-color {border-color:#f59441 !important;}@keyframes anime-0{0%{transform:scale(1);}100%{transform:scale(1.2);}}@keyframes anime-1{0%{position:relative;left:50%;opacity:0;}100%{left:0%;opacity:1;}}@keyframes anime-2{0%{transform:translateX(-25%);}100%{transform:translateX(25%);}}@keyframes anime-3{0%{transform:translateY(100px);opacity:0;}100%{transform:translateY(0);opacity:1;}}@keyframes anime-5{0%{opacity:0;margin-top:50px;}100%{opacity:1;margin-top:0;}}@keyframes anime-6{0%{padding:0;}100%{padding:50px;}}@keyframes anime-7{0%{padding:0;}100%{padding:25px;}}