@CHARSET "UTF-8";

.fi-fo-rich-editor-main {
  max-width: 700px;
  /* font-size: 1.1rem; */
  font-size: 1.3rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  color: #1A1A1A;
  line-height: 1.7;
  /*letter-spacing: 1px;*/
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

.fi-fo-rich-editor-main .hidden {
  display: none !important;
}

.fi-fo-rich-editor-main .visible {
  display: block !important;
}
.sp_none{
  display: none;
}
.fs-sm {
  font-size: 80%;
}
.fs-xs {
  font-size: 70%;
}
.fs-10 {
  font-size: 1.0rem;
}
.fs-11 {
  font-size: 1.1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.leading-10 {
  line-height: 1rem;
}
.leading-11 {
  line-height: 1.1rem;
}
.leading-12 {
  line-height: 1.2rem;
}
.leading-13 {
  line-height: 1.3rem;
}
.leading-14 {
  line-height: 1.4rem;
}
.leading-15 {
  line-height: 1.5rem;
}
.leading-16 {
  line-height: 1.6rem;
}
.leading-17 {
  line-height: 1.7rem;
}
.font_en{
  font-family: 'Montserrat', sans-serif;
  font-display: swap;
}
.fi-fo-rich-editor-main iframe{
  max-width: 100%;
}
.fi-fo-rich-editor-main ul, .fi-fo-rich-editor-main dl, .fi-fo-rich-editor-main dt, .fi-fo-rich-editor-main dd{
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.fi-fo-rich-editor-main li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.radius-border {
  overflow: hidden;
  border-radius: 10px;
}
.radius-border.light-gray {
  border: 1px solid #e4e4e4 !important;
}
.radius-border.light-gray2 {
  border: 1px solid #cccccc !important;
}
@media screen and (max-width: 768px) {
  .radius-border {
    border-radius: 8px !important;
  }
}
.border-none {
  border: none !important;
}
.top-right-item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}


/* Vue.js transition effect */
.slide-enter-active, .slide-leave-active {
  transition: all .5s ease;
}
.slide-enter, .slide-leave-to /* .slide-leave-active in <2.1.8 */ {
  transform: translateY(100%); /* Start the slide from outside */
  opacity: 0;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .3s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.line-clamp-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;    /* Limit to 1 lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.line-clamp-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;    /* Limit to 2 lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* = table
-------------------------------------------------------------- */

.fi-fo-rich-editor-main table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.fi-fo-rich-editor-main table thead th{
  padding: 1rem;
  border: #C4D0A6 solid 1px;
  background: #A1B46A;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.fi-fo-rich-editor-main table tbody th{
  padding: 1rem;
  border: #cccccc solid 1px;
  width: 30%;
  background: #A1B46A;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.fi-fo-rich-editor-main table tbody td{
  padding: 1rem;
  word-break: break-all;
  border: #E6E6E6 solid 1px;
  vertical-align: middle;
}
.fi-fo-rich-editor-main table.no-border,
.fi-fo-rich-editor-main table.no-border td,
.fi-fo-rich-editor-main table.no-border th {
  border:0!important;
}
.fi-fo-rich-editor-main table td a:not(.btn_link):hover{
  text-decoration: underline;
}
.fi-fo-rich-editor-main .table_scroll__wrap{
  overflow: auto;
  white-space: nowrap;
  position: relative;
}
.fi-fo-rich-editor-main .table_scroll__wrap::-webkit-scrollbar{
  height: 1rem;
}
.fi-fo-rich-editor-main .table_scroll__wrap::-webkit-scrollbar-track{
  background: #F1F1F1;
  border-radius: 10px;
}
.fi-fo-rich-editor-main .table_scroll__wrap::-webkit-scrollbar-thumb {
  background: #A1B46A;
  width: 20%;
  border-radius: 10px;
}
.fi-fo-rich-editor-main .table_scroll__wrap table{
  margin-bottom: 1rem;
}
.fi-fo-rich-editor-main .table_scroll__wrap th{
  text-align: center;
  position: sticky;
  left: 0;
  z-index: 5;
}
.fi-fo-rich-editor-main .table_scroll__wrap th::before{
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  background: #ddd;
  width: 1px;
  height: 100%;
  z-index: 10;
}
.fi-fo-rich-editor-main .table_scroll__wrap th::after{
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  background: #ddd;
  width: 1px;
  height: 100%;
  z-index: 10;
}
.table_scroll__wrap td{
  white-space: normal;
  line-height: 1.5;
}





/* = txt
-------------------------------------------------------------- */

.bg_light_blue {
  background: #F9F9F5;
}
.bg_white {
  background: #fff;
}
.bg_beige {
  background: #F9F9F5;
}
.bg_light_gray {
  background: #F8F9F7;
}

.cursor-pointer {
  cursor: pointer;
}
strong{
  color: #E5738E;
}
.txt_small{
  font-size: 80%;
}
.border-div {
  background: #E6e6e6;
  height: 1px;
  width: 100%;
}

.border-top-gray {
  border-top: 1px solid #e6e6e6;
}
.border-bottom-gray {
  border-bottom: 1px solid #e6e6e6;
}
.border-y-gray {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.border-top-gray2 {
  border-top: 1px solid #ccc;
}
.border-bottom-gray2 {
  border-bottom: 1px solid #ccc;
}
.border-y-gray2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* = hover / button
-------------------------------------------------------------- */

.fi-fo-rich-editor-main a , .parts {
  outline: none;
  color: #A1B46A;
  text-decoration: underline;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.fi-fo-rich-editor-main a:hover, .parts{
  text-decoration: none;
}
.fi-fo-rich-editor-main *:focus {
  outline: none;
}
.no-decoration {
  text-decoration: none !important;
}
.word-break-all {
  word-break: break-all;
}
.btn_link{
  background-image: linear-gradient(to bottom , #709C4D, #668E43);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7rem .5rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  position: relative;
  transition: .3s;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 2px #2e5b19;
  cursor: pointer;
  border: solid 1px transparent;
}
.btn_link:hover {
  background-image: linear-gradient(to bottom, #668E43, #668E43);
  box-shadow: 0 2px 2px #000;
}
.btn_link.thick_shadow, .btn_link.btn_post {
  box-shadow: 0 5px 1px #2e5b19;
}
.btn_link.thick_shadow:hover, .btn_link.btn_post:hover{
  box-shadow: 0 5px 1px #000;
}
.btn_link.btn_disable {
  background-image: linear-gradient(to bottom , #3C3C3C, #3C3C3C);
}
.btn_link.btn_disable:hover {
  background-image: linear-gradient(to bottom , #3C3C3C, #3C3C3C);
  box-shadow: 0 2px 2px #000;
}
.btn_link__img {
  width: 2.5rem;
  max-height: 2.1rem;
  margin-right: 1rem;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.btn_link__img_2 {
  width: 1.8rem;
  margin-left: 1rem;
}
.btn_link__img_1_4 {
  width: 1.4rem;
  margin-left: 1rem;
}
.btn_link__img svg *{
  fill: #fff;
  stroke: #fff;
}
.btn_link__border .btn_link__img.review_button {
  background: url('../assets/img/icons/review.svg') no-repeat;
}
.btn_link__border:hover .btn_link__img.review_button {
  background: url('../assets/img/icons/review_white.svg') no-repeat;
}

.btn_link__white{
  background: linear-gradient(to bottom , #fff , #F2F2F2);
  border: #D3D3D3 solid 1px;
  box-shadow: 0 2px 2px rgb(217 217 217);
  color: #1A1A1A;
}
.btn_link__white.thick_shadow, .btn_link__white.btn_post {
  box-shadow: 0 5px 1px rgb(217 217 217);
}

.btn_link__white .btn_link__img svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.btn_link__white:hover{
  background: linear-gradient(to bottom , #F4F4F4 , #EDEDED);
  box-shadow: 0 2px 2px rgb(217 217 217);
  color: #1A1A1A;
}
.btn_link__white.thick_shadow:hover, .btn_link__white.btn_post:hover {
  box-shadow: 0 5px 1px rgb(217 217 217);
}
.btn_link__light_green {
  background: linear-gradient(to bottom , #fff , #e7ebdd);
  border: #dadec4 solid 1px;
  box-shadow: 0 2px 2px #c8d3bc;
  color: #1A1A1A;
}
.btn_link__light_green.thick_shadow, .btn_link__light_green.btn_post {
  box-shadow: 0 5px 1px #c8d3bc;
}
.btn_link__light_green:hover{
  background: linear-gradient(to bottom , #F4F4F4 , #EDEDED);
  box-shadow: 0 2px 2px #ccc;
  color: #1A1A1A;
}
.btn_link__light_green.thick_shadow:hover, .btn_link__light_green.btn_post:hover{
  box-shadow: 0 5px 1px #ccc;
}

.btn_round {
  border-radius: 50px;
  min-height: 45px;
  box-shadow: none;
}
.btn_green {
  color: #fff;
  background: #A1B46A!important;
  box-shadow: none;
}
.btn_link__border{
  background: #fff;
  border: #A1B46A solid 1px;
  color: #1A1A1A !important;
}
.bg_beige .btn_link__border{
  cursor: pointer;
}
.btn_link__border svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.btn_link__border:hover, .btn_green:hover{
  background: #A1B46A;
  color: #fff!important;
  box-shadow: none;
}
.btn_link__border:hover svg *{
  fill: #fff!important;
  stroke: #fff!important;
}

.btn_link__short, .btn_post {
  width: 70%;
}

.btn_link__back .arrow_right{
  transform: translateY(-50%) rotate(-135deg);
  right: auto;
  left: 2rem;
}

.btn_link_small {
  padding: 0.8rem 2rem;
  width: auto;
  margin: 20px 0 0 0;
}

.btn_link_small figure{
  width: 2rem;
}
.btn_link.arrow-right-black::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../assets/img/icons/icon-arrow-right-black.svg) no-repeat center/contain;
  right: 3rem;
  top: 50%;
  margin-top: -10px;
}
.btn_link.arrow-right-green::after {
  content: '';
  background: url(../assets/img/icons/icon-arrow-right.svg) no-repeat center/contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  z-index: 5;
}
.btn_link.arrow-right-green:hover::after {
  background: url(../assets/img/icons/icon-arrow-right-white.svg) no-repeat center/contain;
}
.btn_link.arrow-down::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 2rem;
  top: 50%;
  border-right: #A1B46A solid 1px;
  border-bottom: #A1B46A solid 1px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.btn_link.arrow-down:hover::after {
  border-right: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
}
.btn_link_text {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  color: #A1B46A;
  cursor: pointer;
}
.btn_link_text i.down {
  background: url(../assets/img/icons/icon-arrow-down.svg) no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.btn_link_text i.up {
  background: url(../assets/img/icons/icon-arrow-up.svg) no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.btn_link_add {
  border: 1px solid #A1B46A;
  border-radius: 50px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #A1B46A;
  padding: 0 1rem;
  line-height: 30px;
}
.btn_link_add i {
  background: url(../assets/img/icons/icon-add.svg) no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}

ul.post li {
  text-indent: 0 !important;
}

ul.post h3 {
  border-bottom: none !important;
  margin: 0 !important;
  width: 100% !important;
}

ul.post h3::before {
  background: none !important;
}

ul.post .column_box {
  align-items: inherit !important;
}

.btn_link__arrow{
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  z-index: 5;
  background: url('../assets/img/arrow-left.svg') no-repeat;
}
.btn_link__border:hover .btn_link__arrow, .btn_green:hover .btn_link__arrow{
  background: url('../assets/img/arrow-left-white.svg') no-repeat;
}
.btn_link__border .btn_link__arrow svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}

.btn_link__arrow_white{
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  z-index: 5;
  background: url('../assets/img/arrow-left-white.svg') no-repeat;
}

.btn_link_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon_link {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 5;
  cursor: pointer;
}
.icon_link.right {
  right: 0;
}
.arrow_right{
  transform: translateY(-50%) rotate(45deg);
  border-top: #A1B46A solid 1px;
  border-right: #A1B46A solid 1px;
  width: 7px;
  height: 7px;
}
.arrow_left{
  transform: rotate(-135deg);
  border-top: #A1B46A solid 1px;
  border-right: #A1B46A solid 1px;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}
.btn_link:hover .arrow_right,
.nav_block__inner li a:hover .arrow_right, .nav_block__inner li .parts .arrow_right{
  border-color: #A1B46A;
}
.btn_reserve {
  border: #A1B46A solid 1px;
  background: #A1B46A;
  color: #fff !important;
}
.btn_reserve .btn_link__arrow {
  background: url('../assets/img/arrow-left-white.svg') no-repeat !important;
}



.fi-fo-rich-editor-main blockquote {
  background: #f9fbf6;
  border-top: 2px solid #a0b665;
  padding: 25px 25px 50px;
  line-height: 1.7 !important;
  position: relative;
  margin: 20px auto;
}

.fi-fo-rich-editor-main blockquote span {
  position: absolute;
  bottom: 15px;
  color: #a6a7a3;
  right: 25px;
}

.fi-fo-rich-editor-main blockquote::before {
  position: absolute;
  content: '';
  background: url(../img/quote.svg);
  background-size: 24px 24px;
  left: 20px;
  top: -10px;
  width: 24px;
  height: 24px;
}

.fi-fo-rich-editor-main blockquote::after {
  content: '';
  background-color: #ddd;
  background-size: 100% 1px;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin-top: 10px;
}

.post-content .sec-point, .post-content .sec-uservoice1, .post-content .sec-uservoice2 {
  margin-bottom: 40px;
}

.sec-uservoice1 {
  padding: 35px;
  border: 1px solid #ff6b9f;
  border-radius: 10px;
}

.sec-uservoice1 .title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.sec-uservoice1 .title .image {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
}

.sec-uservoice1 .title .image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ff6b9f;
  border-radius: 50%;
}
.sec-uservoice1 .content {
  font-weight: 400;
  line-height: 2;
}

.sec-uservoice2 {
  display: block;
  margin: 30px auto 10px;
}

.sec-uservoice2 .title {
  float: left;
  width: 140px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2;
}

.sec-uservoice2 .title span {
  font-size: 15px !important;
  font-weight: normal !important;
}

.sec-uservoice2 .title img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  background-color: white;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.sec-uservoice2 .content {
  position: relative;
  float: right;
  width: calc(100% - 170px);
  padding: 35px;
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #cecece;
  font-weight: 400;
  line-height: 2;
}

.white-space {
  white-space: break-spaces;
}

.sec-uservoice2 .content:before {
  position: absolute;
  top: 30px;
  left: -24px;
  width: 24px;
  height: 27px;
  background: url(../img/icon_bubble.png);
  content: "";
}

.arrow_down{
  transform: translateY(-50%) rotate(135deg);
  border-top: #A1B46A solid 2px;
  border-right: #A1B46A solid 2px;
  width: 7px;
  height: 7px;
}
.arrow_up{
  transform: translateY(-50%) rotate(-45deg);
  border-top: #A1B46A solid 1px;
  border-right: #A1B46A solid 1px;
  width: 7px;
  height: 7px;
}
.plus{
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #A1B46A;
}
.plus::after{
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 10px;
  background: #A1B46A;
}
.open .plus{
  background: #fff;
}
.open .plus::after{
  content: none;
}
.arrow_icon {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 5;
  cursor: pointer;
}
.arrow_down_grey_1{
  transform: translateY(-50%) rotate(135deg);
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  width: .8rem;
  height: .8rem;
}
.arrow_up_grey_1{
  transform: translateY(-50%) rotate(-45deg);
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  width: .8rem;
  height: .8rem;
}
.arrow_right_grey_1{
  transform: translateY(-50%) rotate(45deg);
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  width: .8rem;
  height: .8rem;
}

.icon_checkd{
  display: inline-block;
  margin-right: 1rem;
  width: 1rem;
  height: 1.4rem;
  transform: rotate(40deg) translateY(-2px);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  vertical-align: middle;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}







/* = image
-------------------------------------------------------------- */

.fi-fo-rich-editor-main img,
.fi-fo-rich-editor-main svg{
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.thumb_box{ /* ボックスいっぱいに天地中央配置。 height 値は適宜変更する。*/
  position: relative;
  z-index: 1;
  width: 100%;
  background: #ccc;
  overflow: hidden;
}
.thumb_box::before{
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.thumb_box img {
  position: absolute;
  z-index: 5;
  max-width: initial;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post_thumb{ /* .thumb_box に追記。長方形にトリミング・横幅100%で天地中央配置（画像上下切れる） */
  border-radius: 10px;
  height: auto;
}
.post_thumb::before{ /* padding-top 値で 縦幅適宜変更 */
  content: '';
  width: 100%;
  padding-top: 52.4%;
  display: block;
}

.height_full{ /* .thumb_box に追記。縦幅維持 */
  background: #fff;
}
.height_full img {
  height: 100%;
  width: auto;
  max-width: initial;
}

.width_full_img { /* .thumb_box に追記。縦幅維持 */
  background: #fff;
}
.width_full_img img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.user_thumb{
  border-radius: 50%;
  height: auto;
  width: 5rem;
}
.user_thumb__wrap{
  width: 5rem;
  text-decoration: none;
  position: relative;
}
.user_thumb__wrap a{
  text-decoration: none;
}
.user_thumb__wrap .btn-avatar-circle{
  position: absolute;
  left: calc(50% + 30px);
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0 !important;
}

.user_thumb_md{
  border-radius: 50%;
  height: auto;
  width: 6.7rem;
}
.user_thumb_md__wrap {
  width: 6.7rem;
}
.user_block_md__inner{
  width: calc(100% - 6.7rem);
  padding-left: 1rem;
  position: relative;
}







/* = movie
-------------------------------------------------------------- */

.movie_wrap{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #ccc;
}
.movie_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* = form
-------------------------------------------------------------- */

.fi-fo-rich-editor-main label{
  cursor: pointer;
}
.form_wrap{
  margin-bottom: 3rem;
}
.input_wrap{
  position: relative;
  margin-bottom: 4rem;
}
.input_wrap dt{
  margin-bottom: .5rem;
  font-size: 1.2rem;
}
.input_wrap dt.border{
  border-bottom: #dcdcdc solid 1px;
  padding-bottom: .5rem;
}
.form_tag{
  font-size: 80%;
  background: #79B4B7;
  color: #fff;
  padding: .2rem 1rem;
  border-radius: 50px;
  margin-left:.5rem;
}
.form_tag.require{
  background: #E5738E;
}
.input_wrap dd{
  position: relative;
}
.form_box{
  margin-bottom: 2rem;
}
.form_box dt{
  font-size: 1.2rem;
}
.form_box dt .desc {
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  color: #808080;
}
.form_footer{
  font-size: 1.2rem;
}
.input_box{
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  color: #1A1A1A;
  border: #ccc solid 1px;
}
.input_box::placeholder {
  color: #B3B3B3;
}
.input_box:focus{
  border: #A1B46A solid 1px;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.password_wrap{
  position: relative;
}
.password_switcher{
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #A1B46A;
  transform: translateY(-50%);
  font-size: .8rem;
  cursor: pointer;
  z-index: 10;
}
.password_wrap .input_box{
  padding-right: 5rem;
}

.form_recapcha{
  width: 80%;
  margin: 2rem auto;
}

.input_select__wrap{ /* selectbox カスタマイズ */
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: block;
}
.input_select__wrap::after{
  content: '';
  width: 8px;
  height: 8px;
  border-top: #A1B46A solid 1px;
  border-right: #A1B46A solid 1px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 1rem;
  z-index: 5;
  position: absolute;
  pointer-events: none;
}
select.input_box{
  padding-right: 4rem;
}
.input_select__popup{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: block;
}
.input_select__popup::after{
  content: '';
  width: 8px;
  height: 8px;
  border-top: #A1B46A solid 1px;
  border-right: #A1B46A solid 1px;
  top: 50%;
  transform: translateY(-50%) rotate(50deg);
  right: 1rem;
  z-index: 5;
  position: absolute;
  pointer-events: none;
}
.input_select__popup .input_box .placeholder {
  color: #B3B3B3;
}
/* checkbox radio カスタマイズ */
.input_hidden{ /* input に付与 */
  display: none;
}
.input_hidden_base{
  display: none;
}

.check_txt,
.radio_txt{ /* checkbox radio の配色変更 */
  position:relative;
}
.input_check{
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  margin-right: .5rem;
  vertical-align: middle;
  position: relative;
}
.input_hidden:checked + .input_check::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  transform: translate(-50%,-50%) rotate(40deg);
  border-bottom: 3px solid #A1B46A;
  border-right: 3px solid #A1B46A;
  z-index: 5;
}
.input_radio{
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: .5rem;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
}
.input_hidden:checked + .input_radio::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #A1B46A;
  z-index: 5;
}


.btn_submit{
  width: 70%;
  font-size: 1.6rem;
  padding: 1.5rem 0;
  border: 0;
}
.btn_back{
  background: #ababab;
  border: #ababab solid 1px;
}
.btn_submit .arrow_right{
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
}
.btn_submit .btn_link__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header_nav__inner .search_block h2, #header_nav__inner .search_block button {
  color: black !important;
}

.sns_links{
  margin: 3rem auto;
}
.sns_links li:not(:last-child){
  margin-bottom: 3rem;
}
.sns_links li a{
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}
.pop_title{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.pop_title span{
  padding: 0 1.5rem;
  position: relative;
}
.pop_title span::before,
.pop_title span::after{
  content: '';
  width: 2px;
  height: 100%;
  background: #1A1A1A;
  position: absolute;
  top: 50%;
}
.pop_title span::before{
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
.pop_title span::after{
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.link_back__wrap li{
  margin-bottom: 1rem;
}





/* = accordion
-------------------------------------------------------------- */

.accordion dt{
  background: #A1B46A;
  padding: 1rem;
  font-size: 1.2rem;
  align-items: center;
  position: relative;
  color: #fff;
  cursor: pointer;
  border-bottom: #fff solid 1px;
  margin-bottom: .5rem;
}
.accordion dt + dd{
  display: none;
}
.accordion dt.open + dd{
  display: block;
}
.accordion dt .plus,
.accordion dt .plus::after{
  background: #fff;
}
.accordion dt.open{
  background: #709c4d;
}

.accordion.area dt{
  background: white !important;
  color: #222 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  margin-bottom: 0 !important;
}
.accordion.area dt .plus, .accordion.area dt .plus:after {
  background: #a1b46a !important;
}
.accordion.area dt.open {
  background: #A1B46A !important;
  color: white !important;
}
.accordion.area dt.open .plus, .accordion.area dt.open .plus:after {
  background: white !important;
}
.accordion.area .btn_check{
  display: flex;
  /*justify-content: center;
  flex-direction: column;*/
  padding: 1rem;
  background: #F2F2F2;
  /*border-radius: 10px;*/
  border-bottom: #e6e6e6 solid 1px;
  text-align: center;
  width: 100%;
  position: relative;
}

/* = tub
-------------------------------------------------------------- */

.tab_content.sticky {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.tab_content.menu {
  pointer-events: none;
  opacity: 0;
}
.tab_content.menu.sticky {
  opacity: 1;
  pointer-events: all;
}
.tab_content .tab_nav_scroll {
  position: relative;
  overflow-x: auto;
}
.tab_content .tab_nav_scroll::-webkit-scrollbar {
  display: none;
}
.tab_content.sticky .tab_nav {
  max-width: 1100px;
}
.tab_content.sticky .tab_body {
  width: 1100px;
}
.tub_nav__over::-webkit-scrollbar-thumb{
  background: #ccc;
}
.tab_nav{
  display: flex;
  font-size: 1.2rem;
}
.tab_nav li{
  padding: 0 1rem;
}
.tab_nav.flexible li{
  flex: 1 0 0;
}
.tab_nav li button{
  display: block;
  padding: 1rem .5rem;
  text-align: center;
  width: 100%;
  position: relative;
  color: #4D4D4D;
  white-space: nowrap;
  user-select: none;
}
.tab_nav li.current button{
  color: #A1B46A;
}
.tab_nav li button::after{
  content: '';
  width: 0;
  height: 2px;
  background: #A1B46A;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}
.tab_nav li:hover button::after,
.tab_nav li.current button::after{
  width: 100%;
}

.tab_nav .btn_link__img {
  display: block;
  margin: 0 auto .3rem;
  width: 2rem;
}
.tab_nav .btn_link__img svg *{
  fill: #4D4D4D;
  stroke: #4D4D4D;
}
.tab_nav li.current .btn_link__img svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
@media (max-width: 768px) {
  .tab_content.sticky .tab_body {
    width: unset;
  }
}

.upper_tab {
  display: flex;
  font-size: 1.2rem;
  overflow-x: scroll;
  padding: 0 0 1px;
}
.upper_tab li {
  flex: 12rem 0 0;
  padding: 0 1rem;
}
.upper_tab li::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #A1B46A;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.upper_tab li button{
  display: block;
  padding: .75rem 0 .5rem;
  text-align: center;
  width: 100%;
  position: relative;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: solid 1px #A1B46A;
  border-left: solid 1px #A1B46A;
  border-right: solid 1px #A1B46A;
  color: #A1B46A;
  background: #F9F9F5;
  user-select: none;
}
.upper_tab li.current button{
  color: #4D4D4D;
  background: #fff;
}
.upper_tab li button::after{
  content: '';
  width: 0;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.upper_tab li.current button::after{
  width: 100%;
}

.review_swiper {
  padding: 1px 3px;
}
.review_swiper .swiper-slide {
  width: 80%;
}
.review_swiper .swiper-slide + .swiper-slide {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .review_swiper .swiper-slide {
    width: 90%;
  }
}

/* = nav_block
-------------------------------------------------------------- */

.nav_block{
  padding: 2rem 0;
}
.nav_block__header_icon{
  width: 3rem;
  margin: 0 auto .5rem;
}
.nav_block__header_icon svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.nav_block__title{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  border-bottom: #fff solid 1px;
  padding-bottom: 2rem;
}
.nav_block__inner{
  margin-bottom: 1rem;
  border-radius: 5px;
  overflow: hidden;
}
.nav_block__inner dt{
  background: #A1B46A;
  padding: 1rem;
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  position: relative;
  color: white;
  cursor: pointer;
  border: 0;
}
.nav_block__icon{
  width: 3rem;
  margin-right: 1rem;
}
.nav_block__icon svg *{
  fill: #FFFFFF;
}
.nav_block__inner li a, .nav_block__inner li .parts{
  position: relative;
  display: block;
  padding: .8rem 2rem;
  text-decoration: none;
}
.nav_block__inner li a:hover, .nav_block__inner li .parts:hover{
  background: #333;
}
.nav_block__inner dt .plus,
.nav_block__inner dt .plus::after{
  background: #fff;
}
.clinic_course_menu .nav_block__icon svg *{
  fill: #A1B46A;
}
/* =Header
-------------------------------------------------------------- */

#site_header{
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 50px;
  display: flex;
  align-items: center;
  /*transform: translateX(-50%);
  max-width: 600px;*/
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
#site_header.sticky{
  box-shadow: unset !important;
}
#header_logo{
  margin: 0 auto;
  width: 25%;
  display: block;
  max-width: 120px;
}
#header_nav__btn{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 990;
}
#header_nav__btn .border_wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
  width: 20px;
  height: 2px;
  background: #A1B46A;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
  box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
  opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
#header_nav__inner{
  width: 100%;
  height: 100vh;
  color: #fff;
  background: #262626;
  z-index: 989;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  padding: 5rem 5%;
}
#header_nav__inner a, #header_nav__inner .parts{
  color: #fff;
  text-decoration: none;
  position: relative;
}
.nav_active #header_nav__inner{
  opacity: 1;
  visibility: visible;
}
.common_nav .nav_block__inner dt{
  background: none;
  border-radius: 5px;
}
.common_nav .nav_block__inner dt.open{
  background: #A1B46A;
}
.common_nav .nav_block__inner dd{
  padding: 1rem 0 1rem 2rem;
}
.common_nav .nav_block__inner li a:hover, .common_nav .nav_block__inner li .parts:hover{
  background: #A1B46A;
  border-radius: 5px;
}

#header_usermenu{
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% - 500px);
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  /*z-index: 990;*/
}
.usermenu_icon{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.content_block__header.bg_stripe__black {
  margin: -25px 12px 35px;
  background-color: white;
  border: 1px solid #A1B46A;
  box-shadow: 5px 5px #A1B46A;
}

.content_block__header.bg_stripe__black .content_block__header__icon{
  margin-right: 10px !important;
}

.tab-container {
}
.tab_block {
  margin-top: 6.5rem;
}
.nav_block .tab_block:first-child {
  margin-top: 4.5rem;
}
.tab_block h2, .tab_sub_block h2 {
  font-size: 1.8rem;
  color: #4d4d4d;
  font-weight: bold;
}
.tab_block h2 .txt_small, .tab_sub_block h2 .txt_small {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
  display: block;
}
.clinic_detail__nav {
  display: flex;
  justify-content: space-between;
  height: 4rem;
}
.clinic_detail__nav .nav_back {
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.clinic_detail__nav .btn_link__img {
  margin-right: 0;
}
.clinic_detail__head {
  padding: 0 1.3rem 0 0;
  position: relative;
}
.clinic_detail__head .main_area {
  max-width: calc(100% - 3.5rem);
}
.clinic_detail__head .main_area .clinic-title-area {
  font-size: 1.4rem;
}
.clinic_detail__head .main_area .clinic-title-area a::after{
  display: inline-block;
  content: '〉';
  margin-left: 1rem;
  font-size: 90%;
}
.clinic_detail__head .main_area .static-star-area {
  text-align: right;
}
.clinic_detail__head .clinic_name{
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0;
  font-weight: 700;
}
.clinic_detail__head .clinic_name.top_tag {
  position: relative;
  padding-top: 3.3rem;
}
.clinic_detail__head .clinic_name.top_tag span.clinic_detail__box_clinic_tag {
  position: absolute;
  top: 0;
  left: 0;
}
.clinic_detail__head .clinic_name .txt_small{
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #666666;
  margin-bottom: .5rem;
}
.clinic_detail__head .clinic_desc{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.clinic_detail__head .stars li, .stars dd {
  width: 1.3rem;
}
.clinic_detail__head .star_count {
  color: #666;
}
.clinic_link {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  gap: 10px;
}
.clinic_link img {
  height: 15px;
}
.clinic_reserve_cond {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px){
  .clinic_detail__nav {
    height: unset;
  }
  .clinic_link img {
    height: 12px;
  }
}
.menu_detail__head {
  padding: 0 1.3rem 0 0;
  position: relative;
}
.menu_detail__head .main_area {
  max-width: calc(100% - 3.5rem);
}
.menu_detail__head span.tag {
  background: #A1B46A;
  padding: .15rem 1.3rem;
  margin-bottom: 1rem;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7;
}
.menu_detail__head .menu_name{
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 0;
  font-weight: 700;
}
.menu_detail__head .stars li, .stars dd {
  width: 1.3rem;
}
.menu_detail__head .star_count {
  color: #666;
}
.menu_detail__head .review_count {
  color: #666;
}
.menu_intro {
  color: #4D4D4D;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: .8rem;
  margin-bottom: 2rem;
}

.treatment_info_list {
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}
.treatment_info_icon {
  width: 1.5rem;
  position: absolute;
}
.treatment_info_icon svg *{
  stroke: #A1B46A;
  fill: none;
}
.treatment_info_contents {
  color: #4D4D4D;
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: 2rem;
  padding-top: 0.4rem;
}
.treatment_info_title {
  font-size: 1.4rem;
  font-weight: bold;
}


#header_login{
  /* background: #A1B46A; */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_icon{
  width: 60px;
  color: #A1B46A;
  font-size: 10px;
}

.login_icon img {
  width: 34px;
}

.login_icon svg *{
  fill: #fff;
  stroke: #fff;
}
#user_nav .user_thumb{
  width: 35px;
}

span.review_avg {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E5738E;
}

.top_search.search_block__base__submit .btn_clear {
  flex: 1 0 16rem !important;
}

.top_search button {
  height: 56px !important;
  margin-top: 10px !important;
}

.top_search button .btn_link__img {
  width: 2rem !important;
}

/* =footer
-------------------------------------------------------------- */

#site_footer{
  position: relative;
  padding: 5rem 0 3rem;
  color: #fff;
  background: #1A1A1A;
}
#site_footer a, #site_footer .parts{
  color: #fff;
  text-decoration: none;
}
#footer_logo{
  text-align: center;
  margin-bottom: 3rem;
}
#footer_logo img {
  display: block;
  width: 120px;
  margin: 0 auto 1rem;
}
#footer_logo a{
  font-size: 1rem;
}
#footer_copy{
  font-size: .8rem;
  text-align: center;
  margin: 3rem 0 0;
}





/* =breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs{
  padding: .8rem 0;
  border-top: #E6E6E6 solid 1px;
  border-bottom: #E6E6E6 solid 1px;
  font-size: .9rem;
}
.breadcrumbs.breadcrumbs_bottom  {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.breadcrumbs ul{
  max-width: 1050px !important;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.breadcrumbs li{
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  line-height: 2;
}
.breadcrumbs li:not(:last-child)::after{
  content: '';
  transform: rotate(45deg);
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  width: 7px;
  height: 7px;
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs__last{
  padding: .5rem 1rem;
}
.breadcrumbs_home{
  white-space: nowrap;
}
.breadcrumbs a{
  color: #A1B46A;
  text-decoration: none;
  line-height: 2;
  display: inline-block;
}
.breadcrumbs .icon_home{
  vertical-align: top;
  width: 1.5rem;
}




/* = stars
-------------------------------------------------------------- */
.posted_box__review{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.stars{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 3px;
}
.stars li, .stars dd{
  width: 1.2rem;
  margin-right: .2rem;
  padding-left: 0 !important;
  text-indent: initial !important;
}
.stars li img, .stars dd img {
  vertical-align: middle;
}
.star_count{
  margin-left: 0.5rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.review_count{
  color: #A0B46A;
  letter-spacing: 0;
}

/* = page
-------------------------------------------------------------- */

.page-content {
  display: flex;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}

.page-content .left-content {
  width: 70%;
  max-width: 686px;
  margin: 0 auto;
  flex: 0 0 70%;
}

.page-content .right-content {
  width: 30%;
  flex: 0 0 30%;
  margin: 0 auto;
}

.page-content .right-content .side-menu-content .nav_block {
  padding-top: 0;
}

.right-content .search_block__header.text-left {
  justify-content: left !important;
  padding: 4rem 2rem !important;
}

.right-content .search_block__header.text-left .btn_back {
  top: -25% !important;
}

@media (max-width: 768px) {
  .right-content .part_item {
    padding: 5px 10px !important;
    border-radius: 25px !important;
  }
}

.right-content .part_item_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-height: 400px;
  overflow-y: scroll;
}
.right-content .part_item {
  border-radius: 30px;
  padding: 6px 25px;
  display: inline-block;
  color: black;
  border: 1px solid lightgrey;
}
.right-content .part_item.selected {
  background: #e5e5e5;
}


.right-content .part_item_menu {
  display: block;
  margin-bottom: 5px;
}

.right-content .no-data {
  margin: 20px auto;
  text-align: center;
  color: #aaa !important
}

/* = side-menu
-------------------------------------------------------------- */

.side-menu-content .nav_block__title{
  border-bottom-color: #a1b46a;
}

.side-menu-content .column_list{
  border-top: 1px solid #a1b46a;
}

.side-menu-content .nav_block__inner {
  border-radius: 0;
}

.side-menu-content .nav_block__inner dt {
  background: transparent;
  color: #000;
}

.side-menu-content .nav_block__inner dt .plus {
  color: #a1b46a;
  background: #a1b46a;
}

.side-menu-content .nav_block__inner dt .plus:after {
  background: #a1b46a;
}

.side-menu-content .nav_block__icon svg * {
  fill: #000;
  stroke: none;
}

.side-menu-content .column_box .column_box__inner {
  width: 50%;
}

.side-menu-content .nav_block__inner .parts {
  color: #000;
  cursor: pointer;
}

.side-menu-content .column_box .column_box__inner .column_box__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
  line-break: anywhere;
}


#nav-side-condition .nav_block__inner dt {
  background: #a1b46a !important;
  color: #fff !important;
}

#nav-side-condition .nav_block__inner dt.open {
  background: #709c4d !important;
}

#nav-side-condition .nav_block__icon svg * {
  fill: #fff;
}

#nav-side-condition .nav_block__inner dt .plus {
  color: white;
  background: white;
}

#nav-side-condition .nav_block__inner dt .plus:after {
  background: white;
}

