@charset "UTF-8";
/* HTML: <div class="loader"></div> */
.c-loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #21b0f0;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear; }

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%); }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%); }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%); } }
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg); }
  49.99% {
    transform: scaleY(1) rotate(135deg); }
  50% {
    transform: scaleY(-1) rotate(0deg); }
  100% {
    transform: scaleY(-1) rotate(-135deg); } }
.ext-share {
  position: relative;
  overflow: hidden;
  color: #5a5a5a; }
  .ext-share .overlay {
    width: 120px;
    position: absolute;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #00000030;
    font-weight: 600;
    font-size: 16px;
    color: #5a5a5a;
    z-index: 50;
    cursor: pointer; }
    @media screen and (max-width: 1500px) {
      .ext-share .overlay {
        left: -110%; } }
    .ext-share .overlay:hover {
      background-color: #e0e0e0; }
  .ext-share.active {
    overflow: visible; }
  .ext-share button {
    border: unset;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent; }
    .ext-share button:focus {
      background-color: #f0f0f0; }
  .ext-share i {
    cursor: pointer;
    padding: 4px; }

.emoticons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px; }
  .emoticons .ftb-icon {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 16px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer; }
    .emoticons .ftb-icon svg {
      width: 26px;
      height: 26px; }
    .emoticons .ftb-icon.add-emoticon {
      transition: 0.2s ease-in-out; }
      .emoticons .ftb-icon.add-emoticon:hover {
        border: 1px solid #004aad;
        background-color: #fff; }
        .emoticons .ftb-icon.add-emoticon:hover svg {
          fill: #004aad; }
    .emoticons .ftb-icon:hover {
      color: #004aad;
      background-color: rgba(0, 74, 173, 0.4); }
      .emoticons .ftb-icon:hover svg {
        fill: #fff; }
    .emoticons .ftb-icon.owner {
      color: #004aad; }
      .emoticons .ftb-icon.owner svg {
        fill: #004aad; }

.reaction-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px; }
  .reaction-list .emo-btn {
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    gap: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #6e6e6e;
    margin-right: 0px;
    padding: 0px 6px;
    border-width: 0;
    border-radius: 16px;
    background-color: #f0f0f0;
    z-index: 2;
    cursor: pointer;
    transition: 0.2s ease; }
    .reaction-list .emo-btn:hover, .reaction-list .emo-btn.owner {
      background-color: rgba(0, 74, 173, 0.08);
      box-shadow: inset 0 0 1px 1px #004aad;
      color: #004aad; }
    .reaction-list .emo-btn .count {
      margin-left: 10px; }
    .reaction-list .emo-btn img {
      width: 22px;
      height: 22px; }

.full-loader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  background-color: #00000030;
  backdrop-filter: blur(2px); }
  .full-loader .loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear; }
@keyframes l3 {
  to {
    transform: rotate(1turn); } }
  .full-loader .text {
    margin-top: 10px;
    font-weight: bold; }

.ql-editor::before {
  display: none; }

.ql-editor.ql-blank::before {
  content: attr(data-placeholder);
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  font-style: normal !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 14px !important; }

.text-center {
  text-align: center; }

.wp-pagenavi {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-family: "Arial";
    color: #000;
    font-size: 14px;
    width: 50px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    transition: all 0.25s ease;
    border-bottom: 3px solid transparent; }
    .wp-pagenavi span:hover,
    .wp-pagenavi a:hover {
      border-color: #003040; }
  .wp-pagenavi span.current {
    border-bottom: 3px solid #000; }
  .wp-pagenavi .previouspostslink:before {
    content: '\e90f';
    right: 0px; }
  .wp-pagenavi .nextpostslink:before {
    content: '\e910';
    right: 0px; }
  .wp-pagenavi .previouspostslink span,
  .wp-pagenavi .nextpostslink span {
    display: none; }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    font-family: 'design_plus';
    font-size: 12px;
    top: 1px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#pdf-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  #pdf-loader .loader-inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center; }
  #pdf-loader .modal-content {
    width: fit-content;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center; }
    #pdf-loader .modal-content p {
      line-height: 1.5; }
  #pdf-loader .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: auto;
    margin-top: 1rem; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media screen and (max-width: 768px) {
  .pc-only {
    display: none; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 543px) {
  .sm-up_show {
    display: none; } }

@media screen and (max-width: 768px) {
  .md-up_show {
    display: none; } }

.s-padding {
  padding: 100px 0; }

.c-container {
  width: 100%;
  max-width: 1024px;
  margin: auto; }

.cc-container {
  width: 100%;
  max-width: 860px;
  margin: auto; }

.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden; }

.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden; }

#main_content_header {
  position: relative !important;
  background: #000 !important; }

.blog-navigation {
  width: 100%;
  padding: 16px; }
  @media screen and (max-width: 768px) {
    .blog-navigation {
      padding: 16px 0; } }
  .blog-navigation .cats-list {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden; }
    .blog-navigation .cats-list .scroll-btn {
      position: absolute;
      top: 0;
      display: none;
      z-index: 10;
      cursor: pointer; }
      .blog-navigation .cats-list .scroll-btn .inner {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f8f8;
        z-index: 0;
        overflow: hidden; }
        .blog-navigation .cats-list .scroll-btn .inner::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0;
          height: 0;
          z-index: -1;
          border-radius: 50%;
          transition: 0.4s;
          transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
          transform: translate(-50%, -50%); }
        .blog-navigation .cats-list .scroll-btn .inner:active::before {
          width: 250%;
          height: 250%;
          background-color: #d0d0d0; }
      .blog-navigation .cats-list .scroll-btn i {
        margin-bottom: 3px; }
      @media screen and (max-width: 1439px) {
        .blog-navigation .cats-list .scroll-btn {
          display: flex; } }
      .blog-navigation .cats-list .scroll-btn.left-btn {
        left: 0;
        display: none; }
      .blog-navigation .cats-list .scroll-btn.right-btn {
        right: 0; }
  .blog-navigation .blog-cats {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    padding: 0 40px;
    scroll-behavior: smooth; }
    .blog-navigation .blog-cats::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1439px) {
      .blog-navigation .blog-cats {
        justify-content: flex-start; } }
    .blog-navigation .blog-cats li {
      position: relative;
      line-height: 1.75;
      max-width: 150px;
      min-width: fit-content;
      font-weight: bold;
      color: #5a5a5a; }
      .blog-navigation .blog-cats li a {
        padding: 6px 12px; }
      .blog-navigation .blog-cats li::before {
        content: "";
        width: calc(100% - 48px);
        left: 50%;
        bottom: 0px;
        height: 2px;
        position: absolute;
        background-color: #004aad;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.3s ease-in-out; }
      .blog-navigation .blog-cats li:hover {
        background-color: rgba(0, 74, 173, 0.08); }
        .blog-navigation .blog-cats li:hover::before {
          opacity: 1 !important; }
      .blog-navigation .blog-cats li.active {
        background-color: rgba(0, 74, 173, 0.08); }
        .blog-navigation .blog-cats li.active::before {
          opacity: 1 !important; }
      .blog-navigation .blog-cats li.active::before {
        width: 100%; }
  .blog-navigation .top-blog-fv {
    max-width: 1024px;
    margin: 40px auto 0; }
    .blog-navigation .top-blog-fv .fv-wraps {
      width: 100%;
      min-height: 0;
      padding-top: 170px;
      background-image: url("../assets/images/blog-cat-back.jpg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 14px;
      overflow: hidden; }

.blog-tabs {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px; }
  .blog-tabs .css-9erhep {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 8px;
    overflow-x: scroll; }
    .blog-tabs .css-9erhep::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1400px) {
      .blog-tabs .css-9erhep {
        justify-content: flex-start; } }
    .blog-tabs .css-9erhep li {
      width: 250px;
      list-style: none;
      flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        .blog-tabs .css-9erhep li {
          width: 200px; } }
      .blog-tabs .css-9erhep li a {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: none;
        overflow: hidden;
        border: 1px solid #eeeeee;
        border-radius: 6px;
        -webkit-box-align: stretch;
        align-items: stretch;
        background: #fff;
        color: #262626;
        transition: 0.3s ease-in-out; }
        .blog-tabs .css-9erhep li a .img-field {
          width: 100%;
          overflow: hidden; }
          .blog-tabs .css-9erhep li a .img-field img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.3s ease-in-out; }
        .blog-tabs .css-9erhep li a .css-10ct4p8 {
          display: flex;
          flex-direction: column;
          -webkit-box-pack: center;
          justify-content: center;
          width: 100%;
          padding: 24px 16px;
          line-height: 1.4;
          text-align: center;
          white-space: pre-wrap; }
          @media screen and (max-width: 768px) {
            .blog-tabs .css-9erhep li a .css-10ct4p8 {
              padding: 16px; } }
          .blog-tabs .css-9erhep li a .css-10ct4p8 .css-sm0ess {
            font-size: 19px;
            line-height: 1.3;
            font-weight: bold; }
        .blog-tabs .css-9erhep li a:hover img {
          filter: brightness(0.7); }

.blog-list {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 100px;
  display: flex;
  gap: 16px;
  padding: 16px; }
  @media screen and (max-width: 768px) {
    .blog-list {
      margin: 10px auto 50px; } }
  .blog-list .main-items {
    width: 100%; }
  .blog-list .simple-reply .title {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #262626; }
    @media screen and (max-width: 543px) {
      .blog-list .simple-reply .title {
        font-size: 18px; } }
  .blog-list .simple-reply .input-field {
    position: relative;
    margin: 12px auto;
    border: 1p solid #eeeeee;
    border-radius: 6px;
    background-color: #fff;
    padding: 5px 16px 16px;
    box-shadow: 0 4px 4px #d0d0d020; }
    @media screen and (max-width: 543px) {
      .blog-list .simple-reply .input-field {
        padding: 5px 10px 10px; } }
    .blog-list .simple-reply .input-field .description {
      font-size: 14px;
      margin-top: 13px;
      line-height: 1.25;
      font-weight: 600; }
    .blog-list .simple-reply .input-field .quick-list-info {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 10px 0 5px; }
      .blog-list .simple-reply .input-field .quick-list-info .users {
        display: flex;
        margin: 0 -10px 0 10px; }
        .blog-list .simple-reply .input-field .quick-list-info .users .avatar {
          width: 34px;
          height: 34px;
          background-color: #d0d0d0;
          border: 2px solid #b7b7b7;
          border-radius: 50%;
          overflow: hidden;
          margin-left: -10px; }
          .blog-list .simple-reply .input-field .quick-list-info .users .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .blog-list .simple-reply .input-field .quick-list-info .users .avatar.overcount {
            border-color: #b7b7b7;
            display: flex;
            align-items: center;
            justify-content: center; }
            .blog-list .simple-reply .input-field .quick-list-info .users .avatar.overcount span {
              line-height: 1;
              font-size: 12px;
              font-weight: bold;
              color: #545454; }
      .blog-list .simple-reply .input-field .quick-list-info .total-count a {
        color: #004aad;
        font-weight: bold; }
    .blog-list .simple-reply .input-field .ql-toolbar.ql-snow {
      border: unset; }
    .blog-list .simple-reply .input-field #quick-post-editor {
      border: unset; }
    .blog-list .simple-reply .input-field .ql-editor {
      border: 1px solid #b7b7b7;
      border-radius: 6px;
      min-height: 60px;
      padding-bottom: 30px; }
      @media screen and (min-width: 769px) {
        .blog-list .simple-reply .input-field .ql-editor {
          font-size: 16px; } }
      .blog-list .simple-reply .input-field .ql-editor::before {
        display: block;
        font-weight: 300 !important;
        color: #d0d0d0d0 !important; }
      .blog-list .simple-reply .input-field .ql-editor img {
        display: block;
        border: 1px solid #c0c0c0;
        border-radius: 6px;
        width: 70%;
        max-width: 480px;
        margin: 10px auto; }
    .blog-list .simple-reply .input-field .submit-btn {
      position: absolute;
      bottom: 25px;
      right: 25px; }
      @media screen and (max-width: 543px) {
        .blog-list .simple-reply .input-field .submit-btn {
          right: 20px;
          bottom: 20px; } }
      .blog-list .simple-reply .input-field .submit-btn button {
        min-width: 72px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #004aad;
        border: unset;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        white-space: nowrap; }
        .blog-list .simple-reply .input-field .submit-btn button:active {
          opacity: 0.8; }
        .blog-list .simple-reply .input-field .submit-btn button .c-loader {
          display: none;
          margin: auto;
          border-color: #fff; }
  .blog-list .tab-title {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #262626; }
    .blog-list .tab-title small {
      font-size: 0.8em; }
    .blog-list .tab-title .new-btn a {
      color: #004aad;
      font-size: 14px; }
  .blog-list .feed-items {
    width: 100%; }
    .blog-list .feed-items__inner {
      border: 1p solid #eeeeee;
      border-radius: 6px; }
      .blog-list .feed-items__inner ul.lists.category-lists {
        column-count: 2;
        gap: 16px; }
      .blog-list .feed-items__inner .no-content {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px; }
  .blog-list .post-sidebar {
    min-width: 220px; }
    @media screen and (max-width: 543px) {
      .blog-list .post-sidebar {
        display: none; } }
    .blog-list .post-sidebar .post-sidebar-item {
      background-color: #fff;
      border: 1px solid #f8f8f8;
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 10px;
      padding: 16px;
      color: #6e6e6e;
      min-width: 100px; }
      .blog-list .post-sidebar .post-sidebar-item .sidebar-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 16px; }
      .blog-list .post-sidebar .post-sidebar-item .inner .cat-item {
        position: relative;
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer; }
        .blog-list .post-sidebar .post-sidebar-item .inner .cat-item a {
          position: relative;
          display: block;
          color: #6e6e6e;
          padding: 6px 0px 6px 8px;
          z-index: 0; }
          .blog-list .post-sidebar .post-sidebar-item .inner .cat-item a::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0px;
            left: 0px;
            background: #004aad;
            border-radius: 6px;
            opacity: 0;
            z-index: -1; }
        .blog-list .post-sidebar .post-sidebar-item .inner .cat-item:hover, .blog-list .post-sidebar .post-sidebar-item .inner .cat-item.active {
          color: #004aad; }
          .blog-list .post-sidebar .post-sidebar-item .inner .cat-item:hover a, .blog-list .post-sidebar .post-sidebar-item .inner .cat-item.active a {
            color: #004aad; }
            .blog-list .post-sidebar .post-sidebar-item .inner .cat-item:hover a::before, .blog-list .post-sidebar .post-sidebar-item .inner .cat-item.active a::before {
              background-color: #004aad;
              opacity: 0.06; }
  .blog-list .topic-items {
    -webkit-box-flex: 0;
    flex: 0 0 24.473%;
    min-width: 0; }
    @media screen and (max-width: 768px) {
      .blog-list .topic-items {
        flex: 0 0 100px; } }
    .blog-list .topic-items__inner {
      background-color: #fff;
      border: 1p solid #eeeeee;
      border-radius: 6px; }

.col-box-item-1 {
  width: 100%;
  border-top: 1px solid #eeeeee;
  background-color: #fff;
  transition: 0.2s ease; }
  .col-box-item-1:hover {
    background-color: #fdfdfd; }
  .col-box-item-1 .item-inner {
    display: flex;
    padding: 16px;
    gap: 12px; }
    @media screen and (max-width: 543px) {
      .col-box-item-1 .item-inner {
        padding: 10px;
        gap: 5px; } }
    .col-box-item-1 .item-inner .avatar-field {
      flex-shrink: 0; }
      .col-box-item-1 .item-inner .avatar-field a img {
        width: 40px;
        height: 40px;
        border-radius: 50%; }
        @media screen and (max-width: 543px) {
          .col-box-item-1 .item-inner .avatar-field a img {
            width: 30px;
            height: 30px; } }
    .col-box-item-1 .item-inner .post-categories {
      font-size: 14px;
      font-weight: bold;
      color: #5a5a5a; }
    .col-box-item-1 .item-inner .content {
      width: 100%;
      display: flex;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .col-box-item-1 .item-inner .content {
          flex-direction: column;
          align-items: flex-start; } }
      .col-box-item-1 .item-inner .content .content-wraps {
        width: 100%; }
        .col-box-item-1 .item-inner .content .content-wraps .user-info {
          margin-bottom: 16px; }
          .col-box-item-1 .item-inner .content .content-wraps .user-info .username {
            font-size: 14px;
            font-weight: bold;
            color: #101010; }
          .col-box-item-1 .item-inner .content .content-wraps .user-info .updated {
            font-size: 12px;
            color: #262626;
            margin-top: 4px; }
        .col-box-item-1 .item-inner .content .content-wraps .post-content {
          color: #101010; }
          .col-box-item-1 .item-inner .content .content-wraps .post-content .title {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 6px; }
          .col-box-item-1 .item-inner .content .content-wraps .post-content .desc {
            line-height: 1.5;
            display: -webkit-box;
            line-height: 1.25;
            font-weight: 500; }
            .col-box-item-1 .item-inner .content .content-wraps .post-content .desc img {
              display: block;
              width: 100%;
              max-width: 450px;
              margin: auto; }
          .col-box-item-1 .item-inner .content .content-wraps .post-content.comment-content .desc {
            display: block; }
        .col-box-item-1 .item-inner .content .content-wraps .post-categories {
          margin-top: 12px; }
          .col-box-item-1 .item-inner .content .content-wraps .post-categories .blog-category {
            display: inline-block;
            padding: 4px 0; }
        .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-top: 12px; }
          .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 4px;
            border-radius: 10px;
            cursor: pointer; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon .follows {
              font-size: 10px;
              font-weight: 900;
              color: #5a5a5a; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon img,
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon svg {
              width: 22px;
              height: 22px;
              cursor: pointer; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon path,
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon circle {
              fill: #5a5a5a; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover {
              transition: 0.3s ease;
              background-color: rgba(0, 74, 173, 0.6); }
              .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover .follows {
                color: #fff; }
              .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover path,
              .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover circle {
                fill: #fff;
                transition: 0.3s ease; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon.owner path,
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon.owner circle {
              fill: #004aad; }
        .col-box-item-1 .item-inner .content .content-wraps .comment-info {
          margin: 10px 0 0 10px; }
          .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            font-size: 14px;
            gap: 10px; }
            .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq {
              display: flex; }
              .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img {
                width: 30px;
                height: 30px;
                flex-shrink: 0;
                border: 2px solid #fff;
                border-radius: 50%;
                margin-left: -10px; }
                .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  border-radius: 50%; }
                .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img.over {
                  background-color: #304050; }
                  .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img.over span {
                    position: relative;
                    top: 50%;
                    display: block;
                    font-weight: bold;
                    color: #fff;
                    line-height: 1;
                    text-align: center;
                    transform: translateY(-50%); }
            .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-xrqda0 {
              font-weight: bold;
              color: #1d96e7; }
        .col-box-item-1 .item-inner .content .content-wraps .reply-field {
          margin: 16px 0 10px; }
          .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area {
            display: flex;
            align-items: center;
            gap: 10px; }
            .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn {
              border: unset;
              background-color: transparent;
              border-radius: 3px;
              color: #5a5a5a;
              font-size: 14px;
              cursor: pointer; }
              .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn:hover {
                background-color: #f0f0f0; }
              .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn span {
                margin-left: 10px; }
              .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn.reply-cancel-btn {
                display: none; }
          .col-box-item-1 .item-inner .content .content-wraps .reply-field .subreply-comment-field {
            position: relative;
            margin-top: 16px; }
      .col-box-item-1 .item-inner .content .post-thumbnail {
        flex-shrink: 0;
        margin-left: 16px;
        width: 300px;
        height: 200px; }
        @media screen and (max-width: 768px) {
          .col-box-item-1 .item-inner .content .post-thumbnail {
            margin-left: 0;
            width: 100%;
            height: auto;
            margin-top: 16px; } }
        .col-box-item-1 .item-inner .content .post-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 6px; }
  .col-box-item-1.comment-box .item-inner .content .content-wraps .user-info {
    display: flex;
    justify-content: space-between; }

.row-box-item-1 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  margin-bottom: 16px; }
  .row-box-item-1 .img-area {
    border-radius: 4px;
    overflow: hidden; }
    .row-box-item-1 .img-area img {
      max-width: 100%;
      display: block;
      margin: auto; }
  .row-box-item-1 .content-area .post-content {
    padding: 16px 16px 0; }
    .row-box-item-1 .content-area .post-content .post-title {
      font-size: 16px;
      line-height: 1.4;
      font-weight: bold;
      margin-bottom: 0; }
    .row-box-item-1 .content-area .post-content .user-info {
      padding: 6px 0 5px;
      display: flex;
      align-items: center; }
      .row-box-item-1 .content-area .post-content .user-info .user-avatar {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
        border-radius: 50%;
        overflow: hidden; }
        .row-box-item-1 .content-area .post-content .user-info .user-avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .row-box-item-1 .content-area .post-content .user-info .user-name {
        flex: auto;
        color: #262626;
        font-size: 15px;
        line-height: 1;
        word-break: break-all;
        font-weight: normal;
        margin-left: 6px; }
  .row-box-item-1 .content-area .post-follow {
    padding: 12px 16px 16px;
    display: flex;
    align-items: center;
    gap: 10px; }
    .row-box-item-1 .content-area .post-follow .icon {
      font-size: 11px;
      font-weight: bold;
      line-height: 1;
      color: #5a5a5a;
      transition: 0.2s ease;
      cursor: pointer; }
      .row-box-item-1 .content-area .post-follow .icon span {
        display: flex;
        align-items: center;
        gap: 3px; }
      .row-box-item-1 .content-area .post-follow .icon svg {
        width: 20px;
        fill: #5a5a5a;
        transition: 0.2s ease; }
      .row-box-item-1 .content-area .post-follow .icon:hover {
        color: #004aad; }
        .row-box-item-1 .content-area .post-follow .icon:hover svg {
          fill: #004aad; }

.emoticon-list {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  position: fixed;
  width: 320px;
  height: 260px;
  overflow: auto;
  box-shadow: 0 10px 20px #30303040;
  z-index: 99;
  display: none; }
  .emoticon-list .list-wraps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .emoticon-list .list-wraps .emoticon-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 4px;
      overflow: hidden;
      padding: 3px;
      cursor: pointer; }
      .emoticon-list .list-wraps .emoticon-item img {
        width: 100%;
        height: 100%; }
      .emoticon-list .list-wraps .emoticon-item:hover {
        border: 1px solid #004aad; }

.emoticon-overlay-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  background-color: transparent;
  display: none; }

#create-post-link::before {
  content: "\e925";
  font-family: design_plus;
  font-size: 14px;
  position: absolute;
  color: #fff; }

.new-blog-page {
  padding: 60px 20px; }
  .new-blog-page .form-field {
    max-width: 860px;
    margin: auto; }
    .new-blog-page .form-field .row {
      margin-bottom: 24px; }
      .new-blog-page .form-field .row label {
        position: relative;
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: bold;
        color: #262626; }
        .new-blog-page .form-field .row label.essential::after {
          content: "必須";
          margin-left: 6px;
          padding: 2px 6px;
          border-radius: 4px;
          font-size: 12px;
          background-color: #004aad;
          color: #fff; }
      .new-blog-page .form-field .row input,
      .new-blog-page .form-field .row select {
        width: 100%;
        padding: 10px 16px;
        border-radius: 5px;
        border: unset;
        box-shadow: 0px 0px 1px 2px #e0e0e0; }
        .new-blog-page .form-field .row input::placeholder,
        .new-blog-page .form-field .row select::placeholder {
          color: #333;
          font-weight: 600;
          font-size: 14px; }
      .new-blog-page .form-field .row .client-editor__submit {
        width: 100%;
        padding: 10px 16px;
        margin-top: 30px;
        background-color: #004aad;
        border: unset;
        border: unset;
        border-radius: 6px;
        color: #fff;
        font-weight: bold;
        cursor: pointer; }
        .new-blog-page .form-field .row .client-editor__submit.sending {
          opacity: 0.4 !important;
          background-color: #004aad !important; }
        .new-blog-page .form-field .row .client-editor__submit .c-loader {
          display: none; }
        .new-blog-page .form-field .row .client-editor__submit:hover {
          background-color: #21c0f0; }
        .new-blog-page .form-field .row .client-editor__submit:active {
          background-color: #1a6a8f; }

.blog-article .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 30px; }
  @media screen and (max-width: 1024px) {
    .blog-article .breadcrumb {
      padding: 0 20px; } }
  .blog-article .breadcrumb .breadcrumb-wraps {
    flex: 1;
    padding: 20px 0;
    overflow: hidden; }
    .blog-article .breadcrumb .breadcrumb-wraps ul {
      display: flex;
      align-items: center;
      gap: 20px; }
      .blog-article .breadcrumb .breadcrumb-wraps ul li {
        min-width: 0;
        position: relative;
        font-size: 14px;
        white-space: nowrap;
        padding-right: 10px; }
        .blog-article .breadcrumb .breadcrumb-wraps ul li span {
          width: 100%;
          display: inline-block;
          text-overflow: ellipsis;
          overflow: hidden; }
        .blog-article .breadcrumb .breadcrumb-wraps ul li:not(:last-child) {
          font-weight: bold; }
          .blog-article .breadcrumb .breadcrumb-wraps ul li:not(:last-child):after {
            content: "\e910";
            position: absolute;
            top: 50%;
            margin-left: 5px;
            transform: translateY(-50%);
            line-height: 1;
            font-family: "design_plus";
            font-size: 12px; }
  .blog-article .breadcrumb .create-btn {
    flex-shrink: 0; }
    .blog-article .breadcrumb .create-btn a {
      background-color: #004aad;
      padding: 8px 14px;
      border-radius: 5px;
      color: #fff;
      font-size: 14px;
      font-weight: bold; }
      .blog-article .breadcrumb .create-btn a:hover {
        background-color: #21c0f0; }
      .blog-article .breadcrumb .create-btn a:active {
        background-color: #1a6a8f; }
.blog-article .blog-content {
  width: 100%;
  margin: 30px auto 100px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .blog-article .blog-content {
      padding: 20px; } }
  .blog-article .blog-content .header .post-info {
    display: flex;
    justify-content: space-between; }
    .blog-article .blog-content .header .post-info .user-info {
      display: flex;
      gap: 12px; }
      .blog-article .blog-content .header .post-info .user-info .user-avatar {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden; }
        .blog-article .blog-content .header .post-info .user-info .user-avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .blog-article .blog-content .header .post-info .user-info .user-name {
        color: #262626; }
        .blog-article .blog-content .header .post-info .user-info .user-name .name {
          font-size: 18px;
          font-weight: bold; }
        .blog-article .blog-content .header .post-info .user-info .user-name .publish-date {
          font-size: 14px;
          margin-top: 6px; }
          .blog-article .blog-content .header .post-info .user-info .user-name .publish-date .edited {
            font-size: 12px;
            margin-left: 8px; }
  .blog-article .blog-content .header .title {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 20px; }
  .blog-article .blog-content .post_content {
    margin-top: 32px; }
    .blog-article .blog-content .post_content img {
      margin: auto;
      display: block; }
    .blog-article .blog-content .post_content iframe {
      display: block;
      margin: auto; }
  .blog-article .blog-content .categories {
    margin: 40px 0 30px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap; }
    .blog-article .blog-content .categories .category {
      font-size: 14px;
      font-weight: bold;
      color: #1d96e7; }
      .blog-article .blog-content .categories .category:hover {
        color: #1b5db3; }
  .blog-article .blog-content .comment-area .latest-comment-author {
    color: #5a5a5a;
    margin: 10px 10px 0;
    font-weight: 700; }
  .blog-article .blog-content .comment-area .comment-counter {
    color: #5a5a5a;
    margin: 20px 10px 20px; }
    .blog-article .blog-content .comment-area .comment-counter span {
      margin-left: 10px; }
  .blog-article .blog-content .comment-area .comment-list {
    border-top: 1px solid #d0d0d0; }
  .blog-article .blog-content .comment-area .create-comment {
    position: relative;
    padding: 40px 10px;
    border-top: 1px solid #d0d0d0; }
    .blog-article .blog-content .comment-area .create-comment .wp-editor-container {
      margin-top: 10px; }
    .blog-article .blog-content .comment-area .create-comment .reply-button {
      position: absolute;
      bottom: 50px;
      right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      color: #d0d0d0;
      transition: 0.3s ease;
      cursor: not-allowed; }
      .blog-article .blog-content .comment-area .create-comment .reply-button i {
        font-size: 16px;
        padding: 10px;
        border-radius: 50%;
        background-color: #f0f0f0;
        transition: 0.3s ease; }
      .blog-article .blog-content .comment-area .create-comment .reply-button .c-loader {
        display: none; }
      .blog-article .blog-content .comment-area .create-comment .reply-button.active {
        cursor: pointer;
        color: #004aad; }
        .blog-article .blog-content .comment-area .create-comment .reply-button.active:hover {
          color: #fff; }
          .blog-article .blog-content .comment-area .create-comment .reply-button.active:hover i {
            background-color: #004aad; }
      .blog-article .blog-content .comment-area .create-comment .reply-button.sending .send-btn {
        display: none; }
      .blog-article .blog-content .comment-area .create-comment .reply-button.sending .c-loader {
        display: block; }
    .blog-article .blog-content .comment-area .create-comment .notification {
      margin-top: 16px;
      text-align: center; }

.comment-box .sub-reply {
  padding-left: 40px; }
  @media screen and (max-width: 543px) {
    .comment-box .sub-reply {
      padding-left: 10px; } }
  .comment-box .sub-reply .col-box-item-1 {
    border-top: unset; }
  @media screen and (max-width: 543px) {
    .comment-box .sub-reply .item-inner {
      border-left: 2px solid #f0f0f0; } }

.related-blog {
  padding: 30px;
  background-color: #fff; }
  .related-blog .wraps {
    max-width: 1200px;
    margin: auto; }
  .related-blog .title {
    font-size: 21px;
    color: #262626;
    font-weight: bold;
    line-height: 1.7; }
  .related-blog .list {
    margin-top: 30px; }
    .related-blog .list .related-blog-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 768px) {
        .related-blog .list .related-blog-items {
          grid-template-columns: 1fr; } }
      .related-blog .list .related-blog-items .item {
        border-radius: 6px;
        border: 1px solid #d0d0d0;
        height: 100%; }
        .related-blog .list .related-blog-items .item:hover {
          background-color: #f0f0f0;
          transition: 0.3s ease-in-out; }
        .related-blog .list .related-blog-items .item .item-inner {
          width: 100%;
          height: 100%;
          justify-content: space-between;
          display: flex;
          align-items: center;
          padding: 10px; }
          .related-blog .list .related-blog-items .item .item-inner .content {
            height: 100%; }
            .related-blog .list .related-blog-items .item .item-inner .content .content-wraps {
              height: 100%;
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
            .related-blog .list .related-blog-items .item .item-inner .content .username {
              display: flex;
              align-items: center;
              gap: 5px; }
              .related-blog .list .related-blog-items .item .item-inner .content .username .name {
                overflow-wrap: break-word;
                word-break: break-word;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.3;
                color: #262626;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden; }
            .related-blog .list .related-blog-items .item .item-inner .content .user-info {
              display: flex;
              gap: 5px;
              margin-top: 10px;
              align-items: center; }
            .related-blog .list .related-blog-items .item .item-inner .content .avatar-field {
              width: 20px;
              height: 20px;
              border-radius: 50%;
              overflow: hidden;
              border: 1px solid #fff; }
              .related-blog .list .related-blog-items .item .item-inner .content .avatar-field img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .related-blog .list .related-blog-items .item .item-inner .content .title {
              overflow-wrap: break-word;
              word-break: break-word;
              font-size: 20px;
              font-weight: bold;
              line-height: 1.7;
              color: #262626;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .related-blog .list .related-blog-items .item .item-inner .content .desc {
              overflow-wrap: break-word;
              word-break: break-word;
              font-size: 16px;
              line-height: 1.5;
              margin-top: 10px;
              color: #262626;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
          .related-blog .list .related-blog-items .item .item-inner .post-thumbnail {
            width: 30%; }
            .related-blog .list .related-blog-items .item .item-inner .post-thumbnail img {
              width: 100%;
              border-radius: 10px; }

.pagination {
  margin: 40px 0; }
  .pagination .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px; }
    .pagination .wp-pagenavi span,
    .pagination .wp-pagenavi a {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      border: none; }
      .pagination .wp-pagenavi span .page_number,
      .pagination .wp-pagenavi a .page_number {
        background: linear-gradient(180deg, #69ade6, #516ef1);
        background-clip: text;
        color: transparent; }
    .pagination .wp-pagenavi span.current {
      border-bottom: 2px solid #b7b7b7; }
      .pagination .wp-pagenavi span.current .page_number {
        background-color: none;
        color: #fff !important; }

.create-blog-btn {
  position: fixed;
  z-index: 1500;
  bottom: 105px;
  right: 38px; }
  @media screen and (max-width: 1221px) {
    .create-blog-btn {
      bottom: 124px;
      right: 15px; } }
  @media screen and (max-width: 850px) {
    .create-blog-btn {
      bottom: 50px;
      right: 15px; } }
  .create-blog-btn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #004aad;
    border-color: #fff;
    box-shadow: 1px 2px 4px #00000060;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: 0.3s ease-in; }
    .create-blog-btn a:hover {
      opacity: 0.8;
      color: #fff; }
    .create-blog-btn a:active {
      box-shadow: unset; }

#create-post-editor {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff; }
  #create-post-editor .ql-editor {
    min-height: 200px; }
  #create-post-editor img {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: 20px auto; }

#comment-editor {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff; }
  #comment-editor .ql-editor {
    min-height: 200px; }
  #comment-editor img {
    display: block;
    max-width: 600px;
    margin: 20px auto; }

#ql-toolbar .ql-send-btn.sending {
  opacity: 0.3; }

.errors-content {
  display: none;
  font-size: 14px;
  color: red; }

.my-blog-link {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 100;
  transform: translateY(-50%); }
  .my-blog-link a {
    display: block;
    margin: 20px 0;
    padding: 20px 20px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    letter-spacing: 2px;
    transition: 0.2s ease; }
    .my-blog-link a.active {
      background-color: #004aad; }
      .my-blog-link a.active:hover {
        color: #fff !important;
        background-color: #234; }
    @media screen and (max-width: 768px) {
      .my-blog-link a {
        margin: 10px 0;
        padding: 10px 10px; } }

.mybloglist-page {
  padding: 60px 20px;
  width: 100%;
  max-width: 820px;
  margin: auto; }
  @media screen and (max-width: 543px) {
    .mybloglist-page {
      padding: 30px 10px; } }
  .mybloglist-page .myblog-header {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75; }
    @media screen and (max-width: 543px) {
      .mybloglist-page .myblog-header {
        font-size: 22px; } }
  .mybloglist-page .list-wraps {
    margin-top: 40px; }
    @media screen and (max-width: 543px) {
      .mybloglist-page .list-wraps {
        margin-top: 20px; } }
    .mybloglist-page .list-wraps .item {
      width: 100%;
      padding: 16px 26px 25px;
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 4px 4px #33333310; }
      @media screen and (max-width: 543px) {
        .mybloglist-page .list-wraps .item {
          border-radius: 0;
          margin-bottom: 10px; } }
      .mybloglist-page .list-wraps .item .header .date {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        color: #707070; }
        .mybloglist-page .list-wraps .item .header .date .edited {
          font-size: 12px;
          margin-left: 8px;
          font-weight: 400; }
      .mybloglist-page .list-wraps .item .header .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 2;
        color: #000; }
        .mybloglist-page .list-wraps .item .header .title:hover {
          color: #004aad; }
      .mybloglist-page .list-wraps .item .content-inner {
        margin-top: 22px;
        width: 100%; }
        .mybloglist-page .list-wraps .item .content-inner img {
          display: block;
          max-width: 100%;
          margin: auto;
          border-radius: 5px; }
      .mybloglist-page .list-wraps .item .action-btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        margin: 10px 0;
        text-align: center; }
        .mybloglist-page .list-wraps .item .action-btns .btn {
          font-size: 14px;
          color: #004aad;
          border: unset;
          background-color: transparent;
          line-height: 1.5;
          cursor: pointer; }
          .mybloglist-page .list-wraps .item .action-btns .btn:hover {
            text-decoration: underline; }
          .mybloglist-page .list-wraps .item .action-btns .btn.remove-myblog-btn, .mybloglist-page .list-wraps .item .action-btns .btn.remove-mycomment-btn {
            color: red; }
      .mybloglist-page .list-wraps .item .post-footer {
        margin-top: 16px;
        padding: 16px;
        border-top: 1px solid #e0e0e0; }
        .mybloglist-page .list-wraps .item .post-footer .reaction-info .reaction-counter {
          margin-bottom: 10px;
          font-size: 14px; }
        .mybloglist-page .list-wraps .item .post-footer .reaction-info .followed-users {
          width: 100%;
          display: inline-flex;
          align-items: baseline;
          gap: 6px; }
          .mybloglist-page .list-wraps .item .post-footer .reaction-info .followed-users .thumbup {
            display: flex;
            gap: 5px;
            align-items: center;
            font-size: 10px;
            padding-top: 10px; }
          .mybloglist-page .list-wraps .item .post-footer .reaction-info .followed-users .reaction-list {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
        .mybloglist-page .list-wraps .item .post-footer .comment-info {
          margin: 20px 14px 0; }
          .mybloglist-page .list-wraps .item .post-footer .comment-info a {
            font-weight: bold;
            color: #004aad;
            text-decoration: underline; }

.mycommentlist-page .comment-list {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0; }
  .mycommentlist-page .comment-list .comment-item {
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #f0f0f0; }

.mypage #account_content_wrap {
  margin: 10px 0 150px; }
  .mypage #account_content_wrap .mybloglist-page {
    padding: 0; }
    .mypage #account_content_wrap .mybloglist-page .list-wraps {
      margin-top: 0; }
  .mypage #account_content_wrap #account_content_tab li a {
    font-size: 12px; }
  .mypage #account_content_wrap .blog-relation a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-size: 14px; }
    .mypage #account_content_wrap .blog-relation a:hover {
      background-color: #f0f0f0; }
.mypage .my-info {
  margin-top: 100px;
  padding: 30px 0 20px;
  display: flex;
  justify-content: center;
  gap: 30px; }
  @media screen and (max-width: 768px) {
    .mypage .my-info {
      margin-top: 40px; } }
  @media screen and (max-width: 543px) {
    .mypage .my-info {
      flex-direction: column;
      align-items: center;
      gap: 10px; } }
  .mypage .my-info .profile-image {
    position: relative;
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0 4px 4px #33333330; }
    @media screen and (max-width: 543px) {
      .mypage .my-info .profile-image {
        width: 140px;
        height: 140px; } }
    .mypage .my-info .profile-image .avatar-icon {
      position: absolute;
      bottom: 5px;
      right: 8px;
      z-index: 10; }
      .mypage .my-info .profile-image .avatar-icon i {
        font-size: 20px;
        color: #32329d;
        filter: drop-shadow(0 0 2px #fff); }
      .mypage .my-info .profile-image .avatar-icon input {
        display: none; }
    .mypage .my-info .profile-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mypage .my-info .user-role {
    width: fit-content;
    margin: auto;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #0097b2;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    border-radius: 20px; }
  .mypage .my-info .other-info {
    text-align: start; }
    @media screen and (max-width: 543px) {
      .mypage .my-info .other-info {
        text-align: center; } }
    .mypage .my-info .other-info .name-area {
      display: flex;
      align-items: baseline;
      gap: 5px; }
      @media screen and (max-width: 543px) {
        .mypage .my-info .other-info .name-area {
          justify-content: center; } }
      .mypage .my-info .other-info .name-area .display-name {
        font-weight: bold;
        font-size: 20px; }
      .mypage .my-info .other-info .name-area .user-name {
        font-size: 18px; }
    .mypage .my-info .other-info .point-area {
      margin-top: 14px; }
      .mypage .my-info .other-info .point-area .point-progress {
        position: relative;
        width: 200px;
        height: 12px;
        border-radius: 6px;
        background-color: #dbdbdb;
        margin: auto;
        overflow: hidden; }
        .mypage .my-info .other-info .point-area .point-progress .current-value {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          border-radius: 6px;
          background-color: #004aad;
          opacity: 0.7; }
      .mypage .my-info .other-info .point-area .point-number {
        margin-top: 10px;
        font-size: 18px; }
        .mypage .my-info .other-info .point-area .point-number span {
          font-weight: bold; }
        .mypage .my-info .other-info .point-area .point-number .next-value {
          padding: 10px 0;
          font-size: 15px;
          color: #777; }
      .mypage .my-info .other-info .point-area .point-gain-guide {
        font-size: 16px;
        color: #666;
        cursor: pointer;
        border-radius: 4px;
        padding: 3px; }
        .mypage .my-info .other-info .point-area .point-gain-guide:hover {
          background-color: #f0f0f0; }
      .mypage .my-info .other-info .point-area .login-counter {
        color: #666;
        font-size: 14px;
        margin: 6px 0 0; }
      .mypage .my-info .other-info .point-area .gift-txt {
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold; }
  .mypage .my-info .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly; }
    .mypage .my-info .badges .badge img {
      display: block;
      width: 60px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 2px 3px #33333330;
      margin: auto; }
    .mypage .my-info .badges .badge .label {
      margin-top: 10px;
      font-size: 12px;
      color: #707070;
      text-align: center;
      font-weight: bold; }

.point-tip-modal {
  position: relative;
  display: none;
  z-index: 9999; }
  .point-tip-modal .modal-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    overflow: auto; }
    .point-tip-modal .modal-inner .modal-back {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #00000030;
      z-index: 0; }
    .point-tip-modal .modal-inner .m-container {
      position: relative;
      background-color: #fff;
      max-width: 920px;
      margin: 2rem auto;
      padding: 60px 0; }
      @media screen and (min-width: 544px) {
        .point-tip-modal .modal-inner .m-container {
          border-radius: 10px;
          box-shadow: 0 4px 4px #00000030; } }
      .point-tip-modal .modal-inner .m-container .close-icon {
        position: absolute;
        top: 20px;
        right: 20px; }
        .point-tip-modal .modal-inner .m-container .close-icon i {
          color: #c0c0c0;
          font-size: 22px;
          transition: 0.2s ease-in;
          cursor: pointer; }
          .point-tip-modal .modal-inner .m-container .close-icon i:hover {
            color: #a0a0a0;
            transform: rotate(90deg); }
      .point-tip-modal .modal-inner .m-container .modal-header {
        margin: 30px auto 20px; }
        .point-tip-modal .modal-inner .m-container .modal-header .title {
          font-size: 24px;
          font-weight: bold;
          color: #454545;
          text-align: center; }
      .point-tip-modal .modal-inner .m-container .modal-content {
        padding: 40px; }
        @media screen and (max-width: 543px) {
          .point-tip-modal .modal-inner .m-container .modal-content {
            padding-inline: 30px 20px; } }
        .point-tip-modal .modal-inner .m-container .modal-content .action-table {
          width: 100%;
          overflow: auto; }
          .point-tip-modal .modal-inner .m-container .modal-content .action-table table {
            width: 100%; }
            .point-tip-modal .modal-inner .m-container .modal-content .action-table table thead tr th {
              padding: 10px 0;
              background-color: #fff;
              color: #767679;
              font-size: 14px;
              font-weight: bold;
              text-align: center;
              border-bottom: 1px solid #d0d0d0;
              vertical-align: middle;
              white-space: nowrap; }
              @media screen and (min-width: 544px) {
                .point-tip-modal .modal-inner .m-container .modal-content .action-table table thead tr th {
                  min-width: 160px; } }
              .point-tip-modal .modal-inner .m-container .modal-content .action-table table thead tr th:first-child {
                width: 280px;
                position: sticky;
                left: 0;
                text-align: left; }
            .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr {
              color: #232324;
              display: table-row;
              outline: 0;
              vertical-align: middle; }
              .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr td {
                padding: 10px 0;
                text-align: center;
                background-color: #fafbfe;
                font-size: 14px;
                border-bottom: 1px solid #d0d0d0;
                white-space: nowrap; }
                @media screen and (min-width: 544px) {
                  .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr td {
                    min-width: 160px; } }
                .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr td:first-child {
                  position: sticky;
                  left: 0;
                  text-align: left;
                  font-weight: bold; }
        .point-tip-modal .modal-inner .m-container .modal-content .gift-content {
          margin: 30px 0;
          line-height: 1.75; }
          .point-tip-modal .modal-inner .m-container .modal-content .gift-content .title {
            font-size: 20px;
            line-height: 2;
            font-weight: bold;
            color: #121314; }
          .point-tip-modal .modal-inner .m-container .modal-content .gift-content .desc {
            color: #454545;
            font-size: 14px; }

.mygood-page .list-wraps .main-items .lists .item .header {
  display: flex;
  align-items: center;
  gap: 10px; }
  .mygood-page .list-wraps .main-items .lists .item .header .user-info {
    flex-shrink: 0; }
    .mygood-page .list-wraps .main-items .lists .item .header .user-info .avatar-field {
      width: 50px;
      height: 50px;
      overflow: hidden;
      border: 2px solid #fff;
      border-radius: 50%;
      box-shadow: 0 3px 4px #33333330; }
      .mygood-page .list-wraps .main-items .lists .item .header .user-info .avatar-field img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .mygood-page .list-wraps .main-items .lists .item .header .author .author-name {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 1.5; }
.mygood-page .list-wraps .main-items .lists .item .title-field {
  margin-top: 30px; }
  .mygood-page .list-wraps .main-items .lists .item .title-field .title {
    font-size: 28px;
    font-weight: bold; }
.mygood-page .list-wraps .main-items .lists .item .post-footer {
  padding: 20px 0;
  border: unset; }
  .mygood-page .list-wraps .main-items .lists .item .post-footer .reaction-info .followed-users .thumbup.owner path,
  .mygood-page .list-wraps .main-items .lists .item .post-footer .reaction-info .followed-users .thumbup.owner circle {
    fill: #004aad; }
  .mygood-page .list-wraps .main-items .lists .item .post-footer .reaction-info .followed-users .thumbup.owner .follows {
    color: #004aad; }
.mygood-page .list-wraps .main-items .lists .item .comment-info {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px; }
  .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment {
    margin-top: 16px; }
    .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info {
      display: flex;
      align-items: center;
      gap: 10px; }
      .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .avatar-field {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid #fff; }
        .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .avatar-field img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .nameanddate .username {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.5; }
      .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .nameanddate .updated {
        font-size: 14px;
        color: #5a5a5a; }
    .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .content {
      padding: 30px 20px; }

.vimeo-watching__history-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  counter-reset: item; }
  .vimeo-watching__history-list .vimeo-watching__history__item {
    position: relative;
    margin-bottom: 14px;
    padding: 6px 10px;
    background-color: #f0f0f0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    counter-increment: item; }
    .vimeo-watching__history-list .vimeo-watching__history__item .cell {
      flex: auto;
      padding: 6px 10px;
      vertical-align: middle;
      font-size: 14px; }
    .vimeo-watching__history-list .vimeo-watching__history__item .vimeo-link {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px; }
      .vimeo-watching__history-list .vimeo-watching__history__item .vimeo-link a {
        line-height: 1.25; }
      .vimeo-watching__history-list .vimeo-watching__history__item .vimeo-link::before {
        content: counter(item) ".";
        position: relative;
        left: 0;
        top: 0;
        font-size: 14px; }
    .vimeo-watching__history-list .vimeo-watching__history__item .count_date {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      color: #535353;
      font-size: 12px; }
      .vimeo-watching__history-list .vimeo-watching__history__item .count_date .count {
        text-align: right;
        flex-shrink: 0; }
      .vimeo-watching__history-list .vimeo-watching__history__item .count_date .date {
        text-align: right;
        flex-shrink: 0; }
.vimeo-watching__history .no-history {
  text-align: center;
  font-weight: 500;
  font-size: 14px; }

.mypage #account_content_wrap #account_content_tab li a {
  font-size: 14px;
  white-space: nowrap; }
.mypage #account_content_wrap #account_content_tab li.active a {
  font-size: 16px;
  font-weight: 500; }

.mypage .account_content.pay-history {
  display: none; }
.mypage .account_content.active {
  display: block !important; }
.mypage .account_content .charge-data {
  overflow: auto; }
  .mypage .account_content .charge-data table {
    width: 100%;
    table-layout: auto; }
    .mypage .account_content .charge-data table tr {
      border-bottom: 1px solid #d0d0d0;
      font-size: 14px;
      white-space: nowrap; }
      .mypage .account_content .charge-data table tr th {
        background-color: #f0f0f0;
        padding: 10px 10px; }
      .mypage .account_content .charge-data table tr td {
        padding: 10px 10px; }
        .mypage .account_content .charge-data table tr td.no-data {
          text-align: center; }

.bottom_tab_post {
  background-color: #0097be; }

#bottom_tab_post_headline > div.active {
  background-color: #0097be;
  border-color: #0097be; }

.bottom_tab_post .animate_background {
  background-color: #30303030; }

.vip-user-form .email-address-form textarea {
  width: 100%; }

.standard-content .not-allowed {
  padding: 8px 15px;
  background-color: #0097be;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: 0 2px 4px #00000030;
  font-weight: 700;
  width: fit-content; }
.standard-content .excerpt {
  position: relative;
  margin-top: 1rem;
  line-height: 2;
  z-index: 0; }
  .standard-content .excerpt::after {
    content: "";
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1; }
.standard-content .upgrade-link {
  margin-top: 2rem; }
  .standard-content .upgrade-link a {
    display: block;
    width: fit-content;
    position: relative;
    margin: auto;
    padding: 20px;
    min-width: 200px;
    text-align: center;
    color: #0097be;
    border: 1px solid #0097be;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 0;
    box-shadow: 0 3px 4px #00000030;
    border-radius: 2px; }
    .standard-content .upgrade-link a span {
      display: block;
      position: relative;
      z-index: 2; }
    .standard-content .upgrade-link a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #0097be;
      z-index: -1;
      transform-origin: bottom right;
      transform: scale(0, 1);
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1); }
    .standard-content .upgrade-link a:hover {
      color: #fff; }
      .standard-content .upgrade-link a:hover::before {
        transform-origin: bottom left;
        transform: scale(1, 1); }

.new-content {
  display: block; }
  .new-content .post_content {
    margin-top: 0 !important; }
  .new-content .item {
    width: 100%;
    margin-bottom: 3rem; }
    .new-content .item .item-inner {
      flex: auto; }
    .new-content .item .image_wrap {
      background-color: #f0f0f0; }
    .new-content .item .title {
      height: auto; }
    .new-content .item .desc {
      height: auto; }
    .new-content .item .explanation {
      line-height: 2;
      margin-bottom: 1rem;
      margin-top: 1rem; }
    .new-content .item .content a {
      height: auto; }
      .new-content .item .content a .date {
        position: relative;
        top: 0; }
      @media screen and (max-width: 543px) {
        .new-content .item .content a {
          padding: 15px 20px; } }

.index_tab_post_headline > div.active {
  border-color: #464B4C;
  background-color: #464B4C; }

.index_tab_post {
  background-color: #464B4C; }

.keisan-page {
  padding: 2rem 1rem;
  margin-top: 2rem;
  font-size: 14px; }
  .keisan-page .form-inner {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 1rem; }
    .keisan-page .form-inner .keisan-page__form-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-top: 0.5rem; }
      .keisan-page .form-inner .keisan-page__form-item label {
        display: inline-block;
        width: 80px;
        flex-shrink: 0;
        text-align: right; }
      .keisan-page .form-inner .keisan-page__form-item input,
      .keisan-page .form-inner .keisan-page__form-item select {
        width: 150px;
        border: 1px solid #ccc;
        outline: none;
        padding: 0.5rem;
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        .keisan-page .form-inner .keisan-page__form-item input:focus,
        .keisan-page .form-inner .keisan-page__form-item select:focus {
          box-shadow: 0 0 5px 0 #21b0f080; }
  .keisan-page .btn-group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem; }
    .keisan-page .btn-group button {
      padding: 0.5rem 1rem;
      border-radius: 5px;
      cursor: pointer;
      border: none;
      color: #fff;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .keisan-page .btn-group button:hover {
        opacity: 0.9;
        box-shadow: 0 2px 5px 0 #00000040; }
      .keisan-page .btn-group button.calc-btn {
        background-color: #059669; }
      .keisan-page .btn-group button.clear-btn {
        background-color: #304050; }
      .keisan-page .btn-group button.print-btn {
        background-color: #004aad; }
  .keisan-page .keisan-result {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    max-width: 320px;
    margin: 1rem auto;
    padding-top: 1rem;
    border-top: 1px solid #234; }
    .keisan-page .keisan-result .keisan-result__item {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center;
      align-items: center;
      column-gap: 0.5rem; }
      .keisan-page .keisan-result .keisan-result__item .keisan-result__item-label {
        text-align: right; }
      .keisan-page .keisan-result .keisan-result__item .value {
        border-radius: 4px;
        border-top: 1px #777 solid;
        border-left: 1px #777 solid;
        border-right: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
        padding: 5px 5px 5px 6px;
        display: inline;
        font-weight: bold;
        margin: 0 2px 2px 4px;
        font-size: 15px;
        line-height: 34px; }
        .keisan-page .keisan-result .keisan-result__item .value.none {
          padding-left: 30px; }

@media print {
  body * {
    visibility: hidden; }

  .keisan-page,
  .keisan-page * {
    visibility: visible; }

  .keisan-page {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
    .keisan-page .btn-group {
      display: none; }

  *::after,
  *::before {
    display: none !important; } }
.onayami-section {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .onayami-section .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto; }
  .onayami-section .onayami-section__item {
    margin-top: 30px;
    position: relative; }
    .onayami-section .onayami-section__item button {
      position: relative;
      width: 100%;
      background-color: #ff593c;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      padding: 14px 0;
      border-radius: 5px;
      border: 1px solid #343434;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s; }
      .onayami-section .onayami-section__item button:hover {
        opacity: 0.8; }
      .onayami-section .onayami-section__item button:active {
        opacity: 1; }
      .onayami-section .onayami-section__item button:disabled::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ff593c;
        z-index: 1; }
      .onayami-section .onayami-section__item button:disabled::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        aspect-ratio: 4;
        transform: translate(-50%, -50%);
        --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #fff0);
        background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
        background-size: calc(100% / 3) 100%;
        animation: l7 1s infinite linear;
        -webkit-animation: l7 1s infinite linear;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 2; }
@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%; }
  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%; }
  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%; } }
      @media screen and (max-width: 543px) {
        .onayami-section .onayami-section__item button {
          font-size: 14px;
          padding: 10px 0; } }
    .onayami-section .onayami-section__item .choice-groups {
      display: grid;
      grid-template-columns: 1fr 240px 1fr; }
      @media screen and (max-width: 543px) {
        .onayami-section .onayami-section__item .choice-groups {
          grid-template-columns: 1fr 160px 1fr; } }
      .onayami-section .onayami-section__item .choice-groups .img-field {
        max-width: 100%;
        margin: auto;
        z-index: 1; }
        .onayami-section .onayami-section__item .choice-groups .img-field img {
          width: 100%;
          margin: auto;
          transform: scale(1.08);
          -webkit-transform: scale(1.08);
          -moz-transform: scale(1.08);
          -ms-transform: scale(1.08);
          -o-transform: scale(1.08); }
      .onayami-section .onayami-section__item .choice-groups .choice-items {
        position: relative;
        z-index: 2;
        transform: translateY(16px);
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px); }
      .onayami-section .onayami-section__item .choice-groups .choice-item {
        position: relative;
        margin-bottom: 10px;
        z-index: 0; }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line {
        position: absolute;
        top: 50%;
        height: 1px;
        transform-origin: left; }
        .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line::before {
          content: "";
          position: absolute;
          background-color: #333;
          width: 6px;
          height: 6px;
          top: 50%;
          right: 0px;
          background-color: #333;
          border-radius: 50%;
          transform: translate(50%, -50%);
          -webkit-transform: translate(50%, -50%);
          -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
          -o-transform: translate(50%, -50%); }
          @media screen and (max-width: 543px) {
            .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line::before {
              width: 5px;
              height: 5px; } }
        .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0px;
          width: 100%;
          height: 1px;
          background-color: #333; }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(1) .line {
        right: -60px;
        width: 60px;
        transform: rotate(48deg);
        -webkit-transform: rotate(48deg);
        -moz-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
        -o-transform: rotate(48deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(1) .line {
            right: -43px;
            width: 43px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(2) .line {
        right: -70px;
        width: 70px;
        transform: rotate(42deg);
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(2) .line {
            right: -50px;
            width: 50px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(3) .line {
        right: -70px;
        width: 70px;
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(3) .line {
            right: -45px;
            width: 45px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(4) .line {
        right: -45px;
        width: 45px;
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(4) .line {
            right: -30px;
            width: 30px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(5) .line {
        right: -60px;
        width: 60px;
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(5) .line {
            right: -37px;
            width: 37px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(6) .line {
        right: -60px;
        width: 60px;
        transform: rotate(-23deg);
        -webkit-transform: rotate(-23deg);
        -moz-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        -o-transform: rotate(-23deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(6) .line {
            right: -38px;
            width: 38px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(7) .line {
        right: -60px;
        width: 60px;
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        -moz-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        -o-transform: rotate(28deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(7) .line {
            right: -39px;
            width: 39px;
            transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line {
        position: absolute;
        top: 50%;
        height: 1px;
        transform-origin: right; }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line::before {
          content: "";
          position: absolute;
          background-color: #333;
          width: 6px;
          height: 6px;
          top: 50%;
          left: 0px;
          background-color: #333;
          border-radius: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%); }
          @media screen and (max-width: 543px) {
            .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line::before {
              width: 5px;
              height: 5px; } }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0px;
          width: 100%;
          height: 1px;
          background-color: #333; }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(1) .line {
        left: -75px;
        width: 75px;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(1) .line {
            left: -50px;
            width: 50px;
            transform: rotate(-7deg);
            -webkit-transform: rotate(-7deg);
            -moz-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
            -o-transform: rotate(-7deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(2) .line {
        left: -62px;
        width: 62px;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(2) .line {
            left: -50px;
            width: 50px;
            transform: rotate(53deg);
            -webkit-transform: rotate(53deg);
            -moz-transform: rotate(53deg);
            -ms-transform: rotate(53deg);
            -o-transform: rotate(53deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(3) .line {
        left: -100px;
        width: 100px;
        transform: rotate(58deg);
        -webkit-transform: rotate(58deg);
        -moz-transform: rotate(58deg);
        -ms-transform: rotate(58deg);
        -o-transform: rotate(58deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(3) .line {
            left: -84px;
            width: 84px;
            transform: rotate(63deg);
            -webkit-transform: rotate(63deg);
            -moz-transform: rotate(63deg);
            -ms-transform: rotate(63deg);
            -o-transform: rotate(63deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(4) .line {
        left: -100px;
        width: 100px;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(4) .line {
            left: -80px;
            width: 80px;
            transform: rotate(51deg);
            -webkit-transform: rotate(51deg);
            -moz-transform: rotate(51deg);
            -ms-transform: rotate(51deg);
            -o-transform: rotate(51deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) {
        margin-top: 40px; }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) .line {
          left: -130px;
          width: 130px;
          transform: rotate(65deg);
          -webkit-transform: rotate(65deg);
          -moz-transform: rotate(65deg);
          -ms-transform: rotate(65deg);
          -o-transform: rotate(65deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) {
            margin-top: 30px; }
            .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) .line {
              left: -107px;
              width: 107px;
              transform: rotate(71deg);
              -webkit-transform: rotate(71deg);
              -moz-transform: rotate(71deg);
              -ms-transform: rotate(71deg);
              -o-transform: rotate(71deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) {
        margin-top: 40px; }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) .line {
          left: -76px;
          width: 76px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) {
            margin-top: 30px; }
            .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) .line {
              left: -70px;
              width: 70px;
              transform: rotate(60deg);
              -webkit-transform: rotate(60deg);
              -moz-transform: rotate(60deg);
              -ms-transform: rotate(60deg);
              -o-transform: rotate(60deg); } }
  .onayami-section .other-choice {
    margin-top: 50px; }
    .onayami-section .other-choice .other-choice__content {
      display: grid;
      grid-template-columns: 230px 1fr;
      gap: 30px;
      margin-top: 20px; }
      @media screen and (max-width: 543px) {
        .onayami-section .other-choice .other-choice__content {
          grid-template-columns: 1fr 220px; } }
      .onayami-section .other-choice .other-choice__content .other-choice-groups {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 14px; }
        @media screen and (max-width: 543px) {
          .onayami-section .other-choice .other-choice__content .other-choice-groups {
            gap: 10px; } }
        .onayami-section .other-choice .other-choice__content .other-choice-groups .other-choice__item {
          width: 100%; }
      .onayami-section .other-choice .other-choice__content .img-field img {
        display: block; }
  .onayami-section .link-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000; }
    .onayami-section .link-modal__content {
      position: relative;
      width: 700px;
      max-width: 90%;
      top: 50%;
      left: 50%;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      z-index: 1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      @media screen and (max-width: 543px) {
        .onayami-section .link-modal__content {
          top: 55%;
          padding: 20px; } }
      .onayami-section .link-modal__content .close-icon {
        position: absolute;
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        background-color: #00000060;
        padding: 7px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer; }
        .onayami-section .link-modal__content .close-icon svg {
          width: 100%;
          height: 100%; }
      .onayami-section .link-modal__content .link-modal__content-item {
        position: relative;
        width: 100%;
        border: 1px solid #004bad;
        background-color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s; }
        .onayami-section .link-modal__content .link-modal__content-item:not(:last-child) {
          margin-bottom: 16px; }
        .onayami-section .link-modal__content .link-modal__content-item:hover {
          background-color: #f0f0f0;
          text-decoration: none; }
        .onayami-section .link-modal__content .link-modal__content-item-inner {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          padding: 20px;
          color: #333;
          text-decoration: none; }
          .onayami-section .link-modal__content .link-modal__content-item-inner .l-title {
            position: relative;
            width: fit-content;
            z-index: 1;
            outline: 2px solid #ff593c;
            outline-offset: 3px; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .l-title::before {
              content: "";
              position: absolute;
              bottom: -6px;
              left: 30px;
              width: 25px;
              height: 4px;
              background-color: #f0f0f0; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .l-title::after {
              content: "";
              position: absolute;
              top: -6px;
              right: 30px;
              width: 25px;
              height: 4px;
              background-color: #f0f0f0; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .l-title {
                width: 140px; } }
            .onayami-section .link-modal__content .link-modal__content-item-inner .l-title span {
              position: relative;
              display: block;
              width: 250px;
              height: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 30px;
              background-color: #004bad;
              color: #fff;
              z-index: 1;
              font-size: 24px;
              font-weight: bold;
              line-height: 1;
              font-family: "Yu Mincho", "Kozuka Mincho", "Hiragino Mincho Pro", "Noto Sans JP", sans-serif;
              overflow: hidden;
              text-decoration: none; }
              @media screen and (max-width: 543px) {
                .onayami-section .link-modal__content .link-modal__content-item-inner .l-title span {
                  width: 140px;
                  font-size: 20px;
                  height: 34px;
                  padding: 0 0 0 24px; } }
              .onayami-section .link-modal__content .link-modal__content-item-inner .l-title span::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 34px;
                height: 100%;
                border-top: 34px solid #ff593c;
                border-right: 34px solid transparent; }
          .onayami-section .link-modal__content .link-modal__content-item-inner .desc {
            position: relative;
            font-size: 18px;
            margin: 40px 0 20px;
            font-family: "Noto Serif JP", sans-serif;
            font-weight: 400;
            line-height: 1.3;
            text-decoration: none !important;
            z-index: 1;
            color: #333; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .desc {
                margin: 30px 0 0;
                font-size: 15px;
                width: 70%; } }
          .onayami-section .link-modal__content .link-modal__content-item-inner .top-img {
            position: absolute;
            top: 10px;
            right: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: 500;
            font-family: "Noto Sans Jp"; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .top-img {
                flex-direction: column;
                font-size: 15px; } }
            .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .acc-img {
              width: 100px; }
              @media screen and (max-width: 543px) {
                .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .acc-img {
                  width: 60px; } }
            .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text {
              color: #333;
              text-decoration: none !important; }
              .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 {
                display: inline; }
                @media screen and (max-width: 543px) {
                  .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 {
                    display: block;
                    text-align: center; } }
                .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 img {
                  vertical-align: middle;
                  height: 24px;
                  display: inline; }
                  @media screen and (max-width: 543px) {
                    .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 img {
                      font-size: 16px;
                      height: 15px; } }
          .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon {
            position: absolute;
            bottom: 17px;
            right: 30px;
            height: 100px; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon img {
              max-height: 100%; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img2 {
              height: 80px; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img3 {
              bottom: 30px; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon {
                bottom: 5px;
                right: 10px;
                height: 70px;
                z-index: 0;
                opacity: 0.8; }
                .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img2 {
                  height: 50px; }
                .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img3 {
                  bottom: 40px;
                  height: 60px; } }
    .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner {
      display: grid;
      grid-template-columns: 1fr 200px;
      gap: 20px; }
      @media screen and (max-width: 543px) {
        .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner {
          grid-template-columns: 1fr 140px;
          gap: 10px; }
          .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .desc {
            width: 100%; } }
      .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .img-icon {
        position: relative;
        height: 170px;
        top: unset;
        bottom: unset;
        right: unset;
        left: unset; }
        .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .img-icon img {
          display: block;
          margin: auto !important; }
        @media screen and (max-width: 543px) {
          .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .img-icon {
            height: 130px; } }

/*# sourceMappingURL=app.css.map */
