@charset "UTF-8";
@media screen and (max-width: 979px) {
  .top-page-main {
    display: flex;
    justify-content: center;
  }
  .top-page-body {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 10px;
    background-color: white;
  }
  .top-page-sidebar {
    width: 30%;
    display: none;
  }
  .top-page-sidebar .sidebar {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .top-page-sidebar .sidebar .sidebar-body {
    text-align: center;
    padding-top: 25px;
    padding-left: 15%;
    padding-right: 15%;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list h3 {
    border-bottom: 1px solid #464E53;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    text-align: left;
    max-width: 250px;
  }
  .top-page-sidebar .sidebar .sidebar-body .search-form {
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 80px;
    padding-top: 20px;
  }
  .top-page-sidebar .sidebar .sidebar-body .search-form #search_words {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: larger;
    border: #333 solid 1px;
    height: 35px !important;
  }
  .top-page-sidebar .sidebar .sidebar-body .search-form #search-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 20px;
    z-index: 10;
    border: none !important;
    background-color: white;
    cursor: pointer;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list {
    max-width: 250px;
    width: 100%;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li {
    text-decoration: none !important;
    border-bottom: 1px dashed #464E53;
    width: 100%;
    min-height: 41px !important;
    margin-top: 6px;
    padding-top: 20px;
    position: relative;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li:hover {
    cursor: pointer;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li::after {
    content: "＞";
    font-size: "18px";
    color: #464E53;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul .li-term-count {
    margin-left: 5px;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul .li-term-count::before {
    content: "(";
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul .li-term-count::after {
    content: ")";
  }
  .top-page-main {
    width: 100%;
    min-height: 200px;
    padding-bottom: 50px;
    padding-top: 15px;
    display: inline;
  }
  .top-page-main .posts-list {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 25px;
    padding-bottom: 100px;
  }
  .top-page-main .posts-list .pagination-parent {
    margin-top: 30px;
    text-align: center;
  }
  .top-page-main .posts-list .pagination-parent .page-numbers {
    display: flex;
    margin: 0 16px;
    color: #464E53;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }
  .top-page-main .posts-list .pagination-parent .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
  }
  .top-page-main .posts-list .pagination-parent .current {
    background-color: #6F5436;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    color: white;
  }
  .top-page-main .posts-list .pagination-parent .prev {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .top-page-main .posts-list .pagination-parent .next {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .top-page-main .posts-list .post-cards {
    width: 100%;
  }
  .top-page-main .posts-list .post-cards a {
    text-decoration: none;
    color: #464E53;
  }
  .top-page-main .posts-list .post-cards .post-card {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border: none !important;
  }
  .top-page-main .posts-list .post-cards .post-card .post-thumbnail-parent {
    width: 30%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .top-page-main .posts-list .post-cards .post-card .post-thumbnail-parent .post-thumbnail {
    position: relative;
    width: 25vw !important;
    height: 25vw !important;
    background: #F8F8F8;
  }
  .top-page-main .posts-list .post-cards .post-card .post-thumbnail-parent .post-thumbnail .post-thumbnail-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent {
    width: 70%;
    padding: 10px 0px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent h4 {
    max-width: 50vw;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 6px 10px;
    margin: 3px 0px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories {
    padding: 0 10px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories .post-category-parent {
    display: flex;
    align-items: center;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories .post-category-parent .post-new {
    width: 50px;
    height: 20px;
    background: #6F5436;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories .post-category-parent .post-new .post-new-text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 20.27px;
    text-align: left;
    color: #FFFFFF;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories .post-category-parent .folder-icon-parent img {
    max-height: 24px;
    max-width: 19px;
    width: 24px !important;
    height: 19px !important;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories .post-category-parent .post-category {
    margin-left: 6px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories li {
    display: inline;
    margin-right: 10px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #464E53;
  }
  .top-page-main .posts-list .post-cards .post-card .post-content-parent .post-categories .post-content {
    max-height: 76px;
    margin-top: 6px;
    width: 60vw;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .top-page-main h3 {
    font-family: "Prompt";
    font-size: 38px;
    font-weight: 600;
    line-height: 57.46px;
    letter-spacing: 0.3em;
    text-align: center;
    color: #6F5436;
  }
  .top-page-main h5 {
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 400;
    line-height: 34.75px;
    text-align: left;
    color: #6F5436;
  }
  .top-page-main .top-page-profile {
    background: #F8F5E9;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .top-page-main .top-page-profile h3 {
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 76px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436;
  }
  .top-page-main .top-page-profile .min-image-list-component {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .top-page-main .top-page-profile .min-image-list-component .before-page {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F5436 !important;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
  }
  .top-page-main .top-page-profile .min-image-list-component .before-page .prev-text {
    width: 13.5px;
    height: 23.38px;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent {
    width: 100%;
    text-align: center;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list .min-image-card {
    background-color: #F8F8F8;
    width: 198px;
    height: 198px;
    position: relative;
    cursor: pointer;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list .min-image-card .min-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 198px !important;
    max-height: 198px !important;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list .min-image-card :nth-child(n+2) {
    display: none !important;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list #min-image-card-1 {
    display: none !important;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list #min-image-card-2 {
    display: none !important;
  }
  .top-page-main .top-page-profile .min-image-list-component .next-page {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F5436 !important;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
  }
  .top-page-main .top-page-profile .min-image-list-component .next-page .next-text {
    width: 13.5px;
    height: 23.38px;
  }
  .top-page-main .top-page-profile .top-profile-custom {
    margin-top: 30px;
  }
  .top-page-main .top-page-profile .more-link-parent {
    width: 100%;
    text-align: right;
    margin-top: 28px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .top-page-main .top-page-profile .more-link-parent .more-link {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.3em;
    text-align: left;
    cursor: pointer;
  }
  .top-page-main .top-page-profile .more-link-parent .next-text {
    width: 8px;
    height: 13px;
  }
  .top-page-main .top-page-profile .top-profile-custom {
    margin-top: 40px;
  }
  .top-page-main .top-page-profile .top-profile-custom .top-profile-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
  }
  .top-page-main .top-page-contact {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .top-page-main .top-page-contact .top-contact-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .top-page-main .top-page-contact .top-contact-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
  }
  .top-image-widget {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .top-page-body {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 100px;
    background-color: white;
  }
  .top-page-sidebar {
    width: 30%;
  }
  .top-page-sidebar .sidebar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .top-page-sidebar .sidebar .sidebar-body {
    text-align: center;
    padding-top: 25px;
    padding-left: 15%;
    padding-right: 15%;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list h3 {
    border-bottom: 1px solid #464E53;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    text-align: left;
    max-width: 250px;
  }
  .top-page-sidebar .sidebar .sidebar-body .search-form {
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 80px;
    padding-top: 20px;
  }
  .top-page-sidebar .sidebar .sidebar-body .search-form #search_words {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: larger;
    border: #333 solid 1px;
    height: 35px !important;
  }
  .top-page-sidebar .sidebar .sidebar-body .search-form #search-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 20px;
    z-index: 10;
    border: none !important;
    background-color: white;
    cursor: pointer;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list {
    max-width: 250px;
    min-width: 200px;
    width: 100%;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li {
    text-decoration: none !important;
    border-bottom: 1px dashed #464E53;
    width: 100%;
    min-height: 41px !important;
    margin-top: 6px;
    padding-top: 20px;
    position: relative;
    min-width: 220px;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li .term-name {
    max-width: 200px !important;
    width: 200px;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li .next-arrow {
    content: "＞";
    font-size: "18px";
    color: #464E53;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul li:hover {
    cursor: pointer;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul .li-term-count {
    margin-left: 5px;
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul .li-term-count::before {
    content: "(";
  }
  .top-page-sidebar .sidebar .sidebar-body .category-list .category-ul .li-term-count::after {
    content: ")";
  }
  .top-page-main {
    width: 70%;
    min-height: 200px;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 25px;
  }
  .top-page-main .posts-list {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 25px;
    padding-bottom: 100px;
  }
  .top-page-main .posts-list .pagination-parent {
    margin-top: 30px;
    text-align: center;
  }
  .top-page-main .posts-list .pagination-parent .page-numbers {
    display: flex;
    margin: 0 16px;
    color: #464E53;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }
  .top-page-main .posts-list .pagination-parent .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
  }
  .top-page-main .posts-list .pagination-parent .current {
    background-color: #6F5436;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    color: white;
  }
  .top-page-main .posts-list .pagination-parent .prev {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .top-page-main .posts-list .pagination-parent .next {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .top-page-main .posts-list .post-cards {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: none !important;
  }
  .top-page-main .posts-list .post-cards hr {
    display: none;
  }
  .top-page-main .posts-list .post-cards a {
    text-decoration: none;
    color: #464E53;
  }
  .top-page-main .posts-list .post-cards .post-card {
    width: 365px;
    height: 679px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 30px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-thumbnail-parent {
    cursor: pointer;
    text-decoration: none;
  }
  .top-page-main .posts-list .post-cards .post-card .post-thumbnail-parent .post-thumbnail {
    position: relative;
    width: 375px;
    height: 375px;
    background: #F8F8F8;
  }
  .top-page-main .posts-list .post-cards .post-card .post-thumbnail-parent .post-thumbnail-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    max-height: 300px;
    width: 100%; /* 幅を親要素（square-container）いっぱいに */
    height: 100%; /* 高さは自動調整（アスペクト比を維持） */
    object-fit: contain; /* 画像がコンテナを覆うようにフィット */
    object-position: center; /* 画像の中心を表示 */
  }
  .top-page-main .posts-list .post-cards .post-card h4 {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    text-align: left;
    padding: 6px 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories .post-category-parent {
    display: flex;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories .post-category-parent .post-new {
    width: 50px;
    height: 20px;
    background: #6F5436;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories .post-category-parent .post-new .post-new-text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 20.27px;
    text-align: left;
    color: #FFFFFF;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories .post-category-parent .folder-icon-parent img {
    max-height: 24px;
    max-width: 19px;
    width: 24px !important;
    height: 19px !important;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories .post-category-parent .post-category {
    margin-left: 6px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 20.27px;
    text-align: left;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories li {
    display: inline;
    margin-right: 10px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #464E53;
  }
  .top-page-main .posts-list .post-cards .post-card .post-categories .post-content {
    height: 163px;
    margin-top: 10px;
    overflow-wrap: anywhere;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 23.17px;
    text-align: justified;
  }
  .top-page-main h3 {
    font-family: "Prompt";
    font-size: 38px;
    font-weight: 600;
    line-height: 57.46px;
    letter-spacing: 0.3em;
    text-align: left;
    color: #6F5436;
  }
  .top-page-main h5 {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 400;
    line-height: 34.75px;
    text-align: left;
  }
  .top-page-main .main-post {
    padding-left: 5%;
  }
  .top-page-main .top-page-profile {
    background: #F8F5E9;
    padding-left: 5%;
    margin-left: 5%;
    padding-top: 60px;
    padding-bottom: 30px;
    border-radius: 30px 0px 0px 30px;
  }
  .top-page-main .top-page-profile h3 {
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 76px;
    text-align: left;
    letter-spacing: 0.3em;
    color: #6F5436;
  }
  .top-page-main .top-page-profile .min-image-list-component {
    position: relative;
    width: 90%;
    height: 100%;
    text-align: center;
    margin: 0 10px;
  }
  .top-page-main .top-page-profile .min-image-list-component .before-page {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F5436 !important;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
  }
  .top-page-main .top-page-profile .min-image-list-component .before-page .prev-text {
    width: 13.5px;
    height: 23.38px;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent {
    width: 100%;
    text-align: center;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list .min-image-card {
    flex: 1;
    min-width: 0;
    background-color: #F8F8F8;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    object-fit: cover;
  }
  .top-page-main .top-page-profile .min-image-list-component .min-image-list-parent .min-image-list .min-image-card .min-image {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-page-main .top-page-profile .min-image-list-component .next-page {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F5436 !important;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
  }
  .top-page-main .top-page-profile .min-image-list-component .next-page .next-text {
    width: 13.5px;
    height: 23.38px;
  }
  .top-page-main .top-page-profile .more-link-parent {
    width: 100%;
    text-align: right;
    margin-top: 28px;
    padding-right: 10%;
  }
  .top-page-main .top-page-profile .more-link-parent .more-link {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.3em;
    text-align: left;
    cursor: pointer;
  }
  .top-page-main .top-page-profile .more-link-parent .more-link .next-text {
    width: 8px;
    height: 13px;
  }
  .top-page-main .top-page-profile .top-profile-custom {
    margin-top: 80px;
  }
  .top-page-main .top-page-profile .top-profile-custom .top-profile-content {
    padding-right: 80px;
  }
  .top-page-main .top-page-profile .top-profile-custom .top-profile-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .top-page-main .top-page-contact {
    padding-left: 5%;
    margin-left: 5%;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .top-page-main .top-page-contact .top-contact-content {
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .top-page-main .top-page-contact .top-contact-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .top-image-widget {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.visibility-false {
  visibility: hidden;
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=template-top.css.map */