/* = posted_box
-------------------------------------------------------------- */
.clinic_detail__block .btn_link__wrap li {
  padding-left: 0 !important;
}
.clinic_detail__block > div {
  margin-bottom: 5rem;
}
.column_list{
  margin-bottom: 2rem;
  border-top: #e6e6e6 solid 1px;
}
.column_list>li{
  border-bottom: #e6e6e6 solid 1px;
}
.clinic_content p {
  font-weight: 400;
  line-height: 2;
}
.clinic_access {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 2.6rem;
  padding: 2.6rem 0;
}
.tab_block_h3 {
  font-size: 1.6rem;
  color: #4d4d4d;
  font-weight: bold;
}
.clinic_access_item {
  font-size: 1.3rem;
  color: #666;
  text-decoration: none;
}
.clinic_access_item .has-map-url {
  color: #A1B46A;
  text-decoration: underline;
}
.clinic_access_item .has-map-url::after {
  display: inline-flex;
  margin-left: 4px;
  content: '';
  width: 16px;
  height: 15px;
  background: url(../assets/img/icons/map_link.svg) no-repeat;
}
.clinic_access_icon {
  width: 1.5rem;
  position: absolute;
}
.clinic_access_title {
  font-weight: bold;
}
.clinic_access_contents {
  font-weight: 500;
  margin-left: 2rem;
  padding-top: 0.4rem;
}
.clinic_intro .clinic_content {
  margin-top: 1.3rem;
}
.clinic_intro img {
  border-radius: 10px;
}
.column_box{
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  color: #1A1A1A;
  text-decoration: none;
}
.column_box .article_image{
  width: 25%;
}
.column_box .clinic_image{
  width: 11rem;
}

.right-content .side-menu-content .column_box .article_image {
  width: 110px;
}
.right-content .side-menu-content .column_box .clinic_image {
  width: 110px;
}

