@charset "utf-8";

/* .c-mv-column {
  background-image: url(../../../../../images/column/h1_bg.jpg);
} */
#column_list li {
  padding: 2rem 0;
  border-top: 2px solid #e8e5e0;
}

#column_list li:last-child {
  border-bottom: 2px solid #e8e5e0;
}

#column_list li a.icon {
  font-size: 2rem;
  font-weight: bold;
}

#column_list li a.introduction {
  background: #533b0f;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  float: right;
  margin-top:10px;
}

#column_list li img {
  float: left;
  max-width: 135px;
}

#column_list li p {
  padding: 1.3rem 0 0;
  line-height: 2rem;
}

#column_list .columnlist2 {
  float: right;
  width: calc(100% - 160px);
}

#column_side .aside-nav-list li {
  text-indent: -1.75em;
  line-height: 2rem;
  padding: 1em 0 1em 1.75em;
}

#column_side .aside-nav-list {
  padding: 2rem 4rem;
}

#column_side .aside-nav-list li:last-child {
  border-bottom: none;
}

#side_bnr li:nth-child(1) a {
  display: block;
  background: #e8e5e0;
  padding: 1.3em 0;
  margin: 2em 0;
  text-align: center;
  border: 4px double #ccc4b7;
}

#side_bnr li:nth-child(1) p span {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

#side_bnr li:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cbc6b5;
  background: #fcfbf9;
  padding: 1em;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#side_bnr li:nth-child(2) i {
  font-size: 5em;
  padding-right: 15px;
  color: #533b0f;
}

#side_bnr li:nth-child(2) p span {
  font-size: 1.2em;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  color: #c6334f;
}

#column h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #F8F7F3;
  border-top: 2px solid #E2D7C3;
  border-bottom: 2px solid #E2D7C3;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}

#column p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

#column h2 {
  font-size: 2.5rem;
  background: #bbac94;
  color: #fff;
  padding: 1rem;
  margin: 4rem 0 1rem;
}

#column h3 {
  font-size: 2.3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff0d6));
  background: linear-gradient(transparent 60%, #fff0d6 60%);
  display: inline-block;
  padding: 0.5rem 0;
  margin: 1.5rem 0;
}

#column a {
  color: #c6334f;
  text-decoration: underline;
  font-weight: bold;
}

.img_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 840px;
}

.img_2col img {
  width: 50%;
}

.nav-previous a,
.nav-next a {
  border: 1px solid #cbc6b5;
  background: #e8e5e0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.2rem;
}

.nav-previous a {
  float: left;
}

.nav-previous a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f359";
  display: block;
  font-size: 1.5em;
  padding-right: 0.5em;
}

.nav-next a {
  text-align: right;
  float: right;
}

.nav-next a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f35a";
  display: block;
  font-size: 1.5em;
  padding-left: 0.5em;
}

#column {
  border-bottom: 3px solid #cbc6b5;
  margin-bottom: 3%;
  padding-bottom: 20px;
}

#column .link_area {
  background: #eee;
  padding: 10px;
}

#column .link_area:before {
  content: '笆カ';
  font-size: 0.5em;
}

@media only (max-width: 1024px) {

  .nav-previous a,
  .nav-next a {
    width: 100%;
    margin-bottom: 10px;
  }

  #column_list li img {
    float: none;
  }

  #column_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #column_list .columnlist2 {
    float: none;
    width: 100%;
    margin-top: 5%;
  }

  #column_list li a.introduction {
    float: none;
    width: 100%;
    text-align: center;
  }

  .topicpath {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0 0;
  }

  .topicpath li {
    white-space: inherit;
    padding: 2%;
  }

  #column h3 {
    display: inline;
    position: relative;
    top: -0.5rem;
  }

  .img_2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .img_2col img {
    width: 100%;
  }
}

@media(max-width:599px){
  .nav-previous a{
    width: 48%;
  }
  
  .nav-next a{
    width: 48%;
  }
}

