@charset "UTF-8";
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h2 {
  font-size: 2.7rem;
  color: #ed6300;
  text-align: center;
  font-weight: bold;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.3rem;
  }
}

.l_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 7rem;
  text-align: center;
}
.l_ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_ttl {
    font-size: 1.8rem;
  }
  .l_ttl br {
    display: block;
  }
}

.h4_ttl {
  font-size: 2rem;
  color: #ed6300;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
}
.h4_ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.sub_ttl {
  text-align: center;
  font-weight: bold;
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 3rem;
  }
}
#header:after {
  content: "";
  background: url(../img/border-or.png) no-repeat;
  background-size: cover;
  display: block;
  height: 12px;
  width: 100%;
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 768px) {
  #header:after {
    position: static;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  #survice #concept {
    padding: 0 10px;
  }
}
#survice #concept .content01 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #survice #concept .content01 {
    display: block;
  }
}
#survice #concept .content01 .content_li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #survice #concept .content01 .content_li {
    margin-bottom: 4rem;
  }
}
#survice #concept .content01 .content_li .health_point {
  width: 460px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  text-align: left;
  background-color: #faf4ce;
  padding: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #survice #concept .content01 .content_li .health_point {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
  }
  #survice #concept .content01 .content_li .health_point ul {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    text-align: left;
    display: inline-block;
  }
}
#survice #concept .content01 .content_li .health_point li {
  font-weight: bold;
  margin-bottom: 1rem;
  text-indent: -1.6em;
  margin-left: 1.6em;
}
#survice #concept .content01 .content_li .health_point li::before {
  content: "";
  background-color: #ed6300;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #survice #program {
    padding: 0 10px;
  }
}
#survice #program .menu_li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #survice #program .menu_li {
    display: block;
  }
}
#survice #program .menu_li a {
  background-color: #ed6300;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 2.5rem 0;
  width: 370px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #survice #program .menu_li a {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
#survice #program .menu_li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  position: relative;
  top: 1.7rem;
  left: -1rem;
}
#survice #program .menu_li a:hover {
  opacity: 0.7;
}
#survice #program .group, #survice #program .single, #survice #program .therapy {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  #survice #program .group, #survice #program .single, #survice #program .therapy {
    margin: 5rem auto;
  }
}
#survice #program .txt {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  #survice #program .txt {
    margin-left: 0;
  }
}
#survice #program .txt h4 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #survice #program .txt h4 {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
#survice #program .txt span {
  font-weight: bold;
  color: #ed6300;
}
#survice #program .colum, #survice #program .list {
  background-color: #faf4ce;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #survice #program .colum, #survice #program .list {
    padding: 2rem;
  }
}
#survice #program .colum .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #survice #program .colum .flex {
    text-align: center;
  }
}
#survice #program dl {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #survice #program dl {
    margin-right: 0;
    text-align: left;
  }
}
#survice #program dl .colum_ttl {
  color: #ed6300;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
#survice #program dl .colum_ttl::before {
  content: "";
  background: url(../img/ico_q.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 0.5rem;
}
#survice #program dl .colum_txt {
  margin-bottom: 3rem;
}
#survice #program .single .list,
#survice #program .therapy .list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 4rem;
}
#survice #program .single .list::after,
#survice #program .therapy .list::after {
  content: "";
  display: inline-block;
  width: 31%;
}
#survice #program .single .list .flex,
#survice #program .therapy .list .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#survice #program .single .list li,
#survice #program .therapy .list li {
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
  width: 28%;
  text-indent: -1.2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #survice #program .single .list li,