.right-content .side-menu-content .column_box .post_thumb img {
  width: 100%;
}

.column_box__inner{
  width: 75%;
  padding-left: 1rem;
}

.column_box__inner span.tag {
  background: #A1B46A !important;
  padding: 0 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
  display: inline-block !important;
}

.column_box__title{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
  line-break: anywhere;
}

.nav_active .nav_block .column_box__title {
  max-width: 80%;
  display: block;
}

.column_tags{
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.column_tags li{
  color: #808080;
  background: #FFFFFF;
  border: 1px solid #808080;
  border-radius: 3px;
  font-size: .9rem;
  line-height: 1.5;
  padding: .2rem .5rem;
}
.column_box__data{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #B3B3B3;
  font-size: 12px;
  margin-top: .5rem;
  line-height: 1;
  position: absolute;
  bottom: 10%;
  right: 0;
}
.column_box__data li{
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.column_box__data_icon{
  width: 15px;
  margin-right: .3rem;
}
.column_box__data_icon svg *{
  fill: #B3B3B3;
  stroke: #B3B3B3;
}

/* = group tab
-------------------------------------------------------------- */
.group-tabs {
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  column-gap: 2rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

.group-tabs .tab.active {
  color: #A1B46A;
  border-bottom: 2px solid #A1B46A;
  padding-bottom: 12px;
}

.group-tabs .tab {
  font-size: 1.3rem;
  color: #5a5a5a;
  border-bottom: 1px solid transparent;
  padding: 0 0 10px;
  width: 25%;
  text-align: center;
}

/* = layout
-------------------------------------------------------------- */

#page{
  padding-top: 50px;
}
.wrapper{
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 700px;
  margin: 0 auto;
}
.only_pc {
  display: block !important;
}
.sp_title_banner {
  display: none !important;
}
.sp_title_banner .sp_title_body {
  height: 5rem;
  position: relative;
}
.sp_title_banner .clinic_top_title, .sp_title_banner .clinic_name{
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #1A1A1A;
  font-weight: bold;
}
.sp_title_banner .clinic_name.is-top-title{
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
}
.sp_title_banner .menu_top_title, .sp_title_banner .menu_name{
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  color: #1A1A1A;
  font-weight: bold;
}
.sp_title_banner .back {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sp_title_banner .back img {
  height: 24px;
}
.sp_title_banner .center-title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 2px;
}
.sp_title_banner .clinic-favorite {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.section{
  padding: 0 0 3rem;
}
.page_container{
  padding: 1rem 0 0;
}
.page_container > :last-child {
  padding-bottom: 6rem !important;
}
.page_inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.white_box{
  display: block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 2rem 2.5rem;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .white_box{
    padding: 2rem 1.5rem;
  }
  .sp_title_banner .back img {
    height: 20px;
  }
}
.green-box {
  background: #f5f5f1;
  border-top: #acbc81 solid 1px;
  border-bottom: #acbc81 solid 1px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
}
.green-box figure{
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
}
.green-box figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.green-box .content{
  padding-left: 1.5rem;
  flex: 1;
}
.green-box .content .title{
  color: #202f55;
  font-weight: bold;
}
.green-box .content small{
  color: #959595;
}

.green-box-2 {
  /*background: #f5f5f1;*/
  /*padding: 2rem;*/
}
.green-box-2 .title {
  color: #9db06a;
  font-size: 1.4rem;
  font-weight: bold;
}
.green-box-2 .text-ribbon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-8deg);
  transform-origin: left;
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.green-box-2 .text-ribbon::before {
  content: '';
  padding-right: 1rem;
  font-size: 1.2em;
  border-left: #9db06a solid 1px;
  transform: rotate(-30deg);
  height: 25px;
  transform-origin: left;
}
.green-box-2 .text-ribbon::after {
  content: '';
  padding-left: 1rem;
  font-size: 1.2em;
  border-right: #9db06a solid 1px;
  transform: rotate(35deg);
  height: 20px;
  transform-origin: right;
}

.list_box{
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: #e6e6e6 solid 1px;
}
.list_box .list_box__img {
  width: 25%;
}
.list_box .posted_box__txt{
  width: 85%;
}


.page_links{
  border-top: #dcdcdc solid 1px;
  margin: 0 0 3rem;
}
.page_links li a{
  display: block;
  padding: 1.5rem 2rem;
  border-bottom: #dcdcdc solid 1px;
  position: relative;
  text-decoration: none;
  color: #1A1A1A;
}
.page_links li a:hover{
  background: #333;
  color: #fff;
}

.links_list{
  display: flex;
  flex-wrap: wrap;
}
.links_list li{
  width: 50%;
  padding: .5rem .25rem;
}
.links_list li.width_full{
  width: 100%;
}

.checkd_list li{
  margin: .5rem 0;
}

/* = page common
-------------------------------------------------------------- */

.border_left{
  border-left:#A1B46A solid 3px;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.border-top-dashed {
  border-top: #e0dfe0 dashed 1px!important;
}
.title_sideborder{
  padding-left: 1.5rem;
  font-size: 1.5rem;
  margin: 0 0 2.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.title_sideborder .border{
  display: inline-block;
  height: 100%;
  width: 3px;
  background: #A1B46A;
  position: absolute;
  top: 0;
  left: 0;
}
.contents h2.title_sideborder .border{
  display: none;
}
.title_sideborder .border::before{
  content: '';
  background: #1A1A1A;
  height: 20%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.title_sideborder .txt_small,
.border_left .txt_small{
  color: #999;
  display: block;
  font-size: 60%;
}
.title_bottomborder{
  border-bottom: #A1B46A solid 2px;
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.title_bottomborder::before{
  content: '';
  width: 3rem;
  height: 2px;
  background: #1A1A1A;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
}

.page_header{
  margin-bottom: 3rem;
  text-align: center;
}
.page_header .font_en{
  color: #A1B46A;
  display: block;
  margin-bottom: .5rem;
}
.page_title{
  font-size: 2em;
  line-height: 1.5;
}

.title_icon{
  width: 25px;
  margin-right: .5rem;
}
.title_icon svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.title-green {
  background-color: #EFF1E9;
  padding: 0.5rem 1rem;
  font-weight: bold;
}

.tag_item{
  display: block;
  background: #fff;
  color: #A1B46A;
  border: #A1B46A solid 1px;
  font-size: 1rem;
  border-radius: 2px;
  padding: .4rem .8rem;
}
.cat_list{
  display: flex;
  flex-wrap: wrap;
}
.cat_list li{
  margin: .2rem .5rem .2rem 0;
}
.btn__cat_list{
  display: block;
  width: 100%;
  font-size: 1rem;
  background: #fff;
  color: #A1B46A;
  border: #A1B46A solid 1px;
  border-radius: 50px;
  padding: .2rem 1rem;
}
.cat_list li.current .btn__cat_list{
  background: #A1B46A;
  color: #fff;
}
.btn_link__wrap{
  margin: 2rem 0;
}
.btn_link__wrap li{
  margin-bottom: 1.25rem;
}

.btn_red {
  background-image: linear-gradient(to bottom , #de7387, #d76b82) !important;
  box-shadow: 0 2px 2px #993a5a !important;
  margin-bottom: 50px;
}
.btn_red.thick_shadow, .btn_red.btn_post {
  box-shadow: 0 5px 1px #993a5a !important;
}

.point_block___var03.ver03_pink.bg_block .checked_list {
  padding-left: 15px;
}

.btn_check_in_list {
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #1A1A1A;
  border: #cccccc solid 1px;
  border-radius: 50px;
  padding: .8rem 1.5rem;
  align-items: center;
  width: max-content;
  cursor: pointer;
}
.btn_check_in_list.checked {
  color: #A1B46A;
  border: #A1B46A solid 1px;
}

.btn_check_in_list i {
  width: 12px;
  height: 12px;
  background: url(../assets/img/mingcute_check-fill.svg) no-repeat;
  margin-right: 5px;
}

/* = contents
-------------------------------------------------------------- */

.contents {
  margin: 3rem 0;
}
.contents h2, .contents_h2{
  padding-left: 1.5rem;
  font-size: 1.5rem;
  margin: 3rem 0 1rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  border-left: #A1B46A solid 3px;
}
.contents h2::before, .contents_h2::before{
  content: '';
  background: #1A1A1A;
  height: 20%;
  width: 3px;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 5;
}

.contents h3:not(.table_name), .contents_h3{
  background: #EFF1E9;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 3rem 0 1rem;
  padding: 1rem 1.8rem;
  position: relative;
}

.contents h4:not(.raw_format), .contents_h4{
  border-bottom: 1px solid #a1b46a !important;
  font-weight: 700;
  position: relative;
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
}
.contents h4:not(.raw_format)::before, .contents_h4::before{
  height: 1px !important;
  bottom: -1px !important;
  content: '';
  width: 3rem;
  background: #1A1A1A;
  position: absolute;
  left: 0;
  z-index: 5;
}
.contents_h4.icon-time {
  background: url(../img/icons/time2-green.svg ) no-repeat left center/ 22px auto;
  padding: 1rem 1rem 1rem 3.5rem;
}

.contents h5, .contents_h5{
  background: #A1B46A;
  color: #fff;
  padding: .2rem 1rem;
  margin: 3rem 0 1rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
}

.contents h6, .contents_h6{
  font-size: 1.2rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}

.title_wrap{
  margin: 3rem 0 1rem;
}
.title_wrap *{
  margin:  0 0 .5rem !important;
}

.contents p, .contents_add p, .contents .paragraph, .contents_add .paragraph {
  margin: 1.3rem 0;
  line-height: 2;
  font-weight: 400;
}
.contents_img {
  border-radius: 10px;
  margin: 1rem 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.contents_img img {
  max-height: 200px;
}
.content_text {
  line-height: 1.8;
  font-weight: 400;
}

.list_wrap{
  margin: 1rem 0;
}
.list_wrap li{
  padding-left: 2.5rem;
  position: relative;
  margin: 1rem 0;
  text-indent: unset;
  font-weight: 500;
  font-size: 1.3rem;
  color: #4D4D4D;
}

.checked_list li::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #A1B46A;
}
.checked_list li::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2.5px solid #A1B46A;
  border-right: 2.5px solid #A1B46A;
}
.color_pink li::before{
  border-color: #A1B46A;
  border-radius: 3px;
}
.color_pink li::after{
  border-color: #A1B46A;
}

.dot_list li::before{
  content: '';
  background: #A1B46A;
  position: absolute;
  top: .6rem;
  left: .5rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}
.list-pink li::before{
  background: #e3738c;
}
.list-teal li::before{
  background: #548199;
}

.radio_list li::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #A1B46A;
  z-index: 5;
  border-radius: 50%;
}
.radio_list li.active::after{
  content: '';
  background: #A1B46A;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.data_list dd{
  margin-bottom: 2rem;
}

.radio-checked-list li{
  padding-left: 3rem;
  position: relative;
  border-top: #dcdcdc dotted 1px;
  padding-top: 1rem;
}
.radio-checked-list li::before{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: url(../img/icons/radio-checked.svg) no-repeat center/contain;
}

.shadow_block_list li {
  margin-top: 1.2rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.shadow_block_list li:first-child {
  margin-top: 0;
}
.course_ticket_item .title {
  color: #4D4D4D;
  font-weight: bold;
  font-size: 1.4rem;
}
.course_ticket_item .small-txt {
  margin-top: 0.2rem;
  color: #666;
  font-weight: 500;
  font-size: 1.3rem;
}
.course_ticket_item .tag-list {
  gap: 5px;
}
.course_ticket_item .tag-item {
  display: block;
  color: #E5738E;
  font-size: 1rem;
  padding: .3rem .5rem;
  border-radius: .2rem;
  background: rgba(229, 115, 142, 0.15);
}
.course_ticket_item .tag-item.discount {
  background: #E5738E;
  color: white;
}
.course_ticket_item .original-cost {
  color: #666;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration-line: line-through;
}
.course_ticket_item .cost {
  font-size: 1.6rem;
  color: #E5738E;
  margin-left: .4rem;
  line-height: 1.5;
}
.course_ticket_item .free_cancellation {
  display: flex;
  justify-content: flex-end;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.0;
  color: #666;
  margin-right: 0.8rem;
}
.course_ticket_item .popular {
  background: #A1B46A26;
  padding: 3px 6px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.9rem;
  color: #A1B46A;
  border-radius: 2px;
}
.course_ticket_item .reserve_btn {
  background: #a1b46a;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.95rem;
  border-radius: 5px;
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  .course_ticket_item .reserve_btn {
    padding: 8px 20px;
  }
}

/* =paging
-------------------------------------------------------------- */
.paging-label {
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
  font-size: 1.1rem;
}
.paging-label .number {
  font-size: 1.3rem;
}



.sort_change__wrap dt{
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}
.sort_change__wrap dt .title_icon{
  width: 2rem;
}
.sort_change__wrap dd{
  margin-bottom: 2rem;
}
.sort_change__wrap p{
  margin-top: 2rem;
  color: #999;
}
.sort_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icon_search{
  display: flex;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.5rem;
  transform: translateY(-50%);
  z-index: 5;
}
.icon_search.large {
  left: 1.5rem;
  width: 2rem;
}
.icon_search svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}

.review_search_input {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  cursor: pointer;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem;
  line-height: 1;
  color: #B3B3B3;
  border: #A1B46A solid 1px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .review_search_input {
    width: 100%;
    background: #F8F9F7;
    justify-content: left;
  }
}

/* =user
-------------------------------------------------------------- */

.user_block{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.user_name{
  font-size: 1.2rem;
  margin: 0;
  color: #1A1A1A;
  font-weight: bold;
}
.user_data{
  color: #999;
  font-size: .9rem;
}
.user_categories ul.stars{
  display: inline-flex;
  margin-right: 0.5rem;
}
.user_block__inner{
  width: calc(100% - 5rem);
  padding-left: 1rem;
  position: relative;
}
.user_info{
  display: flex;
  align-items: center;
  margin: .5rem 0;
  line-height: 1;
}
.user_status{
  padding: .3rem 1rem;
  border-radius: 50px;
  background: #E5738E;
  color: #fff;
}
.user_info span{
  margin: 0 .5rem;
}
.doctor_specialty span {
  color: white;
  background: #9BAE6A;
  padding: 3px 10px;
  display: inline-block;
}
.doctor_specialty span{
  margin-bottom: 0;
}
.user_categories dl{
  display: table;
  width: 100%;
  border-top: #E6E6E6 solid 1px;
  padding: 1rem 0;
}
.user_categories dl.review_comment_wrapper{
  border-top: none;
  padding-top: 0;
}
.user_categories dl dt{
  display: table-cell;
  width: 50%;
  min-width: 120px;
}
.user_categories dl dd{
  display: table-cell;
  font-weight: 500;
}
.review_comment_wrapper p{
  margin-bottom: 1rem;
}
.review_star .stars li {
  width: 1.8rem;
}
.review_tag_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem
}
.review_tag_wrapper span.review_tag {
  background: #A1B46A;
  padding: .4rem .8rem;
  color: white;
  font-size: 1.1rem;
}

/*.search_block__header .btn_close {*/
/*  display: none;*/
/*}*/

.current_conditions__list.front_section__inner {
  box-shadow: 0 5px 10px 0 rgba(48,49,51,.2), 0 -5px 10px 0 rgba(48,49,51,.1) !important;
}

.clinic_list.column_list:has(.clinic_detail__box_white) {
  border: none !important;
}

.clinic_detail__box_white {
  background: white;
  padding: 1.6rem !important;
  margin-bottom: 2rem;
  border: none !important;
  border-radius: 1.0rem;
  box-shadow: 0 5px 10px 0 rgba(48,49,51,.2), 0 -5px 10px 0 rgba(48,49,51,.1) !important;
  /*font-size: 1.2rem;*/
  font-weight: 500;
  color: #1A1A1A;
}

.column_list li:has(.clinic_detail__box_white) {
  border: none !important;
}

.clinic_detail__box_white .clinic-desc-icon{
  width: 1.4rem;
  height: 1.4rem;
}
.clinic_detail__box_white .clinic-desc-panel{
  margin-left: .5rem;
  position: relative;
  width: 100%;
}
.clinic_detail__box_white .clinic-desc-panel .read-more{
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding-left: .5rem;
}

.clinic_detail__box_white .review_count {
  color: #666;
}

.clinic_detail__box_white table tr {
  line-height: 1.9 !important;
}

.clinic_detail__box_white .contents_img {
  width: 32%;
  display: inline-grid;
  vertical-align: top;
  aspect-ratio: 1;
}
.clinic_detail__box_white .contents_img + .contents_img {
  margin-left: 2%;
}

.clinic_detail__box_white .contents_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.clinic_detail__box_white table {
  width: 60%;
  display: inline-block;
  margin-top: 7px;
}

.clinic_detail__box_white table th {
  vertical-align: top !important;
}

.clinic_detail__box_white table td, .clinic_detail__box_white table th {
  border: none !important;
  color: #000;
  background: white !important;
  text-align: left;
}
.clinic_detail__box_white .tag_item {
  line-height: 1.1;
  font-size: 1.0rem;
  border-radius: 2px;
  padding: .2rem .4rem;
}

.clinic_detail__box {
  border-top: #A1B46A solid 3px;
  padding-top: 2px;
}
.clinic_detail__box__head {
  border-top: #A1B46A solid 1px;
  padding: 1.3rem;
  /* border-bottom: #e6e6e6 solid 1px; */
  background: #f7f8f3;
  position: relative;
}

.clinic_detail__box_clinic_name {
  background: unset !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: none !important;
}
.clinic_detail__box_clinic_tag {
  background: #A1B46A;
  padding: .15rem 1.3rem;
  margin-bottom: 1rem;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7;
}

/*
top search
*/

.links_list.top-search li:first-child {
  width: 40%;
  padding-right: 0;
  position: relative;
}

.links_list.top-search li:first-child::after {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  background: #e0e0e0;
  width: 1px;
  right: 0;
  top: 25%;
}

.links_list.top-search li:first-child button{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none !important;
  box-shadow: 0 2px 0px rgba(0,0,0,.1);
}

.links_list.top-search li:nth-child(2) {
  width: 60%;
  padding-left: 0;
}

.links_list.top-search li:nth-child(2) button{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none !important;
  box-shadow: 0 2px 0px rgba(0,0,0,.1);
}

.articles-content .cat_list + table {
  display: none !important;
}

.articles-content .contents_img img {
  width: 100%;
  max-width: 100%;
  max-height: none !important;
}

.articles-content .article .clinic_detail__block .section:first-child {
  padding: 0;
}

#side-menu-top {
  margin-top: 2rem;
}

a.column_box {
  cursor: pointer;
}

.underline-pink {
  border-bottom: 2px dotted #E5738E;
}
.underline-green {
  text-decoration: underline 4px #becaa0;
}

/* note-advice  */
.note-advice {
  background-color: #EFF1E9;
  padding: 0 4% 4%;
  margin: 60px 0 30px;
  border-radius: 1.6rem;
}

.note-advice .note-advice-header {
  display: inline-flex;
  align-items: flex-end;
  margin-top: -35px;
}
.note-advice .note-advice-header--img {
  width: 270px;
}

.note-advice .note-advice-header--content {
  background-color: white;
  border-radius: 1rem;
  padding: 35px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  line-height: 2;
  font-weight: 400;
}

.note-advice .note-advice-header--content .pink {
  color: #ff6b9f !important;
}

/* note-summary  */
.note-summary {
  position: relative;
  background-image: url('../img/summary_bg.png');
  padding: 0 4%;
  background-size: cover;
  margin: 80px 0 0;
}

.note-summary-bottom {
  position: relative;
  background-image: url('../img/summary_bg_bottom.png');
  padding: 0 4% 6%;
  background-size: cover;
  margin-bottom: 20px;
}

.note-summary-header {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.note-summary .note-summary-header p {
  display: grid;
  grid-row-gap: 0;
  text-align: center;
  padding-top: 40px;
}

.note-summary .note-summary-header p .title, .note-summary .content .title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #323232 !important;
  line-height: 1.3 !important;
  text-align: center;
  position: relative;
}

.note-summary .note-summary-header p .title:before {
  position: absolute;
  content: '';
  background: url(../img/leaf_l.svg);
  background-size: 50px 70px;
  height: 70px;
  width: 50px;
  top: -15px;
  left: 30%;
}

.note-summary .note-summary-header p .title:after {
  position: absolute;
  content: '';
  background: url(../img/leaf_r.svg);
  background-size: 50px 70px;
  height: 70px;
  width: 50px;
  top: -15px;
  left: 62%;
}

.note-summary .note-summary-header .title-en {
  color: #a0b56a !important;
  font-size: 10px;
}

.note-summary .content {
  background-color: white;
  padding: 2rem 1.5rem;
  font-weight: 400;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  position: relative;
}

.note-summary .content .title {
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #a0b56a;
}

.note-summary .content .pink {
  color: #ff6b9f !important;
}

/* note-point-writer */
.note-point-writer {
  background-color: white;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  padding-bottom: 20px;
  margin: 40px 0 20px;
  position: relative;
  text-align: center;
}

.note-point-writer .note-point-header p {
  display: grid;
  grid-row-gap: 0;
  text-align: center;
  position: relative;
}

.note-point-writer .note-point-header p:after {
  content: '';
  background-color: #f7f8f3;
  background-size: 100% 70px;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.note-point-writer .check-icon {
  margin-top: -30px;
  width: 80px;
}

.note-point-writer .content {
    padding: 0 3%;
}

.note-point-writer .content .title, .note-point-writer .note-point-header .title {
  font-size: 1.4rem;
  color: #323232 !important;
  line-height: 1.3 !important;
  text-align: center;
  position: relative;
  z-index: 2;
}

.note-point-writer .note-point-header .title-en {
  color: #a0b56a !important;
  font-size: 10px;
  z-index: 2;
}

.note-point-writer .content .title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 1.3rem;
  line-height: 1.5 !important;
  border-bottom: 1px solid #ececec;
}

.note-point-writer .content .detail{
  text-align: left !important;
  margin-bottom: 0 !important;
}

.note-point-writer .content .detail .underline-pink {
  border-bottom: 2px dotted #ff6b9f !important;
}

.note-point-writer .content .detail .underline {
  background: transparent linear-gradient(transparent 60%,#fe7 0);
}

.note-point-writer .content .detail strong {
  color: #E5738E !important
}

.comment_gray {
  width: 100%;
  padding: 2%;
  border: 2px dotted #a0b56a;
  background: #f4f4f4;
  margin: 20px 0 !important;
}

#search-result span.tag {
  display: none !important;
}

.is_pr {
  text-align: right;
  color: #666;
  margin: 5px 0 20px;
  font-weight: normal !important;
}

.user_name span.name {
  font-size: 1.6rem;
  font-weight: bold;
}

.user_name span.name .prefix {
  font-size: 1.2rem;
}

/*
Favorite button
*/

.btn-fav-pink {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 0px 10px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: none;
}

#page_profile .btn-fav-pink {
  display: block;
}

.btn-fav-pink .btn_link__img {
  margin: 0 auto !important;
  width: 2.1rem;
  display: block;
}

.btn-fav-pink path {
  fill: #E5738E;
}

.btn-fav-pink span {
  color: #E5738E;
  font-size: 10px;
}

.btn-fav-pink.green path {
  fill: #99ac6a !important;
}

.btn-fav-pink.green span {
  color: #99ac6a;
}


@media(max-width: 1050px) {
  #header_usermenu {
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .clinic_detail__head .main_area {
    max-width: unset;
  }
  .btn-fav-pink {
    transform: scale(0.8);
    border-width: 2px;
    padding: 0 5px !important;
    top: 6px;
    right: 6px;
  }

  #page_profile .clinic_desc, #page_profile .clinic_name {
    width: 85%;
  }

  .note-summary {
    margin: 20px 0 0 !important;
    background-size: 100% 100% !important;
  }

  #page_profile .user_data {
    min-height: 10px;
  }

  .note-point-writer .content .title, .note-point-writer .note-point-header .title {
    font-size: 1.4rem;
    color: #323232!important;
    line-height: 1.3!important;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .note-point-writer .content .title {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 1.3rem;
    line-height: 1.5!important;
    border-bottom: 1px solid #ececec;
}

  #clinic .section.bg_beige .wrapper {
    width: 98% !important;
  }

  .column_header .search-title {
    font-size: 1.6rem !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .note-summary, .note-summary-bottom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .note-point-writer .check-icon {
    width: 65px;
  }

  .note-summary .content .title, .note-summary .note-summary-header p .title {
    font-weight: 700;
    font-size: 1.4rem;
    color: #323232!important;
    line-height: 1.3!important;
    text-align: center;
    position: relative;
  }

  .note-summary .content .title1 {
    font-size: 1.4rem !important;
  }

  .note-summary .note-summary-header p .title:before {
    background-size: 40px 60px;
    height: 60px;
    width: 40px;
    top: -15px;
    left: 20%;
  }

  .note-summary .note-summary-header p .title:after {
    background-size: 40px 60px;
    height: 60px;
    width: 40px;
    top: -15px;
    left: 67%;
  }

  .note-summary .note-summary-header p {
    padding-top: 30px;
  }

  .note-advice {
    margin-top: 40px;
  }

  .note-advice .note-advice-header {
    margin-top: -22px;
  }

  .note-advice .note-advice-header--img{
    width: 215px;
  }

  .note-advice .note-advice-header--content {
    padding: 15px;
  }

  .ver03_pink .point_ribbon {
    margin-left: 12px !important;
  }

  .point_block___var03.ver03_pink.bg_block .checked_list {
    padding-left: 6px;
  }

  .clinic_detail__box_white {
    padding: 16px
  }

  .clinic_detail__box_white table {
    width: 65%;
  }

  .clinic_detail__box_white table td, .clinic_detail__box_white table th {
    padding: 1px 3px !important;
  }
}