/* 2009 */
body.page main article .column_wrap .cont-l {
  float: left;
}

body.page main article .column_wrap .cont-r {
  float: right;
}

body.page main article .column_wrap p.u-mb0 {
  margin-bottom: 0;
}

body.page main article .column_wrap p.u-mb5 {
  margin-bottom: 5rem;
}

body.page main article .column_wrap p.u-mb10 {
  margin-bottom: 10rem;
}

body.page main article .column_wrap p.u-mb20 {
  margin-bottom: 20rem;
}

body.page main article .column_wrap .u-mb0 {
  margin-bottom: 0;
}

body.page main article .column_wrap .u-mb5 {
  margin-bottom: 5rem;
}

body.page main article .column_wrap .u-mb10 {
  margin-bottom: 10rem;
}

body.page main article .column_wrap .u-mb20 {
  margin-bottom: 20rem;
}

body.page main article .column_wrap .text_italic {
  font-style: italic
}

body.page main article .column_wrap .text_center {
  text-align: center
}

body.page main article .column_wrap .text_small {
  font-size: 90%
}

body.page main article .column_wrap .u-mt0 {
  margin-top: 0;
}

body.page main article .column_wrap .img_mg {
  margin: 0 auto;
  text-align: center
}

body.page main article .column_wrap .width10 {
  width: 10% !important;
}

body.page main article .column_wrap .width20 {
  width: 20% !important;
}

body.page main article .column_wrap .width25 {
  width: 25% !important;
}

body.page main article .column_wrap .width30 {
  width: 30% !important;
}

body.page main article .column_wrap .width40 {
  width: 40% !important;
}

body.page main article .column_wrap .width50 {
  width: 50% !important;
}

body.page main article .column_wrap .width60 {
  width: 60% !important;
}

body.page main article .column_wrap .width65 {
  width: 65% !important;
}

body.page main article .column_wrap .width70 {
  width: 70% !important;
}

body.page main article .column_wrap .width80 {
  width: 80% !important;
}

body.page main article .column_wrap .width90 {
  width: 90% !important;
}

body.page main article .column_wrap .width100 {
  width: 100% !important;
}

body.page main article .column_wrap .width33 {
  width: 33.3% !important;
}

body.page main article .column_wrap .bg_beige {
  background: #fcfbf9;
}

body.page main article .column_wrap .stit-kira {
  background: url('/import/tenant_1/162.43.45.192/html/images/medical/anti-aging/ultracel-qplus/icon_sparkle.webp') no-repeat left top 10px;
  background-size: 26px auto;
  padding: 0.5em 0 0.5em 2.2em;
}

body.page main article .column_wrap .stit-moya {
  background: url('/import/tenant_1/162.43.45.192/html/images/medical/anti-aging/ultracel-qplus/icon_moya.webp') no-repeat left top 10px;
  background-size: 26px auto;
  padding: 0.5em 0 0.5em 1.8em;
}

body.page main article .column_wrap .stit-light {
  background: url('/import/tenant_1/162.43.45.192/html/images/medical/anti-aging/sagging/icon_light.webp') no-repeat left top 10px;
  background-size: 26px auto;
  padding: 0.5em 0 0.5em 1.8em;
}

body.page main article .column_wrap .stit-light2 {
  background: url('/import/tenant_1/162.43.45.192/html/images/medical/face/dimples/icon_light2.webp') no-repeat left center;
  background-size: 32px auto;
  padding: 0.5em 0 0.5em 2.2em;
}

body.page main article .column_wrap .qplusbox .cont-l {
  width: 65%;
}

body.page main article .column_wrap .qplusbox .cont-r {
  width: 32%;
}

body.page main article .column_wrap .column3 li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

body.page main article .column_wrap .column3 li:nth-child(3n) {
  margin-right: 0;
}

body.page main article .column_wrap .qplusbox ul.checklist li {
  padding: 1rem 0 0.5rem;
  border-bottom: 5px solid #f5e8d2;
}