#survice #program .therapy .list li {
    width: 100%;
    margin-left: 2em;
  }
}
#survice #program .single .list li::before,
#survice #program .therapy .list li::before {
  content: "";
  background-color: #ed6300;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #survice #fitness_test {
    padding: 0 10px;
  }
}
#survice #fitness_test .txt {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  #survice #fitness_test .txt {
    margin-left: 0;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #schedule {
    padding: 0 10px;
  }
  #schedule .h4_ttl {
    margin-bottom: 0.8rem;
  }
}
#schedule .time_schedule > li {
  margin-bottom: 5rem;
  position: relative;
}
#schedule .time_schedule > li > ::before {
  content: "";
  position: absolute;
  background-color: #faf4ce;
  width: 5px;
  height: 115%;
  display: block;
  z-index: -1;
  left: 5.5rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule > li > ::before {
    display: none;
  }
}
#schedule .time_schedule .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#schedule .time_schedule .time {
  color: #fff;
  font-weight: bold;
  background-color: #ed6300;
  border-radius: 10px;
  padding: 1.3rem 2rem;
  text-align: center;
}
#schedule .time_schedule .time span {
  display: none;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .time span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .time {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    display: inline-block;
  }
  #schedule .time_schedule .time br {
    display: none;
  }
}
#schedule .time_schedule .time::after {
  content: "";
  background-color: #faf4ce;
  width: 5px;
  height: 100%;
}
#schedule .time_schedule .time_schedule_img {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .time_schedule_img {
    margin-top: 2rem;
  }
  #schedule .time_schedule .time_schedule_img img {
    margin: 0 auto;
    display: block;
  }
}
#schedule .time_schedule .time_schedule_img img:first-child {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .time_schedule_img img:first-child {
    margin: 2rem auto;
  }
}
#schedule .time_schedule .genki {
  background-color: #faf4ce;
  padding: 2rem 3rem;
  width: 430px;
  height: 203px;
  border-radius: 10px;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .genki {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
  }
}
#schedule .time_schedule .genki dt {
  font-weight: bold;
  font-size: 2rem;
  color: #ed6300;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .genki dt {
    font-size: 1.8rem;
  }
}
#schedule .time_schedule .genki ul {
  margin: 1rem 0;
}
#schedule .time_schedule .genki li::before {
  content: "・";
}
#schedule .time_schedule .genki span {
  font-weight: bold;
}
#schedule .time_schedule .machine {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#schedule .time_schedule .machine .machine_li {
  width: 490px;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .machine .machine_li {
    width: 100%;
  }
}
#schedule .time_schedule .machine .machine_li img {
  margin: 1rem auto 5rem;
  display: block;
}
#schedule .time_schedule .machine .machine_li dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .machine .machine_li dt {
    font-size: 1.8rem;
  }
}
#schedule .time_schedule .machine .machine_li dt::before {
  content: "";
  background-color: #ed6300;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 1rem;
}
#schedule .time_schedule .machine .machine_li:nth-child(2n+1) {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .machine .machine_li:nth-child(2n+1) {
    width: 100%;
  }
}
#schedule .time_schedule .machine::after {
  content: "";
  display: block;
  width: 490px;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .machine::after {
    width: 100%;
  }
}
#schedule .time_schedule .flex_start::before {
  background-color: #fbfbf0;
}
#schedule .time_schedule .flex_start .flex::after {
  content: "";
  display: block;
  width: 490px;
}
#schedule .time_schedule .flex_start .flex .txt {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule .flex_start .flex .txt {
    margin: 0;
  }
  #schedule .time_schedule .flex_start .flex .txt img {
    margin: 2rem auto;
    display: block;
  }
}
#schedule .time_schedule li:nth-child(3) .txt {
  width: 1010px;
}
@media screen and (max-width: 768px) {
  #schedule .time_schedule li:nth-child(3) .txt {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #price {
    padding: 0 10px;
  }
  #price .caution {
    font-size: 1.4rem;
  }
}
#price .price_ttl span {
  display: block;
  font-size: 1.4rem;
}
#price .price_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
#price .price_list .sogo, #price .price_list .yokaigo {
  font-weight: bold;
  width: 500px;
}
@media screen and (max-width: 768px) {
  #price .price_list .sogo, #price .price_list .yokaigo {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#price .price_list .sogo .caution, #price .price_list .yokaigo .caution {
  font-size: 1.3rem;
  display: block;
}
#price .price_list .sogo .h4_ttl, #price .price_list .yokaigo .h4_ttl {
  margin-bottom: 4rem;
}
#price .price_list .sogo dd .table, #price .price_list .yokaigo dd .table {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
#price .price_list .sogo dd .table dt:after, #price .price_list .yokaigo dd .table dt:after {
  content: "";
  display: inline-block;
  border-bottom: 2px dotted #000;
  position: relative;
  bottom: 0.5rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  #price .price_list .sogo dd .table dt:after, #price .price_list .yokaigo dd .table dt:after {
    display: none;
  }
}
#price .price_list .sogo dd .shien1::after {
  width: 235px;
}
#price .price_list .sogo dd .shien2::after {
  width: 120px;
}
#price .price_list .sogo dd .zigyo::after {
  width: 220px;
}
#price .price_list .yokaigo dd dt::after {
  width: 340px;
}
#price .level .sub_ttl {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #price .level .sub_ttl {
    margin-bottom: 0;
  }
}
#price .level .sub_ttl:after {
  content: "";
  border-top: dotted 2px #ed6300;
  display: inline-block;
  width: 63%;
  height: 5px;
  position: relative;
  top: 5.5rem;
}
@media screen and (max-width: 768px) {
  #price .level .sub_ttl:after {
    display: none;
  }
}
#price .level .level_li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #price .level .level_li {
    display: block;
  }
}
#price .level .level_li li {
  background-color: #faf4ce;
  padding: 3rem;
  width: 27%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #price .level .level_li li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#price .level .level_li li dt {
  color: #ed6300;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #price .level .level_li li dt {
    font-size: 1.7rem;
    text-align: left;
  }
}
#price .level .level_li li dd {
  line-height: 1.8;
}
#price .level .level_li li dd span {
  font-weight: bold;
}
#price .level .level_allow {
  text-align: center;
  color: #ed6300;
  font-weight: bold;
  position: relative;
  top: -1rem;
  left: 50%;
}
#price .level .level_percentage {
  position: relative;
}
@media screen and (max-width: 768px) {
  #price .level .level_percentage {
    display: none;
  }
}
#price .level .level_percentage .keido {
  left: 15%;
}
#price .level .level_percentage .judo {
  left: 80%;
}
#price .level .level_percentage .judo::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid transparent;
  border-left: 10px solid #ed6300;
}
#price .level .yokaigo_nintei {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #faf4ce;
  padding: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #price .level .yokaigo_nintei img {
    display: block;
    margin: 0 auto 2rem;
  }
}
#price .level .yokaigo_nintei .txt {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  #price .level .yokaigo_nintei .txt {
    margin: 0;
  }
}
#price .level .yokaigo_nintei .txt dt {
  color: #ed6300;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #price .level .yokaigo_nintei .txt dt {
    font-size: 1.6rem;
  }
}