/* =RWD
-------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 950px) {
  .right-content .side-menu-content .column_box .article_image {
    width: 80px;
    height: 46px;
  }
  .right-content .side-menu-content .column_box .clinic_image {
    width: 80px;
    height: 46px;
  }

  .right-content .side-menu-content .column_box .post_thumb img {
    width: 100%;
    height: 46px;
  }
}

@media screen and (min-width: 768px){

  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
}

.nav-top-searchbox {
  margin-top: 30px;
}

.nav-search-buttons .btn_link {
    justify-content: left;
    padding: 1rem 1.6rem !important;
}

.nav-search-buttons {
  margin: 5px auto 0;
}

@media screen and (max-width: 768px) {
  .page-content {
    display: block;
    padding: 0 !important;
  }

  .breadcrumbs a{
    background-color: white;
  }

  .page-content .left-content {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 50px;*/
    /*padding-bottom: 30px;*/
    background: #fff;
  }

  #header_nav__inner{
    width: 85% !important;
    left: auto;
    right: 0 !important;
  }

  .top_search button {
    height: 47px !important;
    margin-top: 10px !important;
  }

  .top_search.search_block__base__submit .btn_clear {
    flex: 1 0 13rem !important;
  }

  .nav-top-searchbox {
    margin-top: 30px;
    width: 100% !important;
  }

  .nav-search-buttons {
    margin: 10px auto 0;
    width: 100%;
  }

  .nav-search-buttons .btn_link {
    justify-content: left;
    padding: 1rem !important;
  }

  .btn-top-search {
    width: 100% !important;
    justify-content: center !important;
  }

  main, .page-content .left-content {
    background: #fff !important;
  }

  .post_thumb.article_thumb {
    border-radius: 5px;
  }

  .front_section {
    margin-top: 0 !important;
  }

  #header_nav__btn {
    display: block !important;
  }

  #header_usermenu {
    right: 50px !important;
  }

  #footer_copy {
    font-size: 12px;
  }

  .column_box__data{
    font-size: 10px !important;
    bottom: 5% !important;
  }

  ul.column_list .column_box {
    padding: 2rem 0 !important;
  }

  .breadcrumbs ul {
    max-width: 600px !important;
  }

  ul.column_list .column_box__title {
    width: 100% !important;
  }

  ul.column_list .column_box__title.nav_menu_title {
    width: 90% !important;
  }

  .bg_beige {
    background-color: #fff;
  }

  .sec-uservoice2 .title {
    width: 90px !important;
  }

  .sec-uservoice2 .title img, .sec-uservoice1 .title .image img {
    width: 70px;
    height: 70px;
  }

  .sec-uservoice2 .content {
    width: calc(100% - 110px) !important;
    padding: 15px;
  }

  .sec-uservoice2 .title {
    float: left;
    width: 140px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .sec-uservoice1 .title .image {
    width: 90px !important;
  }

  .sec-uservoice2 .title span {
    font-size: 100% !important;
  }

  .tab_content {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .tab_content .tab_body ul li:first-child {
    padding-left: 2rem;
  }
  .tab_content .tab_body ul li:last-child {
    padding-right: 2rem;
  }
  .tab_block {
    margin-top: 4.5rem;
  }
  .nav_block .tab_block:first-child {
    margin-top: 2.5rem;
  }
}

@media (max-width: 376px) {
  .content_block__header.bg_stripe__black .content_block__header__icon{
    width: 3.5rem;
    margin-right: 6px !important;
  }
}

/*
Doctor Case
*/

.case_box {
  border: none !important;
  border-radius: 10px;
  padding: 2rem 2.5rem;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  margin-bottom: 3rem;
  background: white;
}
@media screen and (max-width: 768px) {
  .case_box {
    padding: 2rem 1.5rem;
  }
}

.column_list:has(.case_box), .column_list li:has(.case_box) {
  border: none !important;
}

ul.column_list:has(.case_box) .column_box__title {
  width: 100%!important;
  color: #71924d;
  font-size: 1.6rem !important;
  font-weight: bold;
  margin-bottom: 20px;
}

.case_box .sub-option {
  font-size: 1.2rem !important;
  color: #919191;
}

.case_box .user_categories dl:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.case_box .user_categories {
  margin: 2rem 0 1rem !important;
}

#doctor_instagram {
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
  margin-top: 1rem;
}

#doctor_instagram img {
  height: 35px;
  width: auto;
  margin-left: -15px;
}

#doctor_instagram .point_ribbon__icon {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.case_box .column_box__title {
  cursor: pointer;
  text-decoration: none;
}

#doctor_instagram span {
  color: #ababab;
  font-weight: normal;
  margin-left: -8px;
  font-size: 1.3rem;
}

#doctor_instagram .btn-link {
  text-align: right;
  margin-right: 4rem;
  color: #ababab;
  text-decoration: underline;
}

#doctor_instagram .more {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  float: right;
  margin-top: 5px;
}

.m-auto {
  margin: 0 auto !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-red {
  color: red;
}
.text-green {
  color: #a1b46a;
}
.text-pink {
  color: #e3738c;
}
.text-teal {
  color: #548199;
}
.text-light-gray {
  color: #666666;
}
.text-dark-gray {
  color: #4D4D4D;;
}
.text-error {
  color: #EE0000;
}
.text-black {
  color: #1A1A1A;
}
.has_error {
  background: #FFF6F6!important;
  border-color: #EE0000!important;
}

pre {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif !important;
}

.hidden-xs {
  display: block !important;
}

.visible-xs {
  display: none !important;
}

.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-contain {
  object-fit: contain !important;
}

.rect-image-wrapper {
  position: relative;
}
.rect-image-wrapper::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.rect-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.doctor-list .doctor-item {
  flex: 0 0 calc(33.3% - .8rem);
}
.doctor-item .doctor-helper {
  margin-top: 1rem;
  display: inline-flex;
  gap: .8rem;
  width: 100%;
}
.doctor-item .doctor-helper .doctor-clinic-image {
  width: 20%;
  flex: 0 0 20%;
}
.doctor-item .doctor-helper .doctor-info {

}
.doctor-item .doctor-helper .doctor-info .name {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.doctor-item .doctor-helper .doctor-info .name span{
  font-size: 1.3rem;
}
.doctor-item .doctor-helper .doctor-info .title {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.7;
}
.doctor-item .doctor-helper .doctor-info .message {
  color: #666666;
  font-size: .9rem;
  line-height: 1.7;
  font-weight: 500;
  max-height: 3rem;
  overflow: hidden;
}

#timeslot {
  display: inline-table !important;
}

#timeslot tr {
  border: none !important;
}

#timeslot thead td {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e4e4e4 !important;
}

#timeslot thead td.blue {
  color: #3b96c5;
}

#timeslot thead td.pink {
  color: #df7486;
}

#timeslot td {
  color: #3f3f3f;
  padding: 10px !important;
  text-align: center;
  border-right: 1px solid #e4e4e4 !important;
  width: 65px !important;
}

#timeslot td:last-child {
  border-right: none !important;
}

.round-block {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(48, 49, 51, .2), 0 -5px 10px 0 rgba(48, 49, 51, .1) !important;
  background: white !important;
}

.profile_link_item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.profile_link_item .link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem .5rem 1.5rem 1rem;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 1.4rem;
}

.header_block {
  position: relative;
  height: 40px;
  width: 100%;
}
.header_block .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}
.header_block .back_btn {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  display: flex;
  cursor: pointer;
}
.header_block .back_btn.left {
  left: 0;
}
.header_block .close_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  cursor: pointer;
}

.profile-edit a.btn_back {
  color: black;
  text-decoration: none !important;
}

.profile-edit .btn-edit {
  padding: 0.5rem;
  width: 60px;
  position: absolute !important;
  right: 0 !important;
}

.profile-edit .form_box select {
  display: inline-block;
  width: 25%;
  padding-right: 2rem;
}

.profile-edit .form_box select::-ms-expand {
  display: none;
}

.profile-edit .form_box .selectdiv {
  position: relative;
  display: inline-flex;
}

.profile-edit .form_box .selectdiv:after {
  content: '>';
  font: 22px "Consolas", monospace;
  color: #99ac6a;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/

  top: 12px;
  padding: 0 0 2px;
  /* border-bottom: 1px solid #999; */
  /*left line */

  position: absolute;
  pointer-events: none;
}

.profile-edit .form_box .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100px;
  height: 40px;
  float: right;
  margin: 5px 0px;
  padding: 0px 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

.profile-edit .form_box .selectdiv.month select {
  width: 70px;
}

.profile-edit .form_box input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    padding: 3px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

/* appearance for checked radiobutton */
.profile-edit .form_box input[type="radio"]:checked {
  background-color: #99ac6a;
}

.review-edit .form_box dt{
  font-size: 1.4rem;
}
.review-edit .form_box dt .desc {
  font-size: 1.3rem;
}

.section-body .form_box {
  margin-top: 50px;
}

.section-body .form_box table td {
  border-color: #cccccc;
  border-left: none !important;
  border-right: none !important;
  padding: 1.5rem 10px;
  font-size: 1.4rem;
}

.section-body .form_box table td:last-child {
  color: #444 !important;
}

.section-body .form_box table td strong {
  color: black !important;
}

#page_profile .column_list {
  border: none !important;
}

.review_edit {
  color: black;
  padding: 5px 20px 0px 10px;
  font-size: 1.2rem;
  border-radius: 30px;
  border: 1px solid #99ac6a;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
  display: inline-flex;
}
.review_edit .btn_link__img {
  width: 2rem;
  height: 2rem;
  margin-right: 4px;
}

.reserve_list .column_box {
  align-items: flex-start !important;
  padding-top: 0;
}

.reserve_list .column_box .article_image{
  width: 35%;
}

.reserve_list .column_box__inner {
  padding-left: 2rem;
}
.reserve_list .reserve_mark span {
  display: inline-block;
  color: white;
  border-radius: 3px;
  padding: .5rem 1.5rem;
  font-size: 1.1rem;
  margin-bottom: .9rem;
  line-height: 1;
}
.reserve_list .reserve_mark span.reserve {
  background: #808080;
}
.reserve_list .reserve_mark span.reserve_entry {
  background: #A1B46A;
}
.reserve_list .reserve_mark span.reserve_entry2 {
  background: #E5738E;
}
.reserve_list .reserve_mark span.reserve_cancel {
  background: #E0E0E0;
  color: #1A1A1A;
}
.reserve_list .reserve_mark span.treated {
  background: #70944e;
}
.reserve_list .reserve_date {
  line-height: 1.5;
}
.reserve_list .reserve_date .date_label {
  font-size: 1rem;
  font-weight: 500;
}
.reserve_list .comment {
  background: #F9FAF4;
  padding: 1rem;
}
.reserve_list .link_gray {
  color: #808080;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  ul.column_list:has(.case_box) .column_box__title {
    font-size: 1.4rem !important;
  }

  ul.column_list:has(.case_box) .column_box__title.nav_menu_title {
    width: 100% !important;
  }

  #doctor_instagram img {
    height: 21px;
    margin-left: -10px;
  }

  #doctor_instagram span {
    margin-left: -4px;
  }

  #doctor_instagram .btn-link {
    max-width: 200px;
    overflow-x: hidden;
    margin-right: 2rem;
    font-size: 9px;
  }

  .case_box .btn_link__arrow {
    right: 0;
  }

  #doctor_instagram .more {
    margin-top: 6px;
  }

  .doctor-list .doctor-item {
    flex: 0 0 calc(50% - .6rem);
  }

  #timeslot td {
    padding: 8px 0 !important;
    width: 31px !important;
  }

  .section-body .form_box table td {
    padding: 15px 5px;
  }

  .profile-edit .form_box .selectdiv select {
    font-size: 13px !important;
    width: 70px;
    padding: 0 6px;
  }
  .profile-edit .form_box .selectdiv.month select {
    width: 50px;
  }

  .profile-edit .form_box .selectdiv:after {
    font-size: 20px;
    right: 6px;
  }

  .profile-edit .form_box input[type="radio"] {
    width: 16px;
    height: 16px;
  }
}


/* displays */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-center {
  display: flex;
  align-items: center;
}
.flex-1 {
  flex: 1
}
.col {
  flex: 1 0 0%;
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
}

/* margins */
.m-0 {
  margin: 0!important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.ml-1px,
.mx-1px {
  margin-left: 1px !important;
}
.ml-2px,
.mx-2px {
  margin-left: 2px !important;
}
.ml-3px,
.mx-3px {
  margin-left: 3px !important;
}
.ml-4px,
.mx-4px {
  margin-left: 4px !important;
}
.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}


