@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* l-container
================================================ */
#refresh_houreisen .l-container {
  padding-top: 0;
}

.refresh_houreisen-mainimg {
  background-color: #f18cc1;
}

/* 共通スタイル
================================================ */
.refresh_houreisen-color-pink {
  color: #eb6993;
}
.refresh_houreisen-color-purple {
  color: #ac63ba;
}
.refresh_houreisen-color-orange {
  color: #fb621c;
}
.refresh_houreisen-color-turquoise {
  color: #30abc5;
}
.refresh_houreisen__head {
  background-color: #de559c;
}

/* .refresh_houreisen-type */
.refresh_houreisen-type__head {
  line-height: 1.5;
  margin-bottom: 0;
}
.refresh_houreisen-type__head::before, .refresh_houreisen-type__head::after {
  content: none;
}
.refresh_houreisen-type__head-pink {
  background-color: #eb6993;
  margin-bottom: 0;
}
.refresh_houreisen-type__head-purple {
  background-color: #c48ccf;
  margin-bottom: 0;
}
.refresh_houreisen-type__head-orange {
  background-color: #ff996a;
  margin-bottom: 0;
}
.refresh_houreisen-type__head-turquoise {
  background-color: #6ecde1;
  margin-bottom: 0;
}
.refresh_houreisen-type__head-sub {
  font-size: 1.6rem;
  font-weight: normal;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type__head-sub {
    font-size: 2.4rem;
  }
}
.refresh_houreisen-type-main {
  border-bottom: 7px solid;
}
.refresh_houreisen-type-main-pink {
  background-color: #fae8ee;
  border-color: #eb6993;
}
.refresh_houreisen-type-main-purple {
  background-color: #f7eef7;
  border-color: #c48ccf;
}
.refresh_houreisen-type-main-orange {
  background-color: #fff0e8;
  border-color: #ff996a;
}
.refresh_houreisen-type-main-turquoise {
  background-color: #e5eef7;
  border-color: #6ecde1;
}
.refresh_houreisen-type-main-box {
  position: relative;
  padding: 250px 0 30px 0;
}
.refresh_houreisen-type-main-box-sagging {
  background: no-repeat center top;
  background-size: auto 250px;
  background-image: url(../img/img_sagging01.png);
}
.refresh_houreisen-type-main-box-dimple {
  background: no-repeat center top;
  background-size: auto 250px;
  background-image: url(../img/img_dimple01.png);
}
.refresh_houreisen-type-main-box-muscle {
  background: no-repeat center top;
  background-size: auto 250px;
  background-image: url(../img/img_muscle01.png);
}
.refresh_houreisen-type-main-box-mixture {
  background: no-repeat center top;
  background-size: auto 250px;
  background-image: url(../img/img_mixture01.png);
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main-box {
    background: no-repeat left center;
    padding: 30px 0 30px 0;
  }
  .refresh_houreisen-type-main-box-sagging {
    background-size: contain;
    background-image: url(../img/img_sagging01.png);
  }
  .refresh_houreisen-type-main-box-dimple {
    background-size: contain;
    background-image: url(../img/img_dimple01.png);
  }
  .refresh_houreisen-type-main-box-muscle {
    background-size: contain;
    background-image: url(../img/img_muscle01.png);
  }
  .refresh_houreisen-type-main-box-mixture {
    background-size: contain;
    background-image: url(../img/img_mixture01.png);
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main__txtarea {
    width: 62%;
    margin: 0 0 0 auto;
  }
}
.refresh_houreisen-type-main-head-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main-head-wrap {
    margin-top: 0;
  }
}
.refresh_houreisen-type-main-head-ico {
  width: 25%;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main-head-ico {
    width: auto;
  }
}
.refresh_houreisen-type-main-head {
  font-size: 2rem;
  margin-left: 1em;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main-head {
    font-size: 2.8rem;
  }
}
.refresh_houreisen-type-main__list {
  margin-left: 15px;
  margin-right: 15px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main__list {
    margin-left: auto;
    margin-right: auto;
  }
  .refresh_houreisen-type-main__list-pink {
    width: 85%;
  }
  .refresh_houreisen-type-main__list-purple {
    width: 60%;
  }
  .refresh_houreisen-type-main__list-orange {
    width: 66%;
  }
  .refresh_houreisen-type-main__list-turquoise {
    width: 60%;
  }
}
.refresh_houreisen-type-main__item {
  position: relative;
  padding: 10px 10px 10px 50px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1.3;
}
.refresh_houreisen-type-main__item + .refresh_houreisen-type-main__item {
  margin-top: 10px;
}
.refresh_houreisen-type-main__item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 25px;
  height: 24px;
  background: 0 0 no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-main__item {
    padding: 10px 15px 10px 65px;
  }
  .refresh_houreisen-type-main__item + .refresh_houreisen-type-main__item {
    margin-top: 15px;
  }
  .refresh_houreisen-type-main__item::before {
    transform: none;
    top: 6px;
    left: 16px;
    width: 35px;
    height: 35px;
  }
}
.refresh_houreisen-type-main__item-pink::before {
  background-image: url(../img/ico_sagging01.png);
}
.refresh_houreisen-type-main__item-purple::before {
  background-image: url(../img/ico_dimple01.png);
}
.refresh_houreisen-type-main__item-orange::before {
  background-image: url(../img/ico_muscle01.png);
}
.refresh_houreisen-type-main__item-turquoise::before {
  background-image: url(../img/ico_mixture01.png);
}