body.page main article .column_wrap ul.checklist.nega li {
  padding: 1rem 0 0.5rem;
  border-bottom: 5px solid #e6e6e6;
}

body.page main article .column_wrap table th.u-ta-center {
  text-align: center !important;
}

body.page main article .column_wrap .link_button {
  margin: 0 auto;
}

body.page main article .column_wrap .link_button a {
  display: block;
  padding: 0.5rem 1rem;
  background: #f5eee2;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 #daccb3;
  box-shadow: 0 3px 0 #daccb3;
}

body.page main article .column_wrap .link_button a:after {
  content: url(../../../../../images/common/icon/ico-arrow-down.png);
  margin-left: 1rem;
  margin-right: 0.5em;
}


body.page main article .column_wrap li [type="checkbox"]:not(:checked),
body.page main article .column_wrap li [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

body.page main article .column_wrap li [type="checkbox"]:not(:checked)+label,
body.page main article .column_wrap li [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
body.page main article .column_wrap li [type="checkbox"]:not(:checked)+label:before,
body.page main article .column_wrap li [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #E2D7C3;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
body.page main article .column_wrap li [type="checkbox"]:not(:checked)+label:after,
body.page main article .column_wrap li [type="checkbox"]:checked+label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #eaa53b;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
body.page main article .column_wrap li [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

body.page main article .column_wrap li [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
body.page main article .column_wrap li [type="checkbox"]:disabled:not(:checked)+label:before,
body.page main article .column_wrap li [type="checkbox"]:disabled:checked+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

body.page main article .column_wrap li [type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

body.page main article .column_wrap li [type="checkbox"]:disabled+label {
  color: #aaa;
}

/* hover style just for information */
body.page main article .column_wrap li label:hover:before {
  border: 2px solid #4778d9 !important;
}

body.page main article .column_wrap .c-in-page-links {
  margin: 6rem 0 0;
}

body.page main article .column_wrap .c-in-page-links .in-page-link,
body.page main article .column_wrap .c-in-page-links>li {
  border-left: 1px solid #f3f0ec;
  border-right: 1px solid #f3f0ec;
  border-top: 2px solid #e4d7c0;
  padding: 0.5em 0.5rem 1.5rem;
}

body.page main article .column_wrap .c-in-page-links .in-page-link:not(:last-child),
body.page main article .column_wrap .c-in-page-links>li:not(:last-child) {
  margin-right: 1.5rem;
}

body.page main article .column_wrap .c-in-page-links li a {
  color: #c17b0c;
  font-weight: 700;
  padding: 1rem 2rem;
}



@media (max-width: 640px) {

  body.page main article .qplusbox .cont-l,
  body.page main article .qplusbox .cont-r {
    float: none;
  }

  body.page main article .qplusbox .cont-l {
    width: 100%;
  }

  body.page main article .qplusbox .cont-r {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 1em;
  }


  body.page main article .column_wrap .column3 li {
    width: 100%;
    float: none;
    margin: 0 auto 2%;
  }

  body.page main article .column_wrap .column3 li img {
    margin: 0 auto;
  }

  body.page main article .column_wrap .column2 .cont-l,
  body.page main article .column_wrap .column2 .cont-r {
    float: none;
    width: 100% !important;
  }

  body.page main article .column_wrap .column2 .cont-l img,
  body.page main article .column_wrap .column2 .cont-r img {
    padding: 0 10%;
  }


  body.page main article .column_wrap .c-in-page-links .in-page-link,
  body.page main article .column_wrap .c-in-page-links>li {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 0.5rem;
  }

  body.page main article .column_wrap .c-in-page-links li a {
    display: block;
    text-align: center;
  }

  body.page main article .column_wrap .c-in-page-links .in-page-link:not(:last-child),
  body.page main article .column_wrap .c-in-page-links>li:not(:last-child) {
    margin-right: 0;
  }


}

/*2024.2.3追記*/
.up-reader1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.up-reader2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.up-reader3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.up-reader4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.up-reader5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