.my-1rem {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}
.my-2rem {
  margin-top: 2rem!important;
  margin-bottom: 2rem!important;
}
.my-3rem {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}
.mt-1rem {
  margin-top: 1rem!important;
}
.mt-2rem {
  margin-top: 2rem!important;
}
.mt-3rem {
  margin-top: 3rem!important;
}
.mt-4rem {
  margin-top: 4rem!important;
}
.mt-5rem {
  margin-top: 5rem!important;
}
.mt-6rem {
  margin-top: 6rem!important;
}
.mt-7rem {
  margin-top: 7rem!important;
}
.mt-8rem {
  margin-top: 8rem!important;
}
.ml-1rem {
  margin-left: 1rem!important;
}
.ml-2rem {
  margin-left: 2rem!important;
}
.ml-3rem {
  margin-left: 3rem!important;
}
.mr-1rem {
  margin-right: 1rem!important;
}
.mr-2rem {
  margin-right: 2rem!important;
}
.mr-3rem {
  margin-right: 3rem!important;
}
.mb-1rem {
  margin-bottom: 1rem!important;
}
.mb-2rem {
  margin-bottom: 2rem!important;
}
.mb-3rem {
  margin-bottom: 3rem!important;
}
.mb-4rem {
  margin-bottom: 4rem!important;
}
.mb-5rem {
  margin-bottom: 5rem!important;
}
.mb-6rem {
  margin-bottom: 6rem!important;
}
.mb-7rem {
  margin-bottom: 7rem!important;
}
.mb-8rem {
  margin-bottom: 8rem!important;
}
/* paddings */
.pl-1rem, .px-1rem {
  padding-left: 1rem!important;
}
.pr-1rem, .px-1rem {
  padding-right: 1rem!important;
}
.pt-1rem, .py-1rem {
  padding-top: 1rem!important;
}
.pb-1rem, .py-1rem {
  padding-bottom: 1rem!important;
}
.p-1rem {
  padding: 1rem!important;
}
.pl-2rem, .px-2rem {
  padding-left: 2rem!important;
}
.pr-2rem, .px-2rem {
  padding-right: 2rem!important;
}
.pt-2rem, .py-2rem {
  padding-top: 2rem!important;
}
.pb-2rem, .py-2rem {
  padding-bottom: 2rem!important;
}
.p-2rem {
  padding: 2rem!important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .my-sm-1rem {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .my-sm-2rem {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
  }
  .my-sm-3rem {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .mt-sm-1rem {
    margin-top: 1rem!important;
  }
  .mt-sm-2rem {
    margin-top: 2rem!important;
  }
  .mt-sm-3rem {
    margin-top: 3rem!important;
  }
  .mt-sm-4rem {
    margin-top: 4rem!important;
  }
  .mt-sm-5rem {
    margin-top: 5rem!important;
  }
  .mt-sm-6rem {
    margin-top: 6rem!important;
  }
  .mt-sm-7rem {
    margin-top: 7rem!important;
  }
  .mt-sm-8rem {
    margin-top: 8rem!important;
  }
  .ml-sm-1rem {
    margin-left: 1rem!important;
  }
  .ml-sm-2rem {
    margin-left: 2rem!important;
  }
  .ml-sm-3rem {
    margin-left: 3rem!important;
  }
  .mr-sm-1rem {
    margin-right: 1rem!important;
  }
  .mr-sm-2rem {
    margin-right: 2rem!important;
  }
  .mr-sm-3rem {
    margin-right: 3rem!important;
  }
  .mb-sm-1rem {
    margin-bottom: 1rem!important;
  }
  .mb-sm-2rem {
    margin-bottom: 2rem!important;
  }
  .mb-sm-3rem {
    margin-bottom: 3rem!important;
  }
  .mb-sm-4rem {
    margin-bottom: 4rem!important;
  }
  .mb-sm-5rem {
    margin-bottom: 5rem!important;
  }
  .mb-sm-6rem {
    margin-bottom: 6rem!important;
  }
  .mb-sm-7rem {
    margin-bottom: 7rem!important;
  }
  .mb-sm-8rem {
    margin-bottom: 8rem!important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .my-md-1rem {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .my-md-2rem {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
  }
  .my-md-3rem {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .mt-md-1rem {
    margin-top: 1rem!important;
  }
  .mt-md-2rem {
    margin-top: 2rem!important;
  }
  .mt-md-3rem {
    margin-top: 3rem!important;
  }
  .mt-md-4rem {
    margin-top: 4rem!important;
  }
  .mt-md-5rem {
    margin-top: 5rem!important;
  }
  .mt-md-6rem {
    margin-top: 6rem!important;
  }
  .mt-md-7rem {
    margin-top: 7rem!important;
  }
  .mt-md-8rem {
    margin-top: 8rem!important;
  }
  .ml-md-1rem {
    margin-left: 1rem!important;
  }
  .ml-md-2rem {
    margin-left: 2rem!important;
  }
  .ml-md-3rem {
    margin-left: 3rem!important;
  }
  .mr-md-1rem {
    margin-right: 1rem!important;
  }
  .mr-md-2rem {
    margin-right: 2rem!important;
  }
  .mr-md-3rem {
    margin-right: 3rem!important;
  }
  .mb-md-1rem {
    margin-bottom: 1rem!important;
  }
  .mb-md-2rem {
    margin-bottom: 2rem!important;
  }
  .mb-md-3rem {
    margin-bottom: 3rem!important;
  }
  .mb-md-4rem {
    margin-bottom: 4rem!important;
  }
  .mb-md-5rem {
    margin-bottom: 5rem!important;
  }
  .mb-md-6rem {
    margin-bottom: 6rem!important;
  }
  .mb-md-7rem {
    margin-bottom: 7rem!important;
  }
  .mb-md-8rem {
    margin-bottom: 8rem!important;
  }
}

.lh-1 {
  line-height: 1!important;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}

.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}

.indent-main-item {
  text-indent: -1rem;
  margin-left: 1rem;
}
.indent-sub-item {
  text-indent: -2rem;
  margin-left: 3rem;
}
.pre-line {
  white-space: pre-line;
}
.round-border-10 {
  border-radius: 10px;
  overflow: hidden;
}

a.text-green:hover,
a.text-green:focus {
  color: #99a66a !important;
}

/* icons */
.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.6px;
}

/* qna */
.clinic-qna {
  font-weight: normal;
}
.qna-item {
  border-bottom: #9fb26b dotted 1px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
.qna-desc {
  padding-bottom: 2rem;
  border-bottom: #9fb26b dotted 1px;
  margin-bottom: 2rem;
}
.qna-question {
  background: #EFF1E9;
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}

.qna-question::before {
  content: 'Q';
  position: absolute;
  width: 4.21rem;
  padding: 1rem;
  height: 100%;
  background: #99ac6a;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.qna-answer {
  padding: 0 0 0 6rem;
  position: relative;
  margin-bottom: 2rem;
  min-height: 4.21rem;
}
.qna-answer::before {
  content: 'A';
  position: absolute;
  width: 4.21rem;
  height: 4.21rem;
  padding: 1rem;
  background: #EFF1E9;
  border: #b1d84d solid 1px;
  left: 0;
  top: 0;
  color: #99ac6a;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.related-article {
  border: #dee4cc solid 1px;
  line-height: 1.7;
}
.related-article .title {
  background: #99ac6a;
  padding: 0.8rem 1.5rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.related-article .title img{
  margin-right: 10px;
}
.related-article .content {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.related-article .content figure {
  display: block;
  margin: 0;
  width: 25%;
}
.related-article .content a {
  padding: 0 2rem 0 1.5rem;
  font-weight: 600;
  background: url(../img/icons/icon-arrow-right.svg) no-repeat right center/ 13px auto;
}
.interview-answer {
  display: flex;
}
.interview-announcer {
  min-width: 8rem;
  width: 8rem;
  text-align: center;
  margin-right: 2rem;
}
.interview-announcer-img {
  border-radius: 50%;
  overflow: hidden;
  border: #9bad6b solid 1px;
  width: 8rem;
  height: 8rem;
}
.interview-announcer-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.interview-announcer-name {
  background: #9bad6b;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  padding: 0px 6px;
}
.interview-answer-content {
  border: #9bad6b solid 1px;
  border-radius: 5px;
  font-weight: normal;
  padding: 1.5rem;
  position: relative;
  white-space: pre-wrap;
  background: #fff;
}
.interview-answer-content::before {
  content: '';
  position: absolute;
  top: 3.5rem;
  left: -6px;
  width: 10px;
  height: 10px;
  border-top: #9bad6b solid 1px;
  border-left: #9bad6b solid 1px;
  transform: rotate(-45deg);
  background: #fff;
}
.clinic-interview .qna-item {
  border: 0 none;
}

/* double-slash-text */
.double-slash-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #32322f;
  font-weight: 500;
}
.double-slash-text::before {
  content: '';
  padding-right: 1rem;
  font-size: 1.2em;
  border-left: #32322f solid 1px;
  transform: rotate(-30deg);
  height: 15px;
  transform-origin: left;
}
.double-slash-text::after {
  content: '';
  padding-left: 1rem;
  font-size: 1.2em;
  border-right: #32322f solid 1px;
  transform: rotate(30deg);
  height: 15px;
  transform-origin: right;
}
.double-slash-text.green {
  color: #A1B46A;
}
.double-slash-text.green::before {
  border-color: #A1B46A;
}
.double-slash-text.green::after {
  border-color: #A1B46A;
}

/* box-shadow */
.box-shadow {
  background: #fff;
  border: none !important;
  border-radius: 1rem;
  box-shadow: 0 5px 10px 0 rgba(48,49,51,.2),0 -5px 10px 0 rgba(48,49,51,.1)!important;
  margin-bottom: 23px;
  padding: 2rem;
}

/* table */
.table-info-detail th {
  background: #fff;
  border: #E6E6E6 solid 1px;
  color: #1A1A1A;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.table-info-detail td, .table-info-detail th {
  border-left: 0 none;
  border-right: 0 none;
}
.table-info-detail td {
  padding-right: 0;
}
.table-info-detail tr:first-child td, .table-info-detail tr:first-child th {
  border-top: 0 none;
}
.table-info-detail tr:last-child td, .table-info-detail tr:last-child th {
  border-bottom: 0 none;
}
.table-info-detail table th, .table-info-detail table td {
  border: #E6E6E6 solid 1px!important;
}

/* limit-content */
.limit-content {
  max-height: 60rem;
  overflow: hidden;
  position: relative;
}
.btn-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom , rgba(255,255,255,0.8), #fff);
  padding: 35px 5% 2rem;
}
.btn-toggle .btn_link {
  margin: 0;
}
.limit-content.show-all {
  max-height: none!important;
}

/* swiper */
.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper {
  display: flex;
}

.review_comment_wrapper .swiper-container .swiper-slide {
  overflow: hidden;
  width: 35%;
}
.review_comment_wrapper .swiper-slide .in {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.review_comment_wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.review_comment_wrapper .swiper-container .img-before::after {
  content: 'Before';
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 3px 10px;
}
.review_comment_wrapper .swiper-container .img-after::after {
  content: 'After';
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 3px 10px;
}
.review_price_wrapper {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  border: solid 1px #F8F8F8;
  border-radius: 5px;
}
.section_title_line {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #A1B46A;
  position: relative;
  display: block;
}
.section_title_line::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: #A1B46A80 solid 1px;
  left: 0;
}
.section_title_line span {
  display: inline-block;
  background: #f9faf5;
  padding: 0 3rem;
  position: relative;
  z-index: 10;
  font-weight: 600;
}
.section_title_sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #4D4D4D;
}
.new-column-wrapper .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.new-column-wrapper .article-item {
  border-radius: 5px;
  border: solid 1px #E6E6E6;
  width: 75%;
}
.new-column-wrapper .article-item a {
  color: #1A1A1A;
  text-decoration: none;
}
.new-column-wrapper .article-item .column-title {
  background: white;
  padding: .9rem 1.1rem 1.1rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .new-column-wrapper .article-item {
    overflow: hidden;
    width: calc(50% - 8px);
    border-radius: 10px;
  }
  .new-column-wrapper .article-item .column-title {
    font-size: 1.2rem;
  }
}

/* width */
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-10rem {
  width: 10rem;
}
.w-11rem {
  width: 11rem;
}
.w-12rem {
  width: 12rem;
}
.w-13rem {
  width: 13rem;
}
.w-14rem {
  width: 14rem;
}
.h-100 {
  height: 100%;
}
.border-top-thin {
  border-top: solid 1px #cccccc;
}

.btn-detail-icon {
  width: 1.5rem !important;
}

/* box item for genre/menu */
.item-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.item-row .item {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 1.2rem;
  cursor: pointer;
}
.item-row .item a {
  text-decoration: none;
  color: #1a1a1a;
}


.detail_search_div{
  background: #fff;
  width: 100%;
  /*max-width: 600px;*/
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  /*transform: translateX(-50%);*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-top: #A1B46A solid 3px;
}
.right-content .detail_search_div, .popup-container .detail_search_div {
  background-color: rgba(0,0,0,0.5) !important;
  border-top: none !important;
}
.right-content .detail_search_div .search_block, .popup-container .detail_search_div .search_block {
  margin-top: 6rem;
}
.menu_point_title {
  color: #4D4D4D;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: none !important;
  margin-bottom: 1rem;
}
.menu_point_title::before {
  background:  none !important;
}

.search_block__header{
  position: fixed;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 720px;
  background: #fff;
  border-bottom: #e6e6e6 solid 1px;
  z-index: 999;
  padding: 1rem 2rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_block__title{
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.search_block__title .icon{
  width: 2.5rem;
  margin-right: 1rem;
  display: flex;
}
.search_block__title .icon svg *{
  fill: #A1B46A;
}
.search_block__header .btn_back{
  margin: 0 auto 0 0;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.search_block__header .btn_close{
  margin: 0 0 0 auto;
  width: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.search_block__header .btn_close span{
  background: #A1B46A;
  width: 100%;
  height: 2px;
  display: block;
}
.search_block__header .btn_close span:first-child{
  transform: translateY(2px) rotate(-45deg);
}
.search_block__header .btn_close span:last-child{
  transform: rotate(45deg);
}
.search_block__inner{
  padding-top: 5rem;
  max-width: 700px;
  margin: 0 auto;
}
.search_block__inner .border_left{
  margin: 3rem 0 1rem;
}

.right-content .search_block__header {
  position: relative;
  margin: 0 auto;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  border: none;
  width: 90% !important;
  max-width: 500px !important;
}

.right-content .search_block__header .btn_back {
  left: auto !important;
  right: 2rem !important;
  top: -50% !important;
}

.right-content .search_block__inner {
  overflow-y: auto;
  width: 90% !important;
  max-width: 500px !important;
  height: auto;
  max-height: 420px;
  background-color: white;
  padding: 1.3rem;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.right-content .search_block__inner::-webkit-scrollbar,
.right-content .search_block__inner .part_item_list::-webkit-scrollbar,
.page-content .right-content .side-menu-content .search_block__inner .nav_block::-webkit-scrollbar {
  display: none;
}

.right-content .search_block__inner dl:first-child {
  border-top: 1px solid #e6e6e6 !important;
}

.page-content .right-content .side-menu-content .search_block__inner .nav_block {
  height: 400px;
  overflow-y: auto;
}

.search_block__button{
  display: flex;
  position: relative;
  padding: 1rem;
  align-items: center;
}
.search_block__button .btn_link__img svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.search_block__base ul{
  margin-bottom: 2rem;
}
.search_block__base li{
  border-bottom: #e6e6e6 solid 1px;
}
.search_block__base__submit{
  display: flex;
}
.search_block__base__submit .btn_clear{
  flex: 1 0 8rem;
  margin-right: 1rem;
}
.search_block__base__submit .btn_submit{
  flex: 1 1 auto;
  font-size: 1.2rem;
}
.current_words{
  padding: 0 1rem 1rem 5rem;
  color: #A1B46A;
}
.photo_lists{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.photo_lists li{
  width: calc(33.33% - .67rem); /* Adjusts to 3 items per row */
  margin-bottom: 1rem;
}
.photo_lists.count4 li{
  width: calc(25% - .75rem); /* Adjusts to 3 items per row */
}
.photo_lists__inner{
  width: 100%;
  display: block;
  position: relative;
}
.photo_lists .post_thumb{
  background: rgba(0, 0, 0, 0.3);
}
.photo_lists .post_thumb::before{
  padding-top: 100%;
}
.photo_lists .post_thumb::after{
  content: '';
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.7));
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.photo_lists .post_thumb img {
  opacity: .8;
}
.photo_lists__txt{
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  line-height: 1.4;
}








/* =TOP
-------------------------------------------------------------- */
.fi-fo-rich-editor-main main {
  background-color: #f9faf5;
}

#main_visual.index{
  position: relative;
  background: url('../img/top/main.webp') no-repeat left top / cover;
  height: 400px;
}
.webp #main_visual.index{
  background: url('../img/top/main.webp') no-repeat left top / cover;
}
#main_visual.index #main_visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.14) 33.42%, rgba(0, 0, 0, 0.14) 62.47%, rgba(0, 0, 0, 0.39) 100%);
}
#main_visual.index #main_visual__container {
  position: relative;
  display: flex;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
#main_visual.index #main_visual__inner {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 640px;
  transform: translate(-50%, 0);
}
#main_visual__txt{
  position: absolute;
  top: 112px;
  left: 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#main_visual__txt h1{
  text-align: left;
  color: #fff;
  font-size: 3.15rem;
  font-weight: bold;
  line-height: 130%;
}
#main_visual__txt .paragraph_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#main_visual__txt .paragraph {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}
#main_visual__txt .paragraph .icon {
  width: 18px;
  height: 18px;
}
.clinic_search_box {
  height: 4.4rem;
  display: flex;
  align-items: center;
  padding: 1.6rem 1.6rem;
  width: 100%;
  text-align: center;
  border-radius: 10rem;
  position: relative;
  font-size: 1.3rem;
  text-decoration: none;
  cursor: pointer;
  color: #999999;
  font-weight: 500;
  border: solid 1px #CCCCCC;
}
.clinic_search_box .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: flex;
  align-items: center;
}
.clinic_search_box .icon svg *{
  fill: #A1B46A;
}
.clinic_search_box .clinic_input {
  width: calc(100% - 0.5rem);
  margin-left: 0.5rem;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px){
  #main_visual.index{
    background: url('../img/top/main_sp.webp') no-repeat center / cover !important;
    position: relative;
    height: 384px;
  }

  #main_visual.index #main_visual__container {
    position: relative;
    flex-direction: column;
    height: 100%;
  }
  #main_visual.index #main_visual__inner {
    position: unset;
    width: 100%;
    transform: unset;
  }
  #main_visual__txt{
    flex: 1;
    position: unset;
    margin: 16px;
    justify-content: space-between;
  }
  #main_visual__txt h1{
    font-size: 2.15rem;
    line-height: 31px;
  }
  #main_visual__txt .paragraph {
    font-size: 1.1rem;
    line-height: 18px;
  }
  #main_visual__txt .paragraph .icon {
    width: 15px;
    height: 15px;
  }
  .clinic_search_box {
    width: unset;
    margin: 16px 12px 0 12px;
  }
}
.front_section{
  position: relative;
  z-index: 5;
  padding-bottom: 3rem;
  margin-top: 50px;
}
.front_section_label {
  color: #4D4D4D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.4rem;
}
.front_section__inner {
  margin: -2rem auto 2rem;
}
.front_section__inner, .area_section__inner{
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  background: #fff;
  position: relative;
  z-idnex: 10;
  padding: 2rem 4rem;
}