/* .refresh_houreisen-type-case */
.refresh_houreisen-type-case-menu-box {
  border-top: 1px solid rgb(var(--border));
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-menu-box {
    padding-top: 40px;
  }
}
.refresh_houreisen-type-case-menu-box:first-of-type {
  border: none;
  padding-top: 0;
}
.refresh_houreisen-type-case__head {
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  padding: 10px 15px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case__head {
    font-size: 3.8rem;
    padding: 15px;
  }
}
.refresh_houreisen-type-case__head-pink {
  background-color: #eb6993;
}
.refresh_houreisen-type-case__head-purple {
  background-color: #c48ccf;
}
.refresh_houreisen-type-case__head-orange {
  background-color: #ff996a;
}
.refresh_houreisen-type-case__head-turquoise {
  background-color: #6ecde1;
}
.refresh_houreisen-type-case__inner {
  padding-top: 20px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case__inner {
    padding-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case__comparison {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
.refresh_houreisen-type-case-head-catch {
  text-align: center;
  color: #ec4b81;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  line-height: 1.4;
  width: 100%;
  padding: 10px 0;
  background: #f8e6ec;
  border-top: 2px solid #ec4b81;
  border-bottom: 2px solid #ec4b81;
}
.refresh_houreisen-type-case-head-catch-txt {
  position: relative;
}
.refresh_houreisen-type-case-head-catch-txt::before, .refresh_houreisen-type-case-head-catch-txt::after {
  content: "";
  background: rgb(var(--main));
  width: 2px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-head-catch-txt::before, .refresh_houreisen-type-case-head-catch-txt::after {
    height: 30px;
    top: 5px;
  }
}
.refresh_houreisen-type-case-head-catch-txt::before {
  left: -30px;
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-head-catch-txt::before {
    left: -25px;
  }
}
.refresh_houreisen-type-case-head-catch-txt::after {
  right: -25px;
  transform: rotate(45deg);
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-head-catch-txt::after {
    right: -20px;
  }
}
.refresh_houreisen-type-case-info-box {
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-btn-area {
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-btn-menu {
    width: 400px;
  }
}
.refresh_houreisen-type-case-btn-rsv {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-type-case-btn-rsv {
    width: 400px;
    margin-left: 20px;
    margin-top: 0;
  }
}

/* .refresh_houreisen-menu
================================================ */
.refresh_houreisen-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-menu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.refresh_houreisen-menu__item {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.refresh_houreisen-menu__item + .refresh_houreisen-menu__item {
  margin-top: 45px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-menu__item {
    width: calc(33.3% - 20px);
    margin: 0 10px;
  }
  .refresh_houreisen-menu__item + .refresh_houreisen-menu__item {
    margin-top: 0;
  }
}
.refresh_houreisen-menu__item-ico {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.refresh_houreisen-menu__item-head {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 45px 50px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-menu__item-head {
    font-size: 3.8rem;
  }
}
.refresh_houreisen-menu__item-head-blossom {
  background-color: #e48cbf;
}
.refresh_houreisen-menu__item-head-purple {
  background-color: #bf95c5;
}
.refresh_houreisen-menu__item-head-pink {
  background-color: #e74e89;
}
.refresh_houreisen-menu__item-box {
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  padding: 10px 10px 15px;
}
.refresh_houreisen-menu__item-img {
  width: 100%;
}
.refresh_houreisen-menu-typelist {
  margin-top: 15px;
  margin-left: 0.5rem;
}
.refresh_houreisen-menu-typelist__item {
  font-size: 1.6rem;
  font-weight: bold;
}
.refresh_houreisen-menu-typelist__item + .refresh_houreisen-menu-typelist__item {
  border-top: 2px dashed rgb(var(--border));
  padding-top: 7px;
}
.refresh_houreisen-menu-typelist__item + .refresh_houreisen-menu-typelist__item::before {
  top: 1em;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-menu-typelist__item {
    font-size: 2rem;
  }
}

/* .refresh_houreisen-treatment
================================================ */
.refresh_houreisen-treatment {
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-treatment {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-treatment-intro-txt {
    text-align: center;
  }
}
.refresh_houreisen-treatment__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.refresh_houreisen-treatment__item {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 5vw;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-treatment__item {
    padding-bottom: 40px;
  }
}
.refresh_houreisen-treatment__item:nth-child(even) {
  border-left: 2px dashed rgb(var(--border));
}
.refresh_houreisen-treatment__item:nth-child(n+3) {
  border-top: 2px dashed rgb(var(--border));
  padding-top: 5vw;
  padding-bottom: 0;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-treatment__item:nth-child(n+3) {
    padding-top: 40px;
  }
}
.refresh_houreisen-treatment__img {
  width: 80%;
  margin: 0 auto;
}

/* .refresh_houreisen-conduct
================================================ */
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__list {
    display: flex;
    justify-content: space-between;
    margin-left: 35px;
    margin-right: 35px;
  }
}
.refresh_houreisen-conduct__item + .refresh_houreisen-conduct__item {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__item + .refresh_houreisen-conduct__item {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__item {
    width: 30%;
  }
}
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__img {
    display: none;
  }
}
.refresh_houreisen-conduct__wrap {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__wrap {
    display: block;
    margin-top: 0;
  }
}
.refresh_houreisen-conduct__ico {
  width: 20%;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__ico {
    width: auto;
  }
}
.refresh_houreisen-conduct__txt {
  margin: 0 0 0 15px;
  width: calc(80% - 15px);
}
@media all and (min-width: 768px) {
  .refresh_houreisen-conduct__txt {
    margin: 1em 0 0 0;
    width: auto;
  }
}

/* .refresh_houreisen-cause
================================================ */
.refresh_houreisen-cause-img {
  width: 60%;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-cause-img {
    width: auto;
  }
}

/* .refresh_houreisen-selfcare
================================================ */
.refresh_houreisen-selfcare-catch {
  color: #6c3bcc;
  position: relative;
}
.refresh_houreisen-selfcare-catch::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_selfcare01.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-selfcare-catch::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    top: 12px;
  }
}

/* .refresh_houreisen-chart
-----------------------------------------------*/
.refresh_houreisen-chart {
  background-color: rgb(var(--bg));
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.refresh_houreisen-chart__inner {
  padding: 15px 5px 5px;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart__inner {
    padding: 20px;
  }
}
.refresh_houreisen-chart-area__head {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart-area__head {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.refresh_houreisen-chart-area__head::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_chart01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 12rem);
  top: 3px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart-area__head::before {
    width: 30px;
    height: 30px;
    left: calc(50% - 32.5rem);
    top: 5px;
  }
}
.refresh_houreisen-chart__item {
  background-color: #fff;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart__item {
    padding: 25px;
  }
}
.refresh_houreisen-chart__item:not(.is-show) {
  display: none;
}
.refresh_houreisen-chart__item.is-show {
  display: block;
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.refresh_houreisen-chart-item__head {
  color: #d01c77;
  font-size: 1.6rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart-item__head {
    font-size: 2.8rem;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.refresh_houreisen-chart-select {
  margin: 1em auto 0 auto;
}
@media all and (min-width: 768px) {
  .refresh_houreisen-chart-select {
    width: 50%;
  }
}
.refresh_houreisen-chart-select__item + .refresh_houreisen-chart-select__item {
  margin-top: 10px;
}
.refresh_houreisen-chart-select__link {
  display: block;
  border: 1px solid #e7ddd7;
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
  background: url(../img/ico_chart02.png) no-repeat center right 15px;
  background-size: 10px;
}
.refresh_houreisen-chart-txt-return {
  text-align: center;
}
.refresh_houreisen-chart-return {
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.refresh_houreisen-chart-return.is-show {
  display: block;
}
.refresh_houreisen-chart-return:hover {
  text-decoration: none;
}

/* #chart
-----------------------------------------------
#chart {
	background-color: #f4f4f4;
	margin: 20px 15px;
}

#chart .inner {
	padding: 5px 15px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#chart .chartArea .tit {
	color: #000;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
#chart .chartArea .tit::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/ico_checkmark01.png) no-repeat;
	background-size: contain;
	margin: 0 5px -2px 0;
}
#chart .chartArea .item {
	background-color: #fff;
	padding: 15px;
}
#chart .chartArea .sub {
	color: #d01c77;
	font-size: 18px;
	margin-bottom: 10px;
}
#chart .chartArea .item:not(.is-show) {
	display: none;
}
@-webkit-keyframes fadeInLeft {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	}
	to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
#chart .chartArea .item.is-show {
	display: block;
	-webkit-animation: fadeInLeft 0.5s;
	animation: fadeInLeft 0.5s;
}
#chart .chartArea .select li + li {
	margin-top: 10px;
}
#chart .chartArea .select li a {
	display: block;
	border: 1px solid #e7ddd7;
	border-radius: 5px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #2b292a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: url(../img/ico_arw01.png) no-repeat center right 15px;
	background-size: 10px;
}
#chart .chartArea .txtReturn {
	text-align: center;
	margin-top: 10px;
}
#chart .chartArea .txtReturn .return {
	text-decoration: underline;
	cursor: pointer;
	display: none;
}
#chart .chartArea .txtReturn .return.is-show {
	display: block;
}
#chart .chartArea .txtReturn .return:hover {
	text-decoration: none;
}
*/