/* header
================================================ */
@media screen and (min-width: 600px) {
  #gHeader {
    height: 110px;
  }
}


/* mv
================================================ */
#mainVisual {
  margin-top: 36px;
}

@media screen and (min-width: 600px) {
  #mainVisual {
    margin-top: 110px;
  }
}


/* about
================================================ */
#about .item .cell {
    background-color: #f8f8f8;
    padding: 15px;
    overflow: hidden;
    position: relative;
    display: block;
}

@media screen and (min-width: 600px) {
  #about .item .cell {
    background-color: transparent;
    padding: 0;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
}

/* long-term-stable
================================================ */
@media screen and (min-width: 600px) {
  #long-term-stable {
    padding: 80px 0
  }
}

/* retreatment
================================================ */
@media screen and (min-width: 600px) {
  #retreatment {
    padding: 80px 0
  }
}

/* sns
================================================ */
#sns {
  padding: 45px 0
}
#sns .sbi_photo{
  pointer-events: none !important;
}

@media screen and (min-width: 600px) {
  #sns {
    padding: 80px 0
  }
}

/* links
================================================ */
#links .message .profile {
  background-color: #fdfaef;
  padding: 20px;
  padding-bottom: 4px;
  border-radius: 15px;
  margin-top: 22px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1)
}

#links .message .profile .box p {
  font-weight: 500
}

#links .message .profile .box .sub {
  background-color: #f07c77;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0
}

#links .message .profile .box .wrapper {
  padding: 9px 0 16px
}

#links .message .profile .career .content .date:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  background-color: #f07c77;
  border-radius: 50%
}

#links .message .profile .career .content .done {
  margin-top: 1px;
  margin-left: 14px
}

@media screen and (min-width: 600px) {
  #links {
    padding-top: 0;
  }

  #links .message {
    margin-top: 0;
  }

  #links .message .areaTxt {
    width: 640px;
  }

  #links .message .profile {
    padding: 40px;
    padding-bottom: 33px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #links .message .profile .box {
    width: 495px;
  }

  #links .message .profile .box .sub {
    font-size: 1.8rem;
    padding: 9px 0;
  }

  #links .message .profile .box .wrapper {
    padding: 0;
    padding-top: 13px;
  }

  #links .message .profile .career .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #links .message .profile .career .content .date:before {
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 3px;
    top: 1px;
  }

  #links .message .profile .career .content .done {
    margin: 0;
    width: 355px;
    text-indent: 0;
    padding-left: 10px;
  }
}

/* counseling
================================================ */
#counseling .wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (min-width: 600px) {
  #counseling .wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#counseling .shadow {
  margin-bottom: 15px;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.07);
}

/* #about
================================================ */
#counseling .about .list {
  display: block;
}

#counseling .about .example {
  margin-bottom: 20px;
}

#counseling .about .subtit {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  #counseling .about .example {
    margin-bottom: 45px;
  }

  #counseling .about .example .foot {
    padding-top: 20px;
  }

  #counseling .about .subtit {
    margin-bottom: 40px;
  }
}

/* #flow
================================================ */
#counseling #flow .txt {
  margin-bottom: 20px;
}

#counseling #flow .points .item {
  position: relative;
}

#counseling #flow .points .item:before {
  content: "・";
  display: inline-block;
  color: #f07c77;
}

#counseling #flow .points .item em {
  font-weight: 700;
  color: #f07c77;
}

#counseling #flow .note {
  padding-top: 5px;
}

@media screen and (min-width: 600px) {
  #counseling #flow .note {
    padding-top: 30px;
  }
}

#counseling #flow .mod_sec03_list_wrap {
  background-color: #fdfaef;
}

/* #appoint
================================================ */
#counseling #appoint .txt a {
  font-weight: 700;
  color: #f07c77;
}

/* #faq
================================================ */
#counseling #faq .txt {
  margin-bottom: 25px;
}

#counseling #faq dl {
  margin-bottom: 15px;
}

/* price
================================================ */
#price {
  padding-bottom: 40px;
}
#price .index {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.2rem;
  letter-spacing: .07em;
}
#price .index th,
#price .index td {
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
#price .index th {
  width: 100px;
  padding: 7px;
  border-bottom: 1px solid #fff;
  background-color: #f07c77;
  color: #fff;
}
#price .index td {
  padding: 7px 0;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}
#price .index td:last-of-type {
  border-left: none;
  color: #5db9d2;
}

@media screen and (min-width: 600px) {
  #price .index th {
    width: 360px;
    padding: 20px 22px;
  }
}