.area_section__inner{
  margin-top: 0 !important;
  padding: 2rem !important;
}

.area_section__inner .link{
  color: black;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.section_header{
  text-align: center;
  margin-bottom: 2rem;
}
.section_header__icon{
  width: 40px;
  margin: 0 auto;
}
.section_header__icon svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.section_header .font_en{
  color: #A1B46A;
  font-size: .8rem;
}
.section_header__title{
  display: block;
  font-size: 1.5rem;
  margin: .5rem 0 1rem;
  font-weight: 600;
}
.section_header__title span{
  display: block;
  font-size: 50%;
  color: #808080;
}
h1.section_header__title{
  font-size: 1.6rem;
}

.intro_txt{
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.clinic_list .post_thumb::before{
  padding-top: 100%;
}


.search_province_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.search_province_block .province_link {
  display: block;
  font-size: 1.1rem;
  padding: .25rem 1rem;
  border-radius: 0.3rem;
  border: solid 1px #ccc;
  text-decoration: none;
  color: #1a1a1a;
  background: white;
  font-weight: 500;
}
.top-page-border-section {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.famous_province_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.famous_province_list .province_item {
  position: relative;
  width: calc(33.33% - .67rem); /* Calculate the width of each item */
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
}
.famous_province_list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.famous_province_list .cover-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.famous_province_list .province_item .province_info {
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3;
}
.famous_province_list .province_item .province_name {
  font-size: 1.3rem;
}
.famous_province_list .province_item .clinic_count {
  font-size: 1.2rem;
  line-height: 1.4;
}
.famous_province_list .province_item .clinic_count .number {
  font-size: 1.4rem;
}
.famous_province_area_list .area-name {
  color: #999;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
.famous_province_area_list .area-name:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top-page-border-section {
    border: none;
  }
  .search_province_block .province_link {
    font-size: 1.2rem;
  }
  .famous_province_list .province_item {
    height: 74px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 1rem;
    background: white;
  }

  .famous_province_list .province_item img {
    width: 50px;
    height: 50px;
    top: 11px;
    left: 13px;
  }

  .famous_province_list .province_item .cover-img {
    background: none;
  }

  .famous_province_list .province_item .province_info {
    color: #1D1D1D;
    display: flex;
    left: 80px;
    width: calc(100% - 100px);
    align-items: center;
    transform: translate(0, -50%);
    justify-content: space-between;
  }
  .famous_province .toggle-open {
    display: none !important;
  }
  .famous_province_area_list {
    display: block !important;
  }
}
.clinic_area_intro {
  margin-top: .8rem;
}
.clinic_area_intro .area_title {
  color: #999999;
  font-size: 1rem;
  margin-bottom: .4rem;
}
.clinic_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.clinic_link_item {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 5px;
  border: solid 1px #CCCCCC;
  color: #1D1D1D;
  text-decoration: none;
}
.clinic_link_item.active, .clinic_link_item:hover {
  border: solid 1px #A1B46A;
  color: #A1B46A;
}


/* =thanks
-------------------------------------------------------------- */

.thanks_message {
  color: #1B1B1B;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 5rem;
}
.thanks_message .focused {
  color: #A1B46A;
}
.thanks_message__title{
  color: #E5738E;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
.thanks_message__title .icon_checkd{
  border-color: #E5738E;
}





/* =login
-------------------------------------------------------------- */

.input_box{
  min-height: 3.5rem;
}
.login_heder{
  padding-top: 3rem;
}
#login_form .input_box{
  margin-top: .5rem;
}
#login_form .input_wrap{
  margin-bottom: 3rem;
}
#login_sns{
  margin: 3rem 0;
}
#login_sns li{
  margin-bottom: 1rem;
}
.btn_login{
  box-shadow: none;
  border: 0;
  padding: 1.5rem 0;
  position: relative;
  font-size: 1.2em;
  border-radius: 1rem;
  background: #A1B46A;
}
.btn_login:hover{
  background: #889858;
  box-shadow: none;
}
.register_account__wrap .btn_login{
  border: #A1B46A solid 1px;
  color: #A1B46A;
  background: #fff;
}
.register_account__wrap .btn_login:hover{
  background: #A1B46A;
  color: #fff;
  box-shadow: none;
}
.btn_login figure{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.password_box{
  position: relative;
}
.password_switcher{
  line-height: 1.2;
  width: 4rem;
  text-align: center;
  color: #808080;
}
.password_switcher img{
  width: 2rem;
  display: block;
  margin: 0 auto;
}
.forgot_password_link{
  text-align: right;
  font-size: 1rem;
  margin-top: -1rem;
}
.forgot_password_link a{
  text-decoration: none;
}
.forgot_password_link a:hover{
  text-decoration: underline;
}
.login_separate{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.login_separate::before,
.login_separate::after{
  content: '';
  width: 40%;
  height: 1px;
  background: #808080;
  display: block;
}
.login_separate span{
  white-space: nowrap;
  color: #808080;
  margin: 0 1rem;
}
.login_block{
  margin-bottom: 5rem;
}
#login_sns{
  margin: 0;
}
#login_sns li{
  margin-bottom: 1rem;
}
.btn_sns{
  background: #fff;
  padding: 1.5rem;
  border: #ccc solid 1px;
  box-shadow: none;
  color: #1A1A1A;
}
.btn_sns:hover{
  box-shadow: none;
  background: #efefef;
}
.btn_sns figure{
  width: 2rem;
  position: absolute;
  left: 3rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
}
.btn_login__line{
  background: #00C300;
  box-shadow: 0px 4px 0px 0px #00a000;
}
.btn_login__line figure {
  left: 25px;
}
.btn_login__line figure img {
  width: 40px;
}
.btn_login__fb{
  background: #1777F2;
  box-shadow: 0px 4px 0px 0px #005fc6;
}
.btn_login__fb figure {
  left: 30px;
}
.btn_login__fb figure img {
  width: 30px;
}
.btn_login__google{
  background: white;
  box-shadow: 0px 4px 0px 0px #ebebeb;
  color: black;
}
.btn_login__google figure {
  left: 30px;
}
.btn_login__google figure img {
  width: 30px;
}
.register_intro_txt{
  margin-top: 80px;
}
.register_intro_txt .title{
  font-size: 2em;
  margin-bottom: 20px;
}
#login_separate{
  display: flex;
  align-items: center;
  margin: 3rem 0;
  justify-content: center;
}
#login_separate span{
  margin: 0 1rem;
  white-space: nowrap;
}
/* #login_separate::before,
#login_separate::after{
  content: '';
  background: #E6E6E6;
  width: 50%;
  height: 1px;
} */

/* =register
-------------------------------------------------------------- */


/* =profile
-------------------------------------------------------------- */

#profile_header .user_thumb__wrap{
  width: auto;
}
#profile_header .user_thumb{
  width: 9rem;
  margin: 0 auto 1rem;
}
#profile_header .user_name{
  white-space: nowrap;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile_header__comment{
  border-top: #E6E6E6 solid 1px;
  padding-top: 1rem;
}

.user_contents dt{
  background: #F9F9F5;
  border-bottom: #A1B46A solid 2px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.user_contents dt .btn_link__img svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}
.user_contents dt .stars{
  margin: 0 0 0 1rem;
}
.user_contents dt .stars li{
  width: 1.5rem;
}
.user_contents dd{
  margin-bottom: 2rem;
}


.posted_good button{
  display: flex;
  align-items: flex-end;
}
.posted_good .posted_good__count{
  line-height: 1;
}
.posted_good .btn_link__img {
  width: 2rem;
}
.posted_good .btn_link__img svg *{
  fill: #999;
  stroke: #999;
}
.posted_good.active .btn_link__img svg *{
  fill: #A1B46A;
  stroke: #A1B46A;
}

#reserve_history .column_list{
  border-top: 0;
}
.reserve_dot{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #999;
  margin-right: 1rem;
}
.confirming{
  background: #A1B46A;
}
.reserved{
  background: #E5738E;
}






/* =reservation
-------------------------------------------------------------- */

.reservation_date{
}
.reservation_date h2{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.reservation_time{
  margin-top: 1rem;
  display: flex;
}
.reservation_time li{
  width: 120px;
  margin-right: .5rem;
  display: flex;
  align-items: center;
}
.reservation_time li .input_select__wrap{
  width: 70%;
  margin-right: .3rem;
}



/* =review
-------------------------------------------------------------- */

#review_graph{
  border: #E6E6E6 solid 1px;
  border-radius: 10px;
  padding: 2rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
  background: #fff;
}
#review_graph__table{
  width: 75%;
}
#review_graph__table li{
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
.review_graph__bar{
  background: #F2F2F2;
  height: 1rem;
  width: 100%;
  border-radius: 50px;
  position: relative;
  margin-left: .5rem;
  overflow: hidden;
  z-index: 1;
}
.review_graph__bar span{
  position: absolute;
  top: 0;
  left: 0;
  background: #F7D959;
  height: 100%;
  border-radius: 50px;
}
#review_graph__counter{
  width: 20%;
  text-align: center;
}
#review_graph__counter .star_count{
  font-weight: bold;
  font-size: 3rem;
  margin: 0 0 .5rem;
  line-height: 1;
}
#review_graph__counter .stars li{
  margin: 0;
}


#review_shere{
  text-align: center;
}
#review_shere .user_thumb{
  margin: 0 auto .5rem;
}
#review_shere .review_shere_ttl{
  font-size: 1.4rem;
}
.form_box__stars .stars{
  justify-content: center;
  margin: 1rem 0;
}
.form_box__stars .stars li{
  width: 3.5rem;
}

#review_ranking .tab_nav{
  font-size: 1rem;
}
#review_ranking .tab_nav li button{
  background: #F4F4F4;
}
#review_ranking .tab_nav li button::after{
  content: none;
}
#review_ranking .tab_nav li.current button{
  background: #1A1A1A;
  color: #fff;
}
.table_icon{
  width: 2rem;
  margin: 0 auto .2rem;
}

