.m-column-type1 {
  margin-bottom: var(--p-small);
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  .m-column-type1:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-column-type1 {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.m-column-type1__box {
  padding: 0;
}
.m-column-type1__data {
  display: flex;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data {
    background-color: var(--bg-gray1);
  }
}
.m-column-type1__data-img {
  min-width: 85px;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-img {
    min-width: 120px;
    width: 120px;
  }
}
.m-column-type1__data-body {
  margin-left: var(--p-small);
  position: relative;
  padding-bottom: var(--p-small);
  flex: 1;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-body {
    padding-bottom: 0;
    min-width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-body .u-btn__wrap-more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.m-column-type1__data-title {
  color: var(--c-link);
  font-weight: 700;
  margin-bottom: 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-title {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.m-column-type1__data-post {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-post {
    margin-right: 10px;
  }
}

.m-column-detail__title {
  color: #4d6689;
  font-weight: 900;
  font-size: 34px;
  margin-top: 30px;
}
.m-column-detail__img {
  text-align: center;
}
.m-column-detail__body {
  padding: 40px 0 var(--p-small);
  /* background-color: var(--bg-gray1);*/
  background-color: #FFFFFF;
}

#column-toc {
  padding: 20px 0;
}
#column-toc .toc-title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 100px;
  display: inline-block;
  width: fit-content;
}
#column-toc .toc-click-to-open, #column-toc .toc-click-to-close {
  display: inline-block;
  width: fit-content;
  cursor: default;
}
#column-toc .toc-click-to-open.toc-footer, #column-toc .toc-click-to-close.toc-footer {
  margin-top: 20px;
  padding-left: 100px;
}
#column-toc a:hover, #column-toc a:focus {
  text-decoration: underline;
}
#column-toc .contents1 {
  margin-left: 0px;
}
#column-toc .contents2 {
  margin-left: 15px;
}
#column-toc .contents3 {
  margin-left: 30px;
}
#column-toc .contents4 {
  margin-left: 45px;
}
#column-toc .contents5 {
  margin-left: 60px;
}
#column-toc .contents6 {
  margin-left: 75px;
}