#about {
  /*------------------------*/
}
@media screen and (max-width: 768px) {
  #about {
    padding: 0 10px;
  }
}
#about .about_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about .about_list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #about .about_list li {
    width: 100%;
    margin-bottom: 2rem;
  }
  #about .about_list li img {
    width: 100%;
  }
}
#about .about_list li p {
  width: 569px;
  padding: 0 0 2rem;
  background-color: #ed6300;
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about_list li p {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0 1.5rem;
  }
}
#about .about_list li p::after {
  content: "";
  background: url(../img/ico_allow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #about .about_list li p::after {
    right: 2rem;
    bottom: 2rem;
  }
}
#about .about_list li .jonan_btn::before {
  content: "";
  background: url(../../img/about/img_jonan.jpg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 570px;
  height: 350px;
  margin-bottom: 1rem;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #about .about_list li .jonan_btn::before {
    background-size: cover;
    background-position: bottom;
    margin-bottom: 0.8rem;
    width: 100%;
    height: 30vw;
  }
}
#about .about_list li .matsukawa_btn::before {
  content: "";
  background: url(../../img/about/img_matsukawa.jpg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 570px;
  height: 350px;
  margin-bottom: 1rem;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #about .about_list li .matsukawa_btn::before {
    background-size: cover;
    background-position: center 20%;
    margin-bottom: 0.8rem;
    width: 100%;
    height: 30vw;
  }
}
#about .about_list li .wakamatsu_btn::before {
  content: "";
  background: url(../../img/about/img_wakamatsu.jpg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 570px;
  height: 350px;
  margin-bottom: 1rem;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #about .about_list li .wakamatsu_btn::before {
    background-size: cover;
    background-position: center 20%;
    margin-bottom: 0.8rem;
    width: 100%;
    height: 30vw;
  }
}
#about .h3_ttl {
  margin-bottom: 4rem;
}
#about .about .txt {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  #about .about .txt {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#about .photo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about .photo img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#about .address dl {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .address dl {
    font-size: 14px;
  }
}
#about .address dt {
  background-color: #faf4ce;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #about .address dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 10px;
  }
}
#about .address dd {
  background-color: #fff;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #about .address dd {
    padding: 10px;
  }
}
#about .map .googlemap {
  font-weight: bold;
  text-decoration: underline;
}
#about .map .googlemap::before {
  content: "";
  background: url(../img/map.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 26px;
  position: relative;
  top: 13px;
  display: inline-block;
  margin-right: 1rem;
}
#about .map iframe {
  margin: 3rem 0;
}

@media screen and (max-width: 768px) {
  #policy {
    padding: 0 10px;
  }
}
#policy h2 {
  margin: 4rem 0 6rem;
}
#policy .ttl {
  font-weight: bold;
  margin: 1rem 0;
  color: #ed6300;
}
#policy .txt {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#policy .txt ul {
  font-weight: bold;
  margin: 1.5rem 0;
}
#policy .txt ul li {
  margin-bottom: 0.5rem;
}
#policy .txt ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#policy .border-none dd {
  border-bottom: none !important;
}
#policy .bk_wh {
  background-color: #fff;
  margin-bottom: 15rem;
  padding: 8rem 5rem;
}
@media screen and (max-width: 768px) {
  #policy .bk_wh {
    padding: 5rem 3rem;
    margin-bottom: 10rem;
  }
}
#policy .bk_wh .ttl {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #policy .bk_wh .ttl {
    font-size: 1.7rem;
  }
}
/*# sourceMappingURL=second.css.map */