.search_clinic__box{
  margin: 3rem 0 0;
}
.search_clinic__box .search_clinic__box_ttl{
  background: #A1B46A;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
.search_clinic__box .links_list{
  margin-bottom: 1rem;
}
.search_clinic__box .links_list .btn_link{
  justify-content: flex-start;
  padding: 1rem;
}
.search_clinic__box .links_list dt.btn_link{
  justify-content: center;
}

.form_box .form_box__stars{
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  background: #fff;
  padding: 2rem 0;
  text-align: center;
}
.rating-list .rating-item {
  border: #ccc solid 1px;
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem 1.2rem;
}
.rating-list .rating-item .sub_item_star {
  display: flex;
  align-items: center;
}
.rating-list .rating-item.open .sub_item_star {
  display: block;
}
.rating-list .rating-item .sub_box {
  display: none;
  margin-top: 2rem;
}
.rating-list .rating-item.open .sub_box {
  display: block;
}
.rating-list .rating-label {
  width: 50%;
  text-align: left;
}
.rating-list .rating-item.open .rating-label {
  width: 100%;
}
.rating-list .rating-item .rating-label .sub-label {
  display: none;
}
.rating-list .rating-item.open .rating-label .sub-label {
  display: block;
  color: #808080;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 5px;
}
.rating-list .rating-stars {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating-list .rating-stars .stars li {
  width: 1.8rem;
}
.rating-list .rating-item.open .rating-stars {
  display: block;
}
.rating-list .rating-item.open .rating-stars .stars li {
  width: 2.8rem;
  margin-right: 1.2rem;
}
.rating-list .rating-item .sub_box .selected-values {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.review_photos{
  display: flex;
  flex-wrap: wrap;
  margin: .5rem -.2rem;
}
.review_photos li{
  width: 33.33%;
  padding: .2rem;
}
.review_photos li .post_thumb::before{
  padding-top: 100%;
}
.clinic-link-review {
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 15px;
  text-decoration: none;
  color: #1A1A1A;
  user-select: none;
}
.clinic-link-review .column_box {
  padding: 0;
}
.clinic-link-review .post_thumb {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 0;
}
.clinic-link-review .column_box__title {
  font-size: 1.3rem;
}
.clinic-link-review .column_box__inner {
  width: 100%;
}
.clinic-link-review .genre {
  background: #A1B46A;
  color: #fff;
  padding: .5rem;
  font-size: .9rem;
  line-height: 1;
  display: inline-block;
}
.clinic-link-review .star_count {
  font-size: 1.2rem;
  margin: 0;
}

.menu-tag-list dt {
  text-align: left;
}
.menu-tag-list .item_box {
  border: #ccc solid 1px;
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem 1.2rem;
  text-align: center;
}
.menu-tag-list .item_box .cate_div {
  padding-top: 2rem;
}
.menu-tag-list .item_box .cate_div:first-child {
  padding-top: 0;
}

.edit_search.open .input_box {
  border-radius: unset;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.edit_search ul {
  background: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.edit_search ul li {
  cursor: pointer;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.edit_search ul li:hover {
  background: #ccc;
}

.review-price-list .item_box {
  border: #ccc solid 1px;
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem 1.5rem;
  color: #1A1A1A;
}

.review-price-list .price-item {
  margin-top: 10px;
}

.review-price-list .price-item:first-child {
  margin-top: 0;
}
.review-price-list .remove-button {
  flex: 0 0 2.5rem;
}
.review-price-list .price-value {
  flex: 0 0 17rem;
}
.review-price-list .input-box {
  padding: .8rem 1rem;
}
@media screen and (max-width: 480px){
  .review-price-list .input_box {
    padding: 1rem .75rem;
  }
  .review-price-list .item_box {
    padding: 1.5rem 1rem;
  }
  .review-price-list .price-value {
    flex: 0 0 15rem;
  }
}




/* =common parts
-------------------------------------------------------------- */

.contents_header{
  margin-bottom: 2rem;
}
.contents_header p{
  color: #4d4d4d;
}
.column_header{
  margin-bottom: 3rem;
}
.column_header .c_header_title{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.column_header .c_header_title span{
  color: #A1B46A;
}

.author_block{
  align-items: flex-start;
  border-top: #A1B46A solid 1px;
  border-bottom: #A1B46A solid 1px;
  background: #F9F9F5;
  padding: 1rem;
  margin: 0 0 2rem;
  color: #1A1A1A;
}
.author_block .user_name{
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.author_block p{
  font-size: 1rem;
}

.bg_stripe__black{
  background-size: auto auto;
  background-color: rgba(26, 26, 26, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px )
}

.content_block{
  border: #E0E0E0 solid 1px;
  background: #fff;
  margin: 4rem 0 1rem;
}
.content_block h3{
  font-size: 1.4rem;
}
.content_block__title{
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5 !important;
}
.content_block__title::before {
  display: none !important;
}
.content_block__title span{
  display: inline-block;
  /*font-size: 120%;*/
  font-weight: bold;
  color: #A1B46A;
}
.content_block__header{
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}
.content_block__header .font_en{
  color: #A1B46A;
  font-size: 1rem;
}
.content_block__header_img {
  width: 25rem;
  margin: 0 auto;
  margin-top: -3rem;
}
.content_block__header__icon{
  width: 4rem;
  margin-right: 1.5rem;
}
.content_block__inner{
  padding: 0 1rem 2rem;
}
.content_block__inner .contents_h3, .content_block__inner h3:not(.table_name) {
  margin: 1rem 0!important;
}


.point_flag__wrap{
  display: flex;
  align-items: center;
  margin: 2rem 0 1rem -1rem;
}
.point_flag{
  background: #A1B46A;
  color: #fff;
  font-size: 8px;
  padding: 0.5rem 1.2rem;
  width: 120px;
  position: relative;
  text-align: left;
  line-height: 1;
}
.point_flag span{
  font-size: 250%;
  font-weight: normal !important;
  vertical-align: middle;
  margin-left: .5rem;
}
.point_flag::after{
  content: '';
  background: #fff;
  height: 100%;
  width: 10px;
  -webkit-clip-path: polygon(100% 0,100% 100%, 0 50%);
  clip-path: polygon(100% 0,100% 100%, 0 50%);
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 5;
}


.featured_block__title{
  margin-bottom: 2rem;
}
.featured_block__title span{
  background: #A1B46A;
  color: #fff;
  padding: .2rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}


.title__line_dot{
  font-size: 1.4rem;
  border-bottom: #E6E6E6 solid 1px;
  padding-left: 2rem;
  position: relative;
  margin: 3rem 0 1rem;
}
.title__line_dot::before{
  content: '';
  width: 1rem;
  height: 1rem;
  background: #A1B46A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .5rem;
}



.content_table__var01 th{
  background: #F9F9F5;
  color: #1A1A1A;
  font-weight: bold;
  text-align: center;
  border: #E6E6E6 solid 1px;
}
.content_table__var01 td{
  position: relative;
}
.content_table__var01 tr:nth-child(2n) td{
  background: #fff;
}
.content_table__var01 .pickup_header{
  width: 30%;
  background: #A1B46A;
  color: #fff;
  border: #A1B46A solid 2px;
}
.content_table__var01 tr .pickup{
  border-left: #A1B46A solid 2px;
  border-right: #A1B46A solid 2px;
}
.content_table__var01 tr:last-child .pickup{
  position: relative;
}
.content_table__var01 tr:last-child .pickup::after{
  content: '';
  background: #A1B46A;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}

.content_table__var02 thead th:not(:first-child){
  background: #1a1a1a;
  border: #E6E6E6 solid 1px;
}

.point_block___var03{
  position: relative;
  margin: 3rem 0 2rem;

}
.scroll_table{
  padding-bottom: 1rem;
}


.bg_home{
  background: linear-gradient(0deg, #F8F9F7 0%, #F8F9F7 100%), #FFF;
}

.bg_note{
  background-color: #fff;
  background-image: linear-gradient(180deg, #C8BB9B 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 1px;
}
.bg_block{
  background: linear-gradient(0deg, #fff 14px, #eeeeee 15px), linear-gradient(90deg, #fff 14px, #eeeeee 15px);
  background-size: 15px 15px;
  border: #e6e6e6 solid 1px;
  padding: 1rem;
  position: relative;
}
.bg_block::before{
  content: '';
  background: #A1B46A;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.check_block__var01{
  background: url('../img/bg_check.png');
  padding: 2rem 0;
  position: relative;
}
.check_block__var01 .white_box{
  border-radius: 0;
  position: relative;
  padding-bottom: 3rem;
  overflow: visible;
  margin: 0 auto;
}
.check_block__var01 .white_box::after{
  content: '';
  background: url('../img/logo/transparent.svg') no-repeat center center / contain;
  width: 120px;
  height: 50px;
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
}
.check_txt01{
  position: absolute;
  top: -1rem;
  left: -.5rem;
  z-index: 5;
  width: 100px;
}

.point_block___var03{
  padding: 3rem 1rem 1rem;
}
.ver03_pink{
  border-bottom: 1px solid #a1b46a !important;
}
.ver03_pink::before{
  background: #a1b46a;
}
.point_ribbon{
  background: #a1b46a;
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 10;
  padding: .2rem 3rem .2rem 1rem;
  max-width: 80%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-clip-path : polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%);
  clip-path : polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%);
  box-shadow: 3px 3px #A1B46A;
}
.point_ribbon::before{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  background: rgba(255,255,255,.2);
  -webkit-clip-path: polygon(0 0,100% 0,0 100%);
  clip-path: polygon(0 0,100% 0,0 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.ver03_pink .point_ribbon{
  background: white !important;
  clip-path: none !important;
  border-width: 1px;
  border-color: #a1b46a !important;
  margin-left: 20px;
  border-radius: 6px;
}

.point_ribbon figure{
  width: 3rem;
  position: relative;
  z-index: 5;
  padding: 7px;
}
.point_ribbon span{
  position: relative;
  z-index: 5;
  font-weight: 700;
  color:#000 !important;
}
.review_check{
  margin: 5rem 0 2rem;
}
.review_check::before{
  background: #e5738e;
}
.review_check__icon{
  width: 8rem;
  height: 8rem;
  background: #e5738e;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  top: -3rem;
  left: 1rem;
  position: absolute;
}
.review_check__icon .font_en{
  display: block;
  margin-bottom: .2rem;
  font-size: .8rem;
}
.review_check__name{
  height: 5rem;
  padding-left: 10rem;
  color: #999;
  display: flex;
  align-items: center;
}
.review_check__title{
  font-size: 1.4rem;
  margin-bottom: .5rem;
}

.check_point__block{
  border: #a1b46a solid 1px;
  border-radius: 15px;
  background: #fff;
  padding: 3rem 1.5rem 1rem;
  position: relative;
  margin: 5rem 0 2rem;
}
.txt_checkpoint{
  width: 200px;
  position: absolute;
  padding: 0 1rem;
  background: #fff;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.check_point__title{
  background: #a1b46a;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 50px;
  text-align: center;
  width: 85%;
  margin: 0 auto 1rem;
}
.check_point__txt{
  color: #4D4D4D;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.check_point__pink{
  border: #e5738e solid 1px;
}
.check_point__pink .check_point__title{
  background: #e5738e;
}

.faq_box{
  margin-bottom: 2rem;
}
.faq_box dt{
  background: #f9f9f5;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-top: #a1b46a solid 1px;
}
.faq_icon{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #a1b46a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
}
.faq_inner{
  width: calc(100% - 4rem);
  padding-left: 1rem;
}
.faq_box dd{
  padding: 1rem;
  display: flex;
}
.faq_box dd .faq_inner{
  padding-top: .5rem;
}
.faq_box dd .faq_icon{
  background: #e5738e;
}
.faq_box .column_list{
  margin: 0;
}

.line_block .sns_links{
  margin: 0;
}




/* =clinic
-------------------------------------------------------------- */
.clinic_menu_main_info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.clinic_menu_main_info .row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e6e6e6;
}
.clinic_menu_main_info .row:last-child {
  padding-bottom: unset;
  border-bottom: unset;
}
.clinic_menu_main_info .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
  color: #000;
}
.clinic_menu_main_info .content {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #1A1A1A;
}
.clinic_menu_main_info .content .fs-xs {
  font-size: 75%;
}
.clinic_detail__block .tab_nav{
  border-top: #E6E6E6 solid 1px;
  border-bottom: #E6E6E6 solid 1px;
  margin-top: 2rem;
  font-size: 1rem;
}
.clinic_menu .nav_block__inner{
  margin-bottom: 0;
  border-bottom: #cccccc solid 1px;
  border-radius: 0;
  overflow: hidden;
}
.clinic_menu .nav_block__inner dt{
  background: none;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem 0;
  color: #1A1A1A;
}
.clinic_menu .nav_block__inner .nav_block__icon {
  width: 2.3rem;
}
.clinic_menu .nav_block__inner li {
  border-top: #e6e6e6 solid 1px;
  margin-left: 2rem;
}
.clinic_menu .nav_block__inner li a{
  display: flex;
  align-items: center;
  padding: 1.5rem 3.5rem 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1a1a;
}
.clinic_menu .nav_block__inner .btn_link__arrow svg *{
  fill: #999999;
  stroke: #999999;
}
.clinic_menu .nav_block__inner li a:hover, .nav_block__inner li .parts:hover{
  background: unset;
}
.clinic_menu .thumb_box{
  width: 2.4rem;
}
.clinic_menu .thumb_box::before{
  padding-top: 100%;
}
.clinic_menu .thumb_box.post_thumb{
  border-radius: 2px;
}
.clinic_menu__txt{
  width: calc(100% - 50px);
  padding-left: 1rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.clinic_menu__txt .title{
  display: flex;
  align-items: center;
  gap: 8px;
}
.clinic_menu__txt .cost{
  color: #E1738A;
  font-size: 0.9rem;
  font-weight: 600;
}
.clinic_menu__txt .featured {
  background: #A1B46A26;
  padding: 3px 6px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.9rem;
  color: #A1B46A;
  border-radius: 2px;
}
.clinic_content h2{
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 2rem 0 1rem;
}
.before_after{
  margin: 3rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.before_after li{
  width: 45%;
  position: relative;
}
.before_after::after{
  content: '';
  border-top: #a1b46a solid 1px;
  border-right: #a1b46a solid 1px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.before_after .thumb_box{
  width: 100%;
}
.before_after li span{
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: #fff solid 1px;
  color: #fff;
  background: #a1b46a;
  border-radius: 50%;
  top: -2rem;
  font-size: .8rem;
  z-index: 5;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.before_after li span.icon_after{
  background: #e5738e;
  right: 1rem;
  left: auto;
}
.doctor_box{
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  border: #e0e0e0 solid 1px;
  padding: 1rem;
  margin: 2rem 0;
}
.doctor_box__header{
  align-items: center;
}
.doctor_box__header .column_box__title{
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.doctor_box__header .clinic_title{
  color: #666666;
  margin-bottom: 10px;
}
.doctor_box__header .font_en{
  color: #b3b3b3;
}
.doctor_box__data{
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.1);
  padding: 1rem;
}
.doctor_box__data dl{
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
  align-items: center;
}
.doctor_box__data dt{
  font-size: 1.2rem;
  width: 15%;
  min-width: 80px;
}
.doctor_box__data dd{
  font-weight: 500;
  line-height: 2;
}
.doctor_box__data .column_list{
  margin: 0;
  border: 0;
}
.doctor_box__data .column_list>li{
  border: 0;
}
.doctor_box .user_thumb{
  border-radius: 10px;
}
.link_doctor_detail{
  border-bottom: none;
}
.link_doctor_detail dd{
  text-align: right;
  color: #808080;
}
.column_box__inner .btn_link__img {
  width: 20px;
}

.store_link__inner{
  border-top: #dcdcdc solid 1px;
}
.store_link__inner dt{
  padding: 1rem 2rem;
  position: relative;
  border-bottom: #dcdcdc solid 1px;
}
.store_link__inner dt.open{
  background: #a1b46a;
  color: #fff;
}
.store_link__inner .child dt.open{
  background: #333;
}
.store_link__inner dd{
  display: none;
  background: #f2f2f2;
  border-bottom: #fff solid 1px;
}
.store_link__inner dt.open + dd{
  display: block;
}
.store_link__inner .page_links{
  margin: 0;
}
.store_link__inner .page_links a{
  background: #e5e5e5;
  padding-left: 4rem;
}

.section_clinic_map {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 2.4rem 2.9rem;
  overflow: hidden;
}
.section_clinic_map div {
  color: #4D4D4D;
  font-size: 1.3rem;
  font-weight: bold;
}
.section_clinic_map div.title {
  min-width: 13rem;
  color: #1A1A1A;
}
.map_wrap {
  width: 100%;
  height: 282px;
  background: #ccc;
  overflow: hidden;
}

.map_wrap .extra-description {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  transition: all .5s ease; /* Smooth transition */
}
.map_wrap .extra-description .swiper-wrapper {
  align-items: center;
}
.map_wrap .extra-description .swiper-slide {
  width: 80%;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}
.map_wrap .search-box {
  border-radius: 110px;
  border: 1px solid #A1B46A;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
  top: 2rem;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  color: #999;
  line-height: 150%;
}
.map_wrap .search-box .icon {
  align-items: center;
  display: flex;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.itemized_rating__inner{
  padding: 2rem 5%;
  border: #e0e0e0 solid 1px;
  border-radius: 1rem;
  background: white;
}
.itemized_rating__title{
  padding: .5rem 5%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  background: #a1b46a;
  color: #fff;
  margin-left: -5.5%;
  clip-path: polygon(0 0,100% 0,98% 50%,100% 100%,0 100%);
}
.itemized_rating__icon{
  flex: 0 0 1.5rem;
  margin-right: .5rem;
  margin-bottom: .2rem;
}
.itemized_rating__icon img {
  vertical-align: middle;
}
.itemized_rating__txt h4{
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.itemized_rating__txt .text-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.itemized_rating__txt p{
  font-weight: 400;
}
.itemized_rating__txt p span.strike {
  font-weight: bold;
  color: #a1b46a;
}
.itemized_rating__box{
  margin-bottom: 2rem;
}
.itemized_rating__box:last-child{
  margin: 0;
}



/* =menu
-------------------------------------------------------------- */

.menu_details{
  border: #a1b46a solid 1px;
  background: #fff;
  padding: 2rem 1rem;
  margin: 2rem 0;
}
.menu_details h2{
  position: relative;
  margin-bottom: 2rem;
}
.menu_details h2::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: -.5rem;
  left: 0;
}
.menu_details dt{
  background: #f9f9f5;
  color: #a1b46a;
  padding: 1rem 1rem 1rem 3rem;
}
.menu_details dt.open{
  background: #f9f9f5;
  color: #1a1a1a;
}
.menu_details dt .icon_link{
  right: auto;
  left: 1rem;
}
.menu_details dt .plus,
.menu_details dt .plus::after{
  background: #a1b46a;
}
.menu_details dd{
  padding: .5rem 1rem 2rem 3rem;
}

.contents .menu_details h2 {
  margin: 0 0 2rem 0;
}

/* =tag
-------------------------------------------------------------- */
.ranking_tag_list{
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}
.ranking_tag_list .tag_item {
  display: block;
  background: #fff;
  color: #A1B46A;
  border: #A1B46A solid 1px;
  font-size: 1.3rem;
  border-radius: 20px;
  padding: .4rem 1.3rem;
  flex-shrink: 0;
}
.ranking_tag_list .tag_item.active {
  background: #A1B46A;
  color: #fff;
}
.ranking_list{
  margin: 1rem 0;
}
.ranking_list li{
  margin-top: 3rem;
}
.icon_ranking__round{
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 4rem;
}
.icon_ranking__bookmark{
  position: absolute;
  top: 0;
  left: 0.25rem;
  z-index: 5;
  width: 2rem;
}
@media screen and (max-width: 768px){
  .ranking_tag_list .tag_item {
    font-size: 1.1rem;
  }
  .icon_ranking__round{
    width: 3.3rem;
  }
}

/* =genre
-------------------------------------------------------------- */
.genre_search__inner{
  background: rgba(230,230,230,.3);
  padding: 2rem 1rem;
  border-radius: 20px;
  margin: 2rem -1rem;
}
.txt_wrap{
  white-space: normal;
  text-align: left;
}

.clinic_compare__table table{
  position: relative;
  text-align: center;
}
.clinic_compare__table table::before{
  content: '';
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.clinic_compare__table table::after{
  content: '';
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.clinic_compare__table table tr{
  border: solid 1px #ccc;
}
.clinic_compare__table table th{
  font-size: 1.2rem;
  padding: 1.5rem;
  max-width: 10rem;
  min-width: 8rem;
  white-space: normal;
  line-break: anywhere;
  width: 8rem;
  background: #F9F9F5;
  color: #4D4D4D;
}
.clinic_compare__table .table_name {
  margin: 5px 0 0 0;
}
.clinic_compare__table table td{
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.5rem 1rem;
  min-width: 15rem;
  border: #E6E6E6 solid 1px;
}
.clinic_compare__table table td.item_th {
  position: relative;
}
.clinic_compare__table table td.item_th .rank{
  z-index: 2;
  position: absolute;
  background: url(../assets/img/red_ribbon.svg) no-repeat;
  top: 0;
  left: .3rem;
  background-size: contain;
  color: white;
  padding: .5rem .6rem 1rem;
  font-size: 1rem;
  line-height: 1;
}
.clinic_compare__table table.table_scroll__wrap th::before,
.clinic_compare__table table.table_scroll__wrap th::after {
  background: #ccc;
}

.clinic_compare__table .posted_box__review{
  flex-direction: column;
}
.clinic_compare__table .stars li{
  width: 1rem;
  margin: 0;
}
.clinic_compare__table .btn_link{
  width: 8rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 1rem 0;
  line-height: 1;
}
.clinic_compare__table .btn_link__img {
  width: 1rem;
  margin-right: .5rem;
}

.clinic_compare_note__table table{
  position: relative;
  text-align: center;
}
.clinic_compare_note__table table::before{
  content: '';
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.clinic_compare_note__table table::after{
  content: '';
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.clinic_compare_note__table table tr{
  border: solid 1px #ccc;
}
.clinic_compare_note__table table th{
  font-size: 1.3rem;
  max-width: 100px;
  min-width: 80px;
  white-space: normal;
  width: 80px;
}
.clinic_compare_note__table .table_name {
  margin: 5px 0 0 0;
}
.clinic_compare_note__table table td{
  font-size: 1rem;
  padding: 1rem .5rem;
  min-width: 100px;
}
.clinic_compare_note__table table td.item_th {
  position: relative;
}
.clinic_compare_note__table table td.item_th .rank{
  z-index: 2;
  position: absolute;
  background: url(../assets/img/red_ribbon.svg) no-repeat;
  top: 0;
  left: .3rem;
  background-size: contain;
  color: white;
  padding: .5rem .6rem 1rem;
  font-size: 1rem;
  line-height: 1;
}

.clinic_compare_note__table .posted_box__review{
  flex-direction: column;
}
.clinic_compare_note__table .stars li{
  width: 1rem;
  margin: 0;
}
.clinic_compare_note__table .btn_link{
  width: 80px;
  font-size: .8rem;
  letter-spacing: 0;
  padding: 1rem 0;
  line-height: 1;
}
.clinic_compare_note__table .btn_link__img {
  width: 1rem;
  margin-right: .5rem;
}

.clinic_compare__logo .post_thumb{
  margin: 0 auto .2rem;
  width: 70px;
}
.clinic_compare__logo .post_thumb::before{
  padding-top: 100%;
}





.user_block .posted_box__review{
  margin: .5rem 0;
}
.user_block .posted_date{
  position: absolute;
  top: 0;
  right: 0;
}

.user_comment{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem 0;
}
.user_comment__profile{
  text-align: center;
  width: 30%;
  letter-spacing: 0;
}
.user_comment__profile .user_thumb{
  margin: 0 auto 1rem;
}
.user_data__tag{
  background: #202f55;
  color: #fff;
  padding: 0 5px;
  border-radius: 50px;
}
.user_comment__baloon{
  width: 65%;
  position: relative;
  border: #e6e6e6 solid 1px;
  border-radius: 10px;
  padding: 1rem;
}
.user_comment__baloon::before{
  content: '';
  border-top: 8px solid transparent;
  border-right: 10px solid #e6e6e6;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -10px;
  top: 20px;
  z-index: 1;
}
.user_comment__baloon::after{
  content: '';
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -9px;
  top: 20px;
  z-index: 5;
}

.underline{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fe7 0%);
}



/* =slider
-------------------------------------------------------------- */

.slider{
  position: relative;
  padding: 2rem 0;
}
.slider_nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 2rem;
  height: 2rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #202f55;
}
.slider_nav__left{
  left: 0;
  transform:translateY(-50%) scale(-1, 1);
}
.slider_nav__right{
  right: 0;
}
.slider_nav .icon_rightarrow{
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider_nav .icon_rightarrow path{
  fill: #f2e02b;
}
.slider_inner ul{
  display: flex;
  white-space: nowrap;
}
.slider_inner li{
  padding: 0 .5rem;
  width: 33.33%;
  min-width: 100px;
}
.slider_inner .thumb_box::before{
  padding-top: 100%;
}
.slider_inner li p{
  white-space: normal;
}

.form_recapcha {
  width: fit-content;
}

.articles-content, .articles-content .article > h2:first-child, .articles-content .article > p:first-child {
  margin-top: 0 !important;
}

.first_img img {
  max-height: initial;
}

/* =RWD
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
  .sp_title_banner {
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 5rem;
    padding: 0;
    z-index: 900;
    background: #fff;
  }
  .only_pc {
    display: none !important;
  }
  .tab_content.menu {
    opacity: 1;
    pointer-events: all;
  }

  #profile_header .user_thumb{
    width: 9rem;
  }

  .page_header__txt {
    min-height: 45px;
  }

  .color_pink li:before {
    border-radius: 2px;
  }

  .checked_list li:after {
    top: 6px;
    left: 5px;
    width: 5px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 2px solid #a1b46a;
    border-right: 2px solid #a1b46a;
  }

  .front_section__inner{
    padding: 2rem .5rem !important;
  }

  .area_section__inner {
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }

  #front_categorySearch .nav_block {
    padding: 2rem 0;
  }
  .clinic_detail_head_img img {
    height: 250px !important;
  }
  .column_header .c_header_title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .contents_img {
    border-radius: 10px;
    margin: 0.5rem 0;
  }

  .contents {
    margin: 1rem 0;
  }
  .contents h2, .contents_h2 {
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    border-left: 3px solid #a1b46a;
    padding-left: 1rem;
  }
  .reservation_date h2{
    font-size: 1.4rem;
  }
  h1.section_header__title{
    font-size: 1.5rem;
  }
  .section_header__title{
    font-size: 1.4rem;
  }
  .title_sideborder {
    font-size: 1.4rem;
  }
  .clinic_content h2{
    font-size: 1.4rem;
  }

  .contents h3:not(.table_name), .contents_h3 {
    margin: 2rem 0 1rem;
  }

  .contents h4:not(.raw_format), .contents_h4 {
    border-bottom: 2px solid #a1b46a;
    position: relative;
    font-size: 1.3rem;
  }

  #front_categorySearch {
    /* margin-top: -50px !important; */
  }

  .btn_link__short, .btn_post {
    width: 80%;
  }

  .btn_submit {
    width: 80%;
  }

  .wrapper{
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  #header_logo {
    width: 20%;
  }

  .table_scroll__wrap td {
    line-height: 1.7;
  }

  .clinic_compare_note__table table td {
    font-size: 1.2rem;
  }
  .clinic_compare_note__table .btn_link {
    width: 90px;
    font-size: 1.2rem;
  }

  .btn_link__white  {
    box-shadow: 0 2px rgb(0 0 0 / 10%);
  }

  .section_clinic_map div.title {
    min-width: 8rem;
  }

  .front_section_label {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}


.font_bold {
  font-weight: 600!important;
}

.font_normal {
  font-weight: 500;
}

.font_normal dd p, .font_normal td, p.font_normal{
  margin: 1rem 0;
  line-height: 2;
  font-weight: 500;
}

.contents .menu_details h2::before {
  display: none;
}


.sp-view {
  display: none !important;
}
#page_clinic .sp-nav {
  z-index: 2;
}

/* about feature */
.feature-adv {
  font-size: 1.5rem;
}
.green-num {
  font-size: 3.33rem;
  color: #A1B46A;
  font-weight: 600;
  line-height: 1;
}
.feature-items {
  background: url(../img/aboutus/feature-bg.png) no-repeat left top;
  background-size: contain;
}
.feature_item-num .num_title {
  font-size: 0.75rem;
  color: #A1B46A;
  display: block;
  font-weight: 600;
}
.feature_item-num .num_text {
  font-size: 3.33rem;
  color: #A1B46A;
  display: block;
  font-weight: 600;
  line-height: 1;
}
.feature_item-img {
  min-width: 24%;
  width: 24%;
}
.feature_item-img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: #D2D2D280 4px 4px 4px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sp-view {
    display: block !important;
  }

  #page_clinic .sp-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.75);
    border-top: 1px solid #cecece;
  }
  #page_clinic .sp-nav .btn_link {
    margin: 15px auto;
  }
  #page_clinic .sp-nav .button_review {
    position: relative;
    float: right;
    width: 68px;
    height: 70px;
    margin: 5px 10px 0 0;
    font-size: 0;
    background: url(../img/write_review_circle.png) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  .btn_link__short, .btn_post {
    width: 90%;
  }
  #page_aboutus .about-img {
    display: flex;
    justify-content: center;
  }
  #page_aboutus .about-img img{
    height: 250px;
    max-width: none;
  }
  .feature-items {
    background: url(../img/aboutus/feature-bg-m.png) no-repeat left top;
    background-size: auto 100%;
  }
  .feature_item.white_box {
    overflow: visible;
  }
  .feature_item-title {
    padding-right: 135px;
  }
  .feature_item-img {
    position: absolute;
    width: 120px;
    right: 15px;
    top: -15px;
  }
  .item-left .feature_item-num {
    padding-left: 135px;
  }
  .item-left .feature_item-title {
    padding-left: 135px;
    padding-right: 0;
  }
  .item-left .feature_item-img {
    left: 15px;
    right: auto;
  }
  .white_box.social_item > div {
    padding-top: 0!important;
    display: block!important;
  }
  .white_box.social_item > div .figure {
    margin-bottom: 1.5rem;
  }
  .white_box.social_item .col {
    padding: 0!important;
  }
  .white_box.social_item .content_text {
    margin-bottom: 1.5rem;
  }
  .section-news .news li {
    font-size: 10px;
    align-items: start !important;
  }
  .section-news .news li .content_text{
    margin-top: -5px;
  }
  .section-recruitment .feature_item-img figure{
    margin-right: 15px!important;
  }
  .section-recruitment .feature_item-img{
    position: static;
    min-width: 120px;
  }
}

/* pagination style */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}
.pagination .space-between {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-item {
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  border: solid 1px #A1B46A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  color: #A1B46A;
  text-decoration: none;
}
.pagination .pagination-item.active {
  background: #A1B46A;
  color: white;
}
.pagination .pagination-item.hide-block {
  border: none;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .pagination {
    gap: .6rem;
  }
  .pagination .space-between {
    width: 3.5rem;
  }
  .pagination .pagination-item {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* calendar style */
.datetime-picker {
  position: relative;
}
.datetime-picker .month-setter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.datetime-picker .input-date-wrapper {
  position: relative;
}
.datetime-picker .input-date {
  min-width: 226px;
  width:100%;
  padding-left: 34px;
}
.datetime-picker .input-date-wrapper:before {
  content: '';
  background: url('../assets/img/icons/calendar.svg') no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.datetime-picker .week,
.datetime-picker .headers {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.datetime-picker .calender-div{
  min-width: 350px;
  box-shadow: 1px 2px 5px #ccc;
  background: #FFF;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 100%;
  color: #1A1A1A;
  z-index: 100;
  padding-top: 2rem;
}
.datetime-picker .port,
.datetime-picker .days{
  width: 36px;
  height: 36px;
  margin: 2px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.datetime-picker .port:not(.disabledPort):not(.activePort):hover{
  color: #A1B46A;
  font-weight: bold;
}
.datetime-picker .disabledPort {
  color: #B3B3B3;
  cursor: auto;
}
.datetime-picker .activePort,
.datetime-picker .activePort:hover {
  background-color: #A1B46A;
  color: white;
  border-radius: 50%;
}
.datetime-picker .year{
  text-align: center;
  display: inline-block;
  color: #A1B46A;
}
.datetime-picker .headers>span{
  font-size: 1.1rem;
  color: #B3B3B3;
  font-weight: bold;
}
.datetime-picker .time-label {
  color: #B3B3B3;
  font-size: 1.1rem;
}
.datetime-picker .hour-selector,
.datetime-picker .minute-selector{
  width: 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.datetime-picker .time-separator{
  display: inline-block;
  font-weight: bold;
}
.datetime-picker .date-picker{
  padding: 1.5rem 2rem 1rem;
  box-shadow: 0 3px 3px -3px #00000059;
}
.datetime-picker .timerange-picker{
  padding: 1.5rem 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
}
.datetime-picker .timerange-picker .time-item{
  border-bottom: solid 1px #B3B3B3;
  padding: .5rem 0;
  position: relative;
}
.datetime-picker .timerange-picker .time-item:after{
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../assets/img/icons/arrow_down.svg') no-repeat;
}
.datetime-picker .timerange-picker .time-item.open:after{
  background: url('../assets/img/icons/arrow_up.svg') no-repeat;
}
.datetime-picker .time-selector{
  padding: 1rem 2rem 0;
  display: flex;
}
.datetime-picker .button-panel {
  padding: .5rem 2rem;
}
.datetime-picker .scroll-hider {
  display: none;
  vertical-align:top;
  overflow:hidden;
  border:0;
  position: absolute;
  top: -40px;
  left: 0;
  box-shadow: 0 0 3px #333;
  background-color: white;
}
.datetime-picker .scroll-hider ul {
  padding:5px;
  margin:-5px -13px -5px -5px;
  list-style-type: none;
  height: 100px;
  overflow: auto;
  width: 55px;
  color: #999;
  overflow-x: hidden;
}
.datetime-picker .scroll-viewer {
  overflow:hidden;
  border:0;
  background-color: white;
  height: 250px;
  position: relative;
  cursor: grab;
}
.datetime-picker .scroll-viewer.grabbing {
  cursor: grabbing;
}
.datetime-picker .scroll-viewer ul {
  padding: 0px 5px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  overflow: auto;
  width: 55px;
  overflow-x: hidden;
}
.datetime-picker .scroll-viewer ul:before,
.datetime-picker .scroll-viewer ul:after {
  content: '';
  display: block;
  height: 120px;
}
.datetime-picker .scroll-viewer-wrapper {
  position: relative;
}
.datetime-picker .scroll-viewer-wrapper::before,
.datetime-picker .scroll-viewer-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 130px; /* Height of the mist effect */
  pointer-events: none; /* Ensure mist doesn't interfere with interactions */
  z-index: 1;
}
.datetime-picker .scroll-viewer-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
}
.datetime-picker .scroll-viewer-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
}
.datetime-picker .time-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.datetime-picker .time-wrapper .center-division {
  position: absolute;
  width: 100%;
  height: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 1px #B3B3B3;
  border-bottom: solid 1px #B3B3B3;
  pointer-events: none;
}
.datetime-picker .showSelector{
  display:inline-block;
}
.datetime-picker li.active{
  /*background-color: #ed4d00;*/
  /*color: white;*/
}
.datetime-picker li{
  padding: .2rem;
  font-size: 1.3rem;
  width: 100%;
  user-select: none;
}
.datetime-picker .noDisplay{
  display: none;
}
.datetime-picker .arrow-btn-icon-left,
.datetime-picker .arrow-btn-icon-double-left {
  float: left;
}
.datetime-picker .arrow-btn-icon-right,
.datetime-picker .arrow-btn-icon-double-right {
  float: right;
}
.datetime-picker .arrow-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border-radius: 4px;
  color: #A1B46A;
  white-space: nowrap;
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}
.datetime-picker .arrow-icon-left:before,
.datetime-picker .arrow-icon-right:before,
.datetime-picker .arrow-icon-double-left:before,
.datetime-picker .arrow-icon-double-right:before,
.datetime-picker .arrow-icon-double-left:after,
.datetime-picker .arrow-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg) scale(.9);
  transform: rotate(-45deg) scale(.9);
}
.datetime-picker .arrow-icon-right:before,
.datetime-picker .arrow-icon-double-right:before,
.datetime-picker .arrow-icon-double-right:after {
  -webkit-transform: rotate(135deg) scale(.9);
  transform: rotate(135deg) scale(.9);
}
.datetime-picker .arrow-icon-double-left:after {
  left: -4px;
}
.datetime-picker .arrow-icon-double-right:before {
  left: 4px;
}

.category_menu {
  background: #f9faf5;
  padding: 1rem 1rem .7rem;
}

.category_menu_item {
  margin: auto;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category_menu .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.category_menu_item .menu_item {
  padding: 0 .1rem;
}

.category_menu .item .icon {
  display: none;
}

.category_menu .item .title {
  color: #1a1a1a;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 500;
}
.category_menu .item .icon svg *{
  fill: #A1B46A;
}

@media screen and (min-width: 768px) {
  .category_menu {
    background: #fff;
    padding: 1.5rem .5rem;
  }
  .category_menu_item .menu_item {
    position: relative;
    padding: 0 1rem;
    flex: 1 0 10%;
  }
  .category_menu_item .menu_item:not(:last-child)::after {
    content: "|"; /* Add vertical divider */
    position: absolute;
    color: #ccc;
    right: 0;
    top: 50%;
    line-height: 1.2;
    transform: translateY(-50%);
  }
  .login_form__wrap{
    max-width: 700px;
    width: 70%;
  }

}
@media screen and (max-width: 768px) {
  .category_menu .item .title {
    white-space: pre-line;
    font-size: 0.9rem;
    color: #666;
    height: 3rem;
    max-width: 5rem;
  }
  .category_menu .item .icon {
    display: block;
    width: 26px;
    height: 26px;
  }
}

.tag_lists .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tag_lists_label {
  font-size: 0.9rem;
  color: #999;
}

.tag_lists .item {
  display: flex;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  cursor: pointer;
}
.tag_lists .item.checked {
  background: #fff;
  color: #A1B46A;
  border: #A1B46A solid 1px;
}

.animate-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease;
}
.animate-content.open {
  opacity: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  .popular-photos.up {
    border-bottom: 1px solid #ccc;
  }
  .tag_lists .item {
    font-size: 1.2rem;
  }
}




/******* 2025.04 add *******/

.modal_bg{
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: .3s;
}
.datetime-picker02 .calender-div{
  position: static;
  box-shadow: none;
  padding: 0;
}
.calender-div__inner{
  padding: 2rem 0 0;
  max-width: 430px;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 90%;
  z-index: 9999;
  transition: .3s;
  overflow: auto;
}
.datetime-picker02 .noDisplay{
  display: block !important;
}
.noDisplay .modal_bg,
.noDisplay .calender-div__inner{
  opacity: 0;
  visibility: hidden;
}
.noDisplay .calender-div__inner{
  bottom: -90%;
}
.calender-div__inner .btn_close{
  position: absolute;
  top: 2rem;
  left:5%;
  width: 2rem;
}
.datetime-picker02 .timerange-picker{
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
.datetime-picker02 .timerange-picker{
  /*padding: 1.5rem 1.5rem 7rem;*/
  padding: 1.5rem 1.5rem 2rem;
}
.date-picker__label{
  margin-bottom: 1.5rem;
}
.datetime-picker02 .timerange-picker li{
  width: 33.33%;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}
.btn_time-select{
  display: block;
  border: #ccc solid 1px;
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  width: 100%;
}
.btn_time-select.active{
  border: #A1B46A solid 1px;
  background: #EFF3E4;
}
.datetime-picker02 .button-panel{
  padding: 1.5rem 5%;
  /*position: sticky;
  bottom: 0;*/
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 4px rgba(0,0,0,.1);
}
.datetime-picker02 .btn_link{
  border-radius: 50px;
  margin: 0 auto !important;
}
/*
.timerange-picker__wrap{
  max-height: calc(100% - 340px);
  overflow: auto;
}*/
.icon_time-select{
  vertical-align: middle;
  margin-right: .5rem;
}
#reserve_thanks {
  margin-top: 3rem !important;
}
#reserve_thanks .section_header__title{
  color: #E5738E;
  margin-bottom: 50px;
}
.thanks_message p{
  color: #4D4D4D;
  margin-bottom: 50px;
}
#reserve_thanks02 .section_header__title{
  margin-bottom: 50px;
}
.datetime-picker02 .input-date-wrapper:before{
  background: url('../assets/img/calendar_green.svg') no-repeat;
  filter: grayscale(1);
}
.datetime-picker02 .port{
  color: #B3B3B3;
  text-decoration: line-through;
  pointer-events: none;
}
.datetime-picker02 .posPort{
  pointer-events: all;
  text-decoration: none;
  border-radius: 50%;
  color: #A1B46A;
  background: #EFF3E4;
}
.datetime-picker02 .activePort{
  pointer-events: all;
  text-decoration: none;
  color: #fff;
  background: #A1B46A;
}

.confirm_box dd{
  font-weight: 500;
  padding-left: 3rem;
}
.reserver_form .btn_submit,
.confirm_wrap .btn_submit{
  border: #A1B46A solid 1px;
  margin-top: 1rem;
  box-shadow: none !important;
  border-radius: 50px;
}
.reserver_form .btn_submit[disabled="disabled"]{
  background: #ccc !important;
  border: #ccc solid 1px;
  color: #fff !important;
  box-shadow: none;
  pointer-events: none;
}
.reserver_form .btn_submit[disabled="disabled"] .btn_link__arrow{
  opacity: 0;
}
.confirm_wrap .btn_submit.thick_shadow{
  border-radius: 1rem;
  margin-top: 2rem;
}
.thanks_message .btn_link{
  border-radius: 50px;
}
.btn_noshadow{
  box-shadow: none !important;
}
.page_title{
  font-size: 2rem;
}
.btn_disabled{
  background: #ccc !important;
  color: #fff !important;
}
.password_forget__wrap .btn_login{
  font-size: 1.4rem;
  margin-top: 5rem;
}
.password_forget__wrap .btn_login:hover{
  background: #A1B46A;
}
.form_comp{
  margin-top: 1rem;
}
.btn_register{
  border-radius: 50px;
  font-size: 1.4rem;
}
.btn_link .arrow{
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2rem;
  width: 1.5rem;
  line-height: 1;
}
.text-error{
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .calender-div__inner{
    height: 80%;
    translate: -50% 0%;
    bottom: auto;
    top: 10%;
    border-radius: 1rem !important;
  }
  .thanks_message p{
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .datetime-picker02  .calender-div__inner{
    overflow: hidden;
  }
  .datetime-picker02 .timerange-picker{
    padding: 1.5rem 1.5rem 7rem;
  }
  .datetime-picker02 .timerange-picker__wrap{
    max-height: calc(100% - 350px);
    overflow: auto;
  }
  .datetime-picker02 .button-panel{
    position: sticky;
    bottom: 0;
  }
  .page_container .login_form__wrap{
    background: #fff;
    padding: 3rem 10rem !important;
    border-radius: 1rem;
    margin: 3rem auto 5rem;
  }
  .bg_beige{
    padding-bottom: 1rem;
  }
  .header_block{
    padding: 0;
  }
  .btn_register,
  .password_forget__wrap .btn_login{
    width: 80%;
  }
}




@media screen and (max-height:650px) {
  .calender-div__inner{
    overflow: auto;
    max-height: 90%;
  }
  .timerange-picker__wrap{
    max-height: 100%;
    overflow: visible;
  }
  .datetime-picker02 .timerange-picker{
    padding: 1.5rem;
  }
}




/*************************************
* LP離脱用モーダルウィンドウ
*************************************/
#modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

#modal_content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  margin: 0;
  text-align: center;
}

#modal_content .inner {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 15px 20px 0 rgba(0, 0, 0, 0.3);
}

#modal_content .inner * {
  margin: 0;
  padding: 0;
}

#modal_close_top {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 31px;
  height: 31px;
  color: #fff;
  font-size: 0;
  border-radius: 50%;
}

#modal_close_top::before,
#modal_close_top::after {
  position: absolute;
  top: 4px;
  left: 13px;
  width: 2px;
  height: 20px;
  background: #fff;
}

#modal_close_top::before {
  transform: rotate(45deg);
  content: "";
}

#modal_close_top::after {
  transform: rotate(-45deg);
  content: "";
}

#modal_close_bottom {
  position: absolute;
  bottom: -30px;
  left: 50%;
  color: #fff;
  text-decoration: none;
  transform: translateX(-50%);
}