@media screen and (min-width: 768px) {
  .m-column-detail .column-recommend-therapist, .m-column-detail .column-soon-therapist {
    margin-bottom: 30px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__name, .m-column-detail .column-soon-therapist .m-therapist-type3__name {
    margin-bottom: 0px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__size, .m-column-detail .column-soon-therapist .m-therapist-type3__size {
    margin-bottom: 0px;
    width: 211px;
    height: 31px;
    overflow: hidden;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3-blank-size, .m-column-detail .column-soon-therapist .m-therapist-type3-blank-size {
    margin-bottom: 0px;
    width: 211px;
    height: 31px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__characteristics, .m-column-detail .column-recommend-therapist .m-therapist-type3__more, .m-column-detail .column-soon-therapist .m-therapist-type3__characteristics, .m-column-detail .column-soon-therapist .m-therapist-type3__more {
    display: none;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__img, .m-column-detail .column-soon-therapist .m-therapist-type3__img {
    width: 225px;
    height: 293px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__time, .m-column-detail .column-soon-therapist .m-therapist-type3__time {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-column-detail__body {
    padding: 0px;
  }
  .column-node-body-text-image .ck-content p {
    font-size: 14px;
    margin-bottom: 1.4em;
  }
  .m-column-detail__title {
    font-size: 20px;
  }
  .m-column-detail .column-recommend-therapist, .m-column-detail .column-soon-therapist {
    margin-bottom: 30px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__name, .m-column-detail .column-recommend-therapist .m-therapist-type3__size, .m-column-detail .column-soon-therapist .m-therapist-type3__name, .m-column-detail .column-soon-therapist .m-therapist-type3__size {
    margin-bottom: 0px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__characteristics, .m-column-detail .column-recommend-therapist .m-therapist-type3__more, .m-column-detail .column-soon-therapist .m-therapist-type3__characteristics, .m-column-detail .column-soon-therapist .m-therapist-type3__more {
    display: none;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__img, .m-column-detail .column-soon-therapist .m-therapist-type3__img {
    width: 155px;
    height: 206px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__img .m-therapist-type3__time, .m-column-detail .column-soon-therapist .m-therapist-type3__img .m-therapist-type3__time {
    display: none;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__size, .m-column-detail .column-soon-therapist .m-therapist-type3__size {
    margin-bottom: 0px;
    width: 141px;
    height: 61px;
    overflow: hidden;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3-blank-size, .m-column-detail .column-soon-therapist .m-therapist-type3-blank-size {
    margin-bottom: 0px;
    width: 141px;
    height: 61px;
  }
}
@media screen and (min-width: 768px) {
  .column-recommend-therapist .column-current-area-name-header {
    margin-bottom: 5px;
  }
  .column-recommend-therapist .m-therapist-type3__name {
    font-size: 13px;
  }
  .column-recommend-therapist .m-therapist-type3__size {
    font-size: 12px;
  }
  .column-protection-wrapper .m-therapist-type3__name {
    color: #e11d48;
    font-size: 13px;
  }
  .column-protection-wrapper .m-therapist-type3__size {
    color: black;
    font-weight: 600;
    font-size: 12px;
  }
  .column-protection-wrapper .m-therapist-type3__name, .column-protection-wrapper .m-therapist-type3__size {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .m-therapist-type3__time {
    padding: 10px;
  }
  .column-protection-wrapper .m-therapist-type3__time .reservetext {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
  }
  .column-protection-wrapper .m-therapist-type3__time .timearea {
    margin-bottom: 0px;
    color: white;
    font-style: italic;
    font-size: 15px;
    line-height: 14px;
  }
  .column-protection-wrapper .ranking-top3-detail-shop-name h3 {
    font-weight: 600;
    border: 0px;
    background-color: revert;
    font-size: 16px;
    color: black;
    text-decoration: underline;
    padding-left: 0px;
  }
  .column-protection-wrapper .ranking-top3-detail-position-icon img {
    width: 25px;
    margin-top: 4px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__name {
    margin-bottom: 0px;
    color: #5487c6;
    font-weight: 600;
    padding-bottom: 0px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__text {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .column-protection-wrapper .column-suggestion-more-button {
    padding: 5px 20px 5px 20px;
    color: white;
    background-color: black;
    border-radius: 10px;
    display: block;
    place-self: center;
    margin: 20px;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-5 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-6 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 163px;
  }
  .column-protection-wrapper .column-current-area-name-header {
    margin: 10px 0px 10px 0px;
  }
  .column-protection-wrapper .column-recommend-therapist-block {
    display: flex;
    width: 125px;
    flex-direction: column;
    background: linear-gradient(125deg, #FBF5B7, #fff, #FCF6BA, #e1c079);
  }
  .column-protection-wrapper .column-recommend-therapist-block .c-btn__view {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 4px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-title {
    color: crimson;
    font-weight: 600;
    font-size: 13px;
    height: 30px;
    margin-bottom: 10px;
  }
  .column-protection-wrapper .column-recomended-therapist {
    display: flex;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-button {
    width: 100px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-imasugu-area {
    display: flex;
    gap: 13px;
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 163px;
    background-color: #FBC831;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3__data {
    background-color: #FBC831;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .column-protection-wrapper .column-recomended-shops-list .swiper-slide {
    width: 165px;
    margin: 0px;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store__img img {
    width: 165px;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content {
    display: flex;
    flex-direction: row;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-name {
    font-weight: 600;
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter a, .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter button {
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3:nth-child(4) {
    background-color: var(--c-rank-2);
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
}
@media screen and (max-width: 767px) {
  .column-protection-wrapper .column_imasugu_soon_therapist p {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .js-columnimasuguApp .swiper-wrapper, .column-protection-wrapper .column-recomended-shops-list .swiper-wrapper {
    width: 140px;
    height: auto;
    gap: 10px;
  }
  .column-protection-wrapper .m-therapist-type3__name {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .swiper-wrapper {
    width: 140px;
    height: auto;
  }
  .column-protection-wrapper .m-therapist-type3__name {
    color: #e11d48;
    font-size: 13px;
  }
  .column-protection-wrapper .m-therapist-type3__size {
    color: black;
    font-weight: 600;
    font-size: 12px;
  }
  .column-protection-wrapper .m-therapist-type3__name, .column-protection-wrapper .m-therapist-type3__size {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .m-therapist-type3__time {
    padding: 10px;
  }
  .column-protection-wrapper .m-therapist-type3__time .reservetext {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
  }
  .column-protection-wrapper .m-therapist-type3__time .timearea {
    margin-bottom: 0px;
    color: white;
    font-style: italic;
    font-size: 15px;
    line-height: 14px;
  }
  .column-protection-wrapper .ranking-top3-detail-shop-name h3 {
    font-weight: 600;
    border: 0px;
    background-color: revert;
    font-size: 16px;
    color: black;
    text-decoration: underline;
    padding-left: 0px;
  }
  .column-protection-wrapper .ranking-top3-detail-position-icon img {
    width: 25px;
    margin-top: 4px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__name {
    margin-bottom: 0px;
    color: #5487c6;
    font-weight: 600;
    padding-bottom: 0px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__text {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column-suggestion-more-button {
    padding: 5px 20px 5px 20px;
    color: white;
    background-color: black;
    border-radius: 10px;
    display: block;
    place-self: center;
    margin: 20px;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-5 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-6 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 163px;
  }
  .column-protection-wrapper .column-current-area-name-header {
    margin: 10px 0px 10px 0px;
  }
  .column-protection-wrapper .column-recommend-therapist-block {
    display: flex;
    width: 125px;
    flex-direction: column;
    background: linear-gradient(125deg, #FBF5B7, #fff, #FCF6BA, #e1c079);
  }
  .column-protection-wrapper .column-recommend-therapist-block .c-btn__view {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 4px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-title {
    color: crimson;
    font-weight: 600;
    font-size: 13px;
    height: 30px;
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column-recomended-therapist {
    display: flex;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-button {
    width: 100px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-imasugu-area {
    display: flex;
    gap: 13px;
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 137px;
    background-color: #FBC831;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3__data {
    background-color: #FBC831;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .column-protection-wrapper .column-recomended-shops-list .swiper-slide {
    width: 165px;
    margin: 0px;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store__img img {
    width: 165px;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-name {
    font-weight: 600;
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter a, .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter button {
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3:nth-child(4) {
    background-color: var(--c-rank-2);
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
}

/*# sourceMappingURL=column.css.map */