.case_list{
  gap: 0.5rem;
}
.case_list li{
  width: calc(50% - 0.25rem);
}
.doctor-clinic-image .user_thumb{
  width: 100%;
}
.doctor-info{
  flex: 1;
  margin: auto 0;
}
.case_detail__wrap .doctor-item .doctor-helper{
  align-items: center;
  margin: 0;
  position: relative;
}
.case_detail__wrap .doctor-item .doctor-helper .doctor-clinic-image{
  width: 5rem;
  flex: 0 0 5rem;
}
.case_feed__wrap{
  overflow: hidden;
  margin: 1rem 0 2rem;
  border-radius: 5px;
  border: #DBDBDB solid 1px;
  background: #fff;
}
.case_feed__photos .radius-border{
  border-radius: 0 !important;
  border: 0 !important;
}
.case_feed__txt{
  padding: 2rem 1.5rem;
  word-break: break-all;
  color: #1B1B1B;
  font-weight: 500;
}
.case_detail__wrap .case_box{
  padding: 1.5rem 3rem 1rem 1.5rem;
  margin-bottom: 2rem;
  display: block;
  border-radius: 5px;
}
.case_detail__wrap .case_box::after{
  content: '';
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  rotate: 45deg;
  translate: 0 -50%;
}
.case_detail__wrap .user_categories dl dt{
  width: 30%;
}
.user_categories dl dd{
  width: 70%;
}
@media screen and (max-width: 768px) {

  #modal_content {
    max-width: calc(100% - 80px);
  }
  #modal_overlay {
    display: flex;
  }

}

@media screen and (min-width: 768px) {
  .case_list {
    gap: 0.8rem;
  }
  .case_list li{
    width: calc(33.33% - 0.55rem);
  }
  .case_detail__wrap .case_box .doctor-item .doctor-helper .doctor-clinic-image{
    width: 100px;
    flex: 0 0 100px;
  }
  .case_detail__wrap .case_box{
    border: #DBDBDB solid 1px !important;
    box-shadow: none;
  }
}

.case_insta_wrap {
  border: none;
}

.case_list blockquote,
.case_list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;


  max-width: 100%;
  min-width: auto !important;
  transition-duration: .3s;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}


#instagram blockquote, #instagram iframe {
  max-width: 100% !important;
}

#instagram blockquote::before {
  opacity: 0 !important;
}

ol.ritch_edittor li {
  list-style-type: decimal;
}
ul.ritch_edittor, li.ritch_edittor  {
  padding-left: 20px;
}
ul.ritch_edittor li {
  list-style-type: disc;
}
