@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  line-height: 1.8;
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  background-image: url(../images/body-bg.jpg);
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: 100%;
}

@media (max-width: 550px) {
  body {
    font-size: 0.9rem;
  }
}

a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.br-sp {
  display: none;
}

@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

.breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.section-container {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.content {
  max-width: 1200px;
  padding: 1.5rem 0;
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (max-width: 815px) {
  .content {
    padding: 1rem;
  }
}

header {
  width: 100%;
}

.header_inner {
  padding: 2.5rem 0 0.7rem 0;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 815px) {
  .header_inner {
    padding: 1rem;
  }
}

@media (max-width: 550px) {
  .header_inner {
    padding: 15px;
    margin-right: 0;
    position: relative;
  }
}

.header_inner h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 70%;
  line-height: 1.2;
  position: absolute;
  top: .35rem;
  left: 0;
}

@media (max-width: 815px) {
  .header_inner h1 {
    position: relative;
    margin-bottom: 10px;
  }
}

@media (max-width: 815px) {
  .pctel {
    display: none;
  }
}

.smtel {
  display: none;
}

@media (max-width: 815px) {
  .smtel {
    display: inherit;
    background-color: #654E17;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 10px;
  }
}

.logo_area {
  width: 260px;
  margin-right: 25px;
}

.logo_area img {
  width: 100%;
  height: auto;
}

.globalMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1200px;
  position: relative;
  padding: 1rem 3rem;
  margin: 10px auto;
}

@media (max-width: 815px) {
  .globalMenu ul {
    width: 100%;
    background-color: #3386B2;
  }
}

.globalMenu ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background-image: url(../images/golobal-left.png);
  background-repeat: no-repeat;
  background-size: 71.01px 71.28px;
  width: 71.01px;
  height: 71.28px;
}

@media (max-width: 815px) {
  .globalMenu ul::before {
    display: none;
  }
}

.globalMenu ul::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  background-image: url(../images/global-right.png);
  background-repeat: no-repeat;
  background-size: 71.01px 71.28px;
  width: 71.01px;
  height: 71.28px;
}

@media (max-width: 815px) {
  .globalMenu ul::after {
    display: none;
  }
}

@media (max-width: 815px) {
  .globalMenu ul li {
    width: 100%;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
    padding-bottom: .6rem;
    text-align: left;
  }
  .globalMenu ul li:last-child {
    margin-bottom: 0;
  }
}

.globalMenu ul li a {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #654E17;
}

@media (max-width: 815px) {
  .globalMenu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    vertical-align: text-top;
  }
  .globalMenu ul li a::before {
    content: "";
    background-image: url(../images/navi-moon.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center bottom;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 1rem;
  }
}

@media (max-width: 550px) {
  .globalMenu ul li a {
    font-size: 16px;
  }
}

.hamburger {
  display: none;
}

@media (max-width: 815px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 15px;
    bottom: 10px;
    width: 54px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    background-color: #3386B2;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 12px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger p {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    margin-top: 36px;
  }
}

@media (max-width: 815px) {
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 815px) {
  nav.globalMenu {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenu ul {
    width: 100%;
    padding: 0 1rem 0rem 1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 815px) {
  nav.globalMenu.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-top: 6rem;
    background-color: #3386B2;
  }
}

.localNav {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 815px) {
  .localNav {
    display: none;
  }
}

.localNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.localNav ul li a {
  color: #080808;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 14px;
  margin-left: 1rem;
}

.localNav ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background-image: url(../images/arrow_local.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  margin-right: .5rem;
}

.localNav ul li a:hover {
  text-decoration: underline;
}

.Mv {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  position: relative;
}

.Mv::before {
  content: "";
  background-image: url(../images/mainmvleft.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  height: 371px;
  position: absolute;
  left: -55px;
  top: 10px;
  z-index: -1;
  display: block;
}

@media (max-width: 815px) {
  .Mv::before {
    display: none;
  }
}

@media (max-width: 815px) {
  .Mv {
    width: 100%;
    margin: 0 auto;
    height: 260px;
  }
}

@media (max-width: 550px) {
  .Mv {
    width: 100%;
    margin: 0 auto;
    height: 130px;
  }
}

.Mv::after {
  content: "";
  background-image: url(../images/mainmvright.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  height: 371px;
  position: absolute;
  right: -55px;
  top: 10px;
  z-index: -1;
  display: block;
}

@media (max-width: 815px) {
  .Mv::after {
    display: none;
  }
}

.Mv img {
  width: 100%;
  height: auto;
  position: absolute;
  /* absoluteで画像を重ねる */
  display: none;
  /* 画像を非表示に非表示 */
}

.about_container {
  position: relative;
  text-align: center;
}

@media (max-width: 550px) {
  .about_container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.about_container::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: url(../images/top_frame.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 550px) {
  .about_container::before {
    background-size: cover;
    height: 13px;
    top: 1rem;
  }
}

.about_container::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: url(../images/top_frame.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 550px) {
  .about_container::after {
    background-size: cover;
    height: 13px;
    bottom: 1rem;
  }
}

.about_container .inner {
  padding: 3rem 0;
}

@media (max-width: 550px) {
  .about_container .inner {
    padding: 1rem 0;
  }
}

.about_container h2 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  font-size: 36px;
  color: #A78E2D;
  margin-bottom: 1.5rem;
}

@media (max-width: 550px) {
  .about_container h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

@media (max-width: 550px) {
  .about_container p {
    font-size: 15px;
    text-align: left;
  }
  .about_container p br {
    display: none;
  }
}

.subMv {
  max-width: 1200px;
  margin: 0 auto;
  height: 175px;
  background-image: url(../images/submv-bg.jpg);
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 550px) {
  .subMv {
    height: 105px;
    width: 92%;
    background-size: auto 105px;
  }
}

.subMv h2 {
  color: #453510;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  font-size: 40px;
  text-shadow: 0 0 5px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff;
}

@media (max-width: 815px) {
  .subMv h2 {
    font-size: 30px;
  }
}

@media (max-width: 550px) {
  .subMv h2 {
    font-size: 24px;
  }
}

.subMv span {
  color: #2B1D50;
  display: block;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  font-style: 18px;
  text-shadow: 0 0 5px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff;
}

.subMv::before {
  content: "";
  background-image: url(../images/submvleft.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 61px;
  height: 175px;
  position: absolute;
  left: -25px;
  top: 2.5px;
  z-index: -1;
  display: block;
}

@media (max-width: 550px) {
  .subMv::before {
    display: none;
  }
}

.subMv::after {
  content: "";
  background-image: url(../images/submvright.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 61px;
  height: 175px;
  position: absolute;
  right: -25px;
  top: 2.5px;
  z-index: -1;
  display: block;
}

@media (max-width: 550px) {
  .subMv::after {
    display: none;
  }
}

.subMv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 550px) {
  .subMv_inner {
    width: 80%;
  }
}

.pastTherapy_heading {
  background-color: #FFF9E5;
  border-radius: 21px;
  text-align: center;
  padding: 5rem 0;
  position: relative;
  margin-top: 2.25rem;
}

@media (max-width: 815px) {
  .pastTherapy_heading {
    padding: 2rem 1rem;
    margin-top: 0;
  }
}

.pastTherapy_heading::before {
  content: "";
  width: 100%;
  height: 82.33px;
  background-image: url(../images/subtopic-head.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  top: 0;
  left: 0;
}

.pastTherapy_heading::after {
  content: "";
  width: 100%;
  height: 82.33px;
  background-image: url(../images/subtopic-bottom.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 815px) {
  .pastTherapy_heading::after {
    bottom: -6%;
  }
}

@media (max-width: 550px) {
  .pastTherapy_heading::after {
    height: 23px;
    bottom: 0%;
  }
}

.feature_container {
  text-align: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.54);
  padding: 3rem 5rem;
}

@media (max-width: 815px) {
  .feature_container {
    padding: 3rem 1rem;
  }
}

@media (max-width: 550px) {
  .feature_container {
    padding: 1.5rem 0.5rem;
  }
}

.feature_container h3 {
  font-family: "Tsukushi B Round Gothic";
  font-size: 30px;
  margin-bottom: 3rem;
}

@media (max-width: 550px) {
  .feature_container h3 {
    font-size: 17px;
    margin-bottom: 1rem;
  }
}

.featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featureList li {
  width: 30%;
  text-align: center;
}

@media (max-width: 550px) {
  .featureList li {
    width: 100%;
    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;
    margin-bottom: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .featureList li:last-child {
    margin-bottom: 0;
  }
}

.featureList li span {
  font-family: "Tsukushi B Round Gothic";
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.featureList li h4 {
  color: #167C95;
  font-size: 20px;
  margin-bottom: .5rem;
}

@media (max-width: 550px) {
  .featureList li h4 {
    font-size: 15px;
  }
}

@media (max-width: 550px) {
  .featureList li p br {
    display: none;
  }
}

@media (max-width: 550px) {
  .featureList li div {
    width: 55%;
    text-align: left;
  }
}

@media (max-width: 550px) {
  .featureList li img {
    width: 40%;
  }
}

@media (max-width: 550px) {
  .feature {
    padding-top: 0;
  }
}

.pastTherapy_inner {
  max-width: 930px;
  margin: 0 auto;
  text-align: left;
}

.pastTherapy_inner h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  color: #5F5197;
  font-size: 24px;
  border-bottom: 1px solid #605297;
  position: relative;
  margin-left: 45px;
  margin-bottom: 2rem;
}

@media (max-width: 550px) {
  .pastTherapy_inner h4 {
    font-size: 17px;
    margin-left: 35px;
    margin-bottom: 1rem;
  }
}

.pastTherapy_inner h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/subicon-luna.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 30px auto;
  left: -45px;
  top: 10px;
}

@media (max-width: 550px) {
  .pastTherapy_inner h4::before {
    left: -37.5px;
    top: 5px;
  }
}

@media (max-width: 815px) {
  .pastTherapy_inner img {
    width: 100%;
    height: auto;
  }
}

.pastTherapy_inner p {
  text-align: left;
  margin-top: 2rem;
}

.pastTherapy_inner table {
  margin-top: 3rem;
  width: 100%;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  margin-bottom: 15px;
}

@media (max-width: 550px) {
  .pastTherapy_inner table {
    margin-top: 1rem;
  }
}

.pastTherapy_inner table th {
  color: #fff;
  background-color: #D6A04A;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 550px) {
  .pastTherapy_inner table th {
    font-size: 17px;
  }
}

.pastTherapy_inner table td {
  color: #fff;
  background-color: #CEA82C;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 0 1rem;
}

@media (max-width: 550px) {
  .pastTherapy_inner table td {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
}

.pastTherapy_inner table td:last-child {
  background-color: #fff;
  color: #D67300;
  font-size: 26px;
}

@media (max-width: 550px) {
  .pastTherapy_inner table td:last-child {
    font-size: 22px;
    text-align: center;
  }
}

.pastTherapy_inner table td:last-child span {
  font-size: 18px;
}

@media (max-width: 550px) {
  .pastTherapy_inner table td:last-child span {
    font-size: 14px;
  }
}

.subTitle {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  text-align: center;
  color: #5D5944;
  font-size: 36px;
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 550px) {
  .subTitle {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.subTitle::after {
  content: "";
  background-image: url(../images/title-under.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 244px);
  width: 488px;
  height: 53px;
}

@media (max-width: 550px) {
  .subTitle::after {
    width: 80%;
    left: 10%;
    bottom: -45px;
  }
}

.substancesList {
  margin-top: calc(40px + 4.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border: 3px solid #D5B77D;
  padding: 2rem;
  position: relative;
  border-radius: 20px;
  letter-spacing: -1px;
}

@media (max-width: 815px) {
  .substancesList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 815px) {
  .substancesList {
    padding: 2rem 1rem;
  }
}

@media (max-width: 550px) {
  .substancesList {
    margin-top: 4.5rem;
    padding: 1rem;
  }
}

.substancesList::before {
  content: "";
  background-image: url(../images/nayami-border.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 20px;
  top: -25px;
  left: 0;
}

@media (max-width: 550px) {
  .substancesList::before {
    height: 40px;
    background-size: 250%;
  }
}

.substancesList::after {
  content: "";
  background-image: url(../images/nayami-border.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 20px;
  bottom: -25px;
  left: 0;
}

@media (max-width: 550px) {
  .substancesList::after {
    height: 40px;
    background-size: 250%;
    bottom: -50px;
  }
}

.substancesList li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
}

@media (max-width: 815px) {
  .substancesList li {
    width: 48%;
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .substancesList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.substancesList li:nth-child(3n) {
  margin-right: 0;
}

.substancesList li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .substancesList li:nth-last-child(-n+2) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 550px) {
  .substancesList li:last-child {
    margin-bottom: 0;
  }
}

.substancesList li a {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  background-color: #003D53;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: .8rem 1rem;
  background-image: url(../images/nayami-block.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 550px) {
  .substancesList li a {
    font-size: 13px;
    vertical-align: middle;
  }
}

.substancesList li a::before {
  content: "";
  position: relative;
  width: 30px;
  height: 24px;
  background-image: url(../images/icon-luna.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: inline-block;
  top: 5px;
  margin-right: 10px;
}

@media (max-width: 550px) {
  .substancesList li a::before {
    top: 0;
  }
}

.price_1 {
  padding-bottom: 2.25rem;
}

.therapistList {
  margin-top: calc(40px + 4.5rem);
}

@media (max-width: 550px) {
  .therapistList {
    margin-top: 2.5rem;
  }
}

.therapistList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dotted #101010;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.therapistList li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.therapistList li .therapist_img {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  width: 20%;
}

@media (max-width: 550px) {
  .therapistList li .therapist_img {
    width: 40%;
  }
}

.therapistList li .therapist_img .address {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.therapistList li .therapist_img h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  text-align: center;
  font-size: 26px;
}

@media (max-width: 550px) {
  .therapistList li .therapist_img h4 {
    font-size: 18px;
  }
}

.therapistList li .therapist_img h4 span {
  font-size: 18px;
}

@media (max-width: 550px) {
  .therapistList li .therapist_img h4 span {
    display: block;
    font-size: 16px;
  }
}

.therapistList li .therapist_img img {
  width: 100%;
  height: auto;
}

.therapistList li .activity {
  width: 32.5%;
}

@media (max-width: 550px) {
  .therapistList li .activity {
    width: 55%;
  }
}

.therapistList li .activity table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}

@media (max-width: 550px) {
  .therapistList li .activity table {
    margin-bottom: 1rem;
  }
}

.therapistList li .activity table th {
  background-color: #CC94B4;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: .25rem;
  border: 1px solid #CC94B4;
}

.therapistList li .activity table td {
  background-color: #fff;
  border: 1px solid #707070;
  text-align: center;
  font-weight: 600;
  padding: .25rem;
}

.therapistList li .schedule {
  width: 40%;
}

@media (max-width: 550px) {
  .therapistList li .schedule {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.therapistList li .schedule h4 {
  background-color: #FF9191;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: .25rem;
}

.therapistList li .schedule .scheduleDetail {
  background-color: #fff;
  padding: 1rem;
  height: 275px;
  overflow-y: scroll;
}

.therapistList li .schedule .scheduleDetail table {
  width: 100%;
  border: 1px solid #A8AA66;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.therapistList li .schedule .scheduleDetail table th {
  font-weight: normal;
  text-align: center;
  border: 1px solid #A8AA66;
  background-color: #E1E7FB;
  padding: .25rem;
  width: 30%;
}

.therapistList li .schedule .scheduleDetail table th:nth-child(2) {
  background-color: #B5CEE9;
  width: 40%;
}

.therapistList li .schedule .scheduleDetail table td {
  text-align: center;
  border: 1px solid #A8AA66;
  padding: .25rem;
}

.therapistList li .btn {
  margin: 3rem auto 0 auto;
}

.therapistList li .btn a {
  background-color: #3E99AF;
  color: #fff;
  font-weight: 600;
  padding: .75rem 4.5rem .75rem 3.5rem;
}

@media (max-width: 550px) {
  .therapistList li .btn a {
    padding: .75rem 1.5rem .75rem 1.5rem;
  }
}

.therapistList li .btn a::before {
  content: "▶︎";
  display: inline-block;
  margin-right: 20px;
}

.therapist_page {
  margin-top: 2rem;
}

@media (max-width: 550px) {
  .therapist_page li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .therapist_page li .sessionList li a {
    font-size: 16px;
  }
}

.therapist_page li .activity h4 {
  text-align: center;
  color: #5D5944;
  font-size: 22px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  position: relative;
}

.therapist_page li .activity h4::after {
  content: "";
  background-image: url(../images/title-under.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 122px);
  width: 244px;
  height: 26px;
}

@media (max-width: 815px) {
  .therapist_page li .therapist_img {
    width: 35%;
  }
  .therapist_page li .therapist_img h4 {
    font-size: 20px;
  }
  .therapist_page li .activity {
    width: 60%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 815px) {
  .therapist_page li .schedule {
    width: 100%;
  }
}

.therapist_page li .schedule .scheduleDetail {
  height: 275px;
}

@media (max-width: 550px) {
  .therapist_page li .therapist_img {
    padding: 0.3rem;
    width: 50%;
    margin: 0 auto 1rem auto;
    position: relative;
  }
  .therapist_page li .therapist_img::before {
    background-image: url(../images/single-waku.png);
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }
  .therapist_page li .activity {
    width: 100%;
  }
}

.introList {
  margin: 4.5rem 0 6.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .introList {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
  }
  .introList::after {
    content: "";
    position: absolute;
    top: 144px;
    right: 0;
    width: 90px;
    height: 1232px;
    background-image: url(../images/lottery.png);
    background-repeat: no-repeat;
    background-size: 90px 1232px;
    background-position: center top;
  }
}

.introList li {
  width: 18%;
  text-align: center;
  position: relative;
}

@media (max-width: 550px) {
  .introList li {
    width: 65%;
    margin-bottom: 1rem;
  }
  .introList li:last-child {
    margin-bottom: 0;
  }
}

.introList li::before {
  content: "";
  background-color: #5690A5;
  width: 125%;
  height: 3px;
  left: 0;
  bottom: -28%;
  position: absolute;
}

@media (max-width: 815px) {
  .introList li::before {
    bottom: -40%;
  }
}

@media (max-width: 550px) {
  .introList li::before {
    display: none;
  }
}

.introList li::after {
  content: "";
  background-color: #5690A5;
  width: 3px;
  height: 78px;
  left: calc(50% - 3px);
  bottom: -28%;
  position: absolute;
}

@media (max-width: 815px) {
  .introList li::after {
    bottom: -40%;
  }
}

@media (max-width: 550px) {
  .introList li::after {
    display: none;
  }
}

.introList li:first-child::before {
  left: 50%;
}

.introList li:last-child::before {
  left: inherit;
  right: 50%;
}

.introList li a {
  display: block;
}

.introList li a h4 {
  color: #7C6B0D;
  font-size: 18px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  background-image: url(../images/session_title.png);
  background-repeat: no-repeat;
  background-size: 208px 34px;
  margin-bottom: 1rem;
}

@media (max-width: 815px) {
  .introList li a h4 {
    font-size: 14px;
    background-size: 100% auto;
  }
}

@media (max-width: 550px) {
  .introList li a h4 {
    font-size: 18px;
    line-height: 34px;
    background-size: 208px 34px;
    background-position: center;
  }
}

@media (max-width: 815px) {
  .introList li a p {
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 550px) {
  .introList li a p {
    text-align: left;
    font-size: inherit;
  }
}

@media (max-width: 815px) {
  .introList li a img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 550px) {
  .introList li a img {
    width: 127px;
  }
}

.introList .point3::after {
  height: 180px;
  bottom: -62%;
}

@media (max-width: 815px) {
  .introList .point3::after {
    bottom: -82%;
  }
}

.sessionList {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sessionList li {
  border-bottom: none;
  width: 49%;
  padding-bottom: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.sessionList li:last-child {
  margin-bottom: 1rem;
}

.sessionList li a {
  width: 100%;
  font-size: 18px;
  color: #7C6B0D;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  display: block;
  font-weight: 600;
  text-align: center;
  background-image: url(../images/session.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: .3rem 0;
}

.problemsList {
  margin-bottom: 4.5rem;
}

.problemsList li {
  width: 31%;
  margin-right: 3.5%;
}

.problemsList li a {
  font-size: 15px;
  letter-spacing: -.1rem;
  background-color: #5A5702;
  background-image: url(../images/pattern.png);
}

.feePolicyList h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  color: #5F5197;
  font-size: 24px;
  border-bottom: 1px solid #605297;
  position: relative;
  margin-top: 3rem;
  margin-left: 45px;
  margin-bottom: 2rem;
}

@media (max-width: 550px) {
  .feePolicyList h4 {
    font-size: 17px;
    margin-left: 35px;
    margin-bottom: 1rem;
  }
}

.feePolicyList h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/subicon-luna.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 30px auto;
  left: -45px;
  top: 10px;
}

@media (max-width: 550px) {
  .feePolicyList h4::before {
    left: -37.5px;
    top: 5px;
  }
}

.feePolicyList p {
  font-size: 15px;
  margin-bottom: 1rem;
  line-height: 1.9;
}

@media (max-width: 550px) {
  .feePolicyList p {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
}

.feePolicyList p span {
  color: #FF0000;
}

.map {
  margin-top: 4.5rem;
}

@media (max-width: 550px) {
  .map {
    margin-top: 3rem;
  }
}

.map iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 550px) {
  .map iframe {
    height: 250px;
  }
}

.qaList {
  margin-top: 4.5rem;
}

@media (max-width: 550px) {
  .qaList {
    margin-top: 3rem;
  }
}

.qaList li {
  margin-bottom: 3rem;
  background-color: #FFF9E5;
  border-radius: 20px;
  padding: 4.5rem;
  position: relative;
}

@media (max-width: 550px) {
  .qaList li {
    padding: 1rem;
  }
}

.qaList li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 83px;
  background-image: url(../images/faqbox_header.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
}

.qaList li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 83px;
  background-image: url(../images/faqbox_footer.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
}

@media (max-width: 550px) {
  .qaList li::after {
    height: 24px;
  }
}

.qaList li:last-child {
  margin-bottom: 0;
}

.qaList li h4 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  padding-left: 60px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 550px) {
  .qaList li h4 {
    font-size: 20px;
    padding-left: 30px;
  }
}

.qaList li p {
  font-size: 15px;
  margin-bottom: 1rem;
  line-height: 1.9;
}

@media (max-width: 550px) {
  .qaList li p {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
}

.qaList li .q_area {
  margin-bottom: 2rem;
}

.qaList li .q_area h4 {
  color: #5F5198;
  background-image: url(../images/medal_q.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 42px auto;
}

@media (max-width: 550px) {
  .qaList li .q_area h4 {
    background-size: 24px auto;
  }
}

.qaList li .q_area h4::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #5F5198;
  margin-left: 1rem;
}

.qaList li .q_area p {
  font-size: 24px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .qaList li .q_area p {
    font-size: 15px;
  }
}

.qaList li .a_area h4 {
  color: #A5AC58;
  background-image: url(../images/medal_a.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 42px auto;
}

@media (max-width: 550px) {
  .qaList li .a_area h4 {
    background-size: 24px auto;
  }
}

.qaList li .a_area h4::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #A5AC58;
  margin-left: 1rem;
}

.voiceList {
  margin-top: 4.5rem;
  background-image: url(../images/expanse_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 4.5rem;
  border: 5px solid #9EA5F2;
}

@media (max-width: 550px) {
  .voiceList {
    margin-top: 3rem;
    background-size: cover;
    padding: 2rem 1rem;
  }
}

.voiceList li {
  background-color: #fff;
  padding: 4.5rem 2rem;
  margin-bottom: 4.5rem;
  position: relative;
  border: 1px solid #D6CBB5;
}

@media (max-width: 550px) {
  .voiceList li {
    padding: 2rem 1rem;
  }
  .voiceList li:last-child {
    margin-bottom: 0;
  }
}

.voiceList li::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -20px;
  background-image: url(../images/expanse_header.png);
  background-repeat: no-repeat;
  width: 104%;
  height: 85px;
  background-size: 100% auto;
}

@media (max-width: 550px) {
  .voiceList li::before {
    height: 40px;
    width: 105%;
    left: -8px;
    top: -10px;
  }
}

.voiceList li::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -20px;
  background-image: url(../images/expanse_footer.png);
  background-repeat: no-repeat;
  width: 104%;
  height: 85px;
  background-size: 100% auto;
}

@media (max-width: 550px) {
  .voiceList li::after {
    height: 40px;
    width: 105%;
    left: -8px;
    bottom: -22px;
  }
}

.voiceList li .profile_area {
  width: 13%;
  float: left;
}

.voiceList li .profile_area h5 {
  font-size: 14px;
  text-align: center;
}

.voiceList li .profile_area h4 {
  display: none;
}

@media (max-width: 550px) {
  .voiceList li .profile_area h4 {
    display: block;
    font-size: 16px;
    color: #5D5944;
    line-height: 1.5;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  }
}

.voiceList li .profile_area img {
  width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  .voiceList li .profile_area {
    width: 30%;
    margin-right: 3%;
  }
  .voiceList li .profile_area img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.voiceList li .title_area {
  width: 13%;
  float: left;
  clear: both;
  text-align: center;
}

@media (max-width: 550px) {
  .voiceList li .title_area {
    margin-left: 10px;
    width: 100%;
    float: none;
    clear: inherit;
    text-align: left;
  }
  .voiceList li .title_area br {
    display: none;
  }
}

.voiceList li .voice_detail {
  width: 85%;
  margin-left: 15%;
}

@media (max-width: 550px) {
  .voiceList li .voice_detail {
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
}

.voiceList li .voice_detail h4 {
  font-size: 24px;
  color: #5D5944;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .voiceList li .voice_detail h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0.7rem;
  }
}

.voiceList li .voice_detail .inner {
  padding: 1.5rem;
  background-image: url(../images/taiken-bg.jpg);
  background-repeat: repeat-y;
}

@media (max-width: 550px) {
  .voiceList li .voice_detail .inner {
    padding: .5rem;
    clear: both;
    margin-top: 1.5rem;
  }
}

.voiceList li .voice_detail .inner p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .voiceList li .voice_detail .inner p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.voiceList li .voice_detail .inner p:last-of-type {
  margin-bottom: 0;
}

.guidingTherapy {
  margin-top: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 815px) {
  .guidingTherapy {
    margin-top: 14.5rem;
  }
}

@media (max-width: 550px) {
  .guidingTherapy {
    margin-top: 70px;
    text-align: center;
    width: 65%;
  }
}

.guidingTherapy .img_area {
  width: 30%;
}

@media (max-width: 815px) {
  .guidingTherapy .img_area img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 550px) {
  .guidingTherapy .img_area {
    width: 100%;
  }
  .guidingTherapy .img_area img {
    width: 127px;
  }
}

.guidingTherapy .detail {
  width: 65%;
}

@media (max-width: 550px) {
  .guidingTherapy .detail {
    width: 100%;
  }
}

.guidingTherapy .detail h4 {
  color: #7C6B0D;
  font-size: 25px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  background-image: url(../images/session_title.png);
  background-repeat: no-repeat;
  padding-left: 16%;
  background-size: 60% auto;
  margin-bottom: 1.5rem;
}

@media (max-width: 815px) {
  .guidingTherapy .detail h4 {
    font-size: 18px;
    padding-left: 14%;
  }
}

@media (max-width: 550px) {
  .guidingTherapy .detail h4 {
    font-size: 18px;
    background-size: 100% auto;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 550px) {
  .guidingTherapy .detail p {
    text-align: left;
  }
  .guidingTherapy .detail p br {
    display: none;
  }
}

.substancesList_container {
  margin-top: calc(40px + 4.5rem);
  background-color: #fff;
  border: 3px solid #D5B77D;
  padding: 2rem;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 550px) {
  .substancesList_container {
    margin-top: 10rem;
    padding: 5rem 1rem 2rem 1rem;
  }
}

.substancesList_container::before {
  content: "";
  background-image: url(../images/nayami-border.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 20px;
  top: -25px;
  left: 0;
}

@media (max-width: 550px) {
  .substancesList_container::before {
    background-size: cover;
    top: -35px;
  }
}

.substancesList_container::after {
  content: "";
  background-image: url(../images/nayami-border.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 20px;
  bottom: -25px;
  left: 0;
}

@media (max-width: 550px) {
  .substancesList_container::after {
    background-size: cover;
    bottom: -35px;
  }
}

.substancesList_container .substancesList {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  padding: 0;
}

@media (max-width: 550px) {
  .substancesList_container .substancesList {
    margin-top: 2rem;
  }
}

.substancesList_container .substancesList::before {
  display: none;
}

.substancesList_container .substancesList::after {
  display: none;
}

.substancesList_container p {
  font-size: 20px;
  color: #167C95;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 31%;
  padding-top: 5%;
}

@media (max-width: 550px) {
  .substancesList_container p {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.8;
  }
}

.substancesList_container h3 {
  position: absolute;
  top: -105px;
  left: -105px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1.3;
  text-shadow: 0px 3px 6px #000000C9;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  background-image: url(../images/bg_caption.png);
  background-position: center top;
  padding: 10% 10% 13% 10%;
  background-size: 100% auto;
}

@media (max-width: 550px) {
  .substancesList_container h3 {
    background-size: cover;
    font-size: 28px;
    letter-spacing: -.075em;
    top: -150px;
    left: 12.5%;
    padding: 20% 10% 25% 10%;
  }
}

.flow_container {
  margin-top: 4.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(255, 255, 255, 0.43);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .flow_container {
    margin-top: 2rem;
  }
}

.flow_container li {
  width: 21.5%;
  text-align: center;
}

@media (max-width: 550px) {
  .flow_container li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flow_container li:last-child {
    margin-bottom: 0;
  }
}

.flow_container li img {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  height: auto;
  padding: 1rem;
}

@media (max-width: 550px) {
  .flow_container li img {
    width: 80%;
    margin: 0 auto;
  }
}

.flow_container li h4 {
  font-family: "Tsukushi B Round Gothic";
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 550px) {
  .flow_container li p {
    font-size: 14px;
    width: 82%;
    margin: 0 auto;
    font-weight: bold;
  }
}

@media (max-width: 550px) {
  .flow_container li:nth-child(3) p br {
    display: none;
  }
  .flow_container li:nth-child(3) p .br-sp {
    display: block;
  }
}

@media (max-width: 550px) {
  .price {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.priceList {
  margin-top: 4.5rem;
  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;
}

.priceList li {
  width: 49%;
  margin-bottom: 3rem;
}

@media (max-width: 815px) {
  .priceList li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 550px) {
  .priceList li {
    margin-bottom: 0;
  }
}

.priceList li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .priceList li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .priceList li:last-child {
    margin-bottom: 0;
  }
}

.priceList li .heading {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 815px) {
  .priceList li .heading {
    min-height: 219px;
  }
}

@media (max-width: 550px) {
  .priceList li .heading {
    padding: 1rem 1rem 1.25rem 1rem;
    min-height: 107px;
    background-size: 100% auto;
  }
}

.priceList li .heading h4 {
  font-size: 34px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  text-shadow: 0px 3px 2px rgba(255, 255, 255, 0.8);
  color: #624317;
  font-weight: 600;
}

@media (max-width: 550px) {
  .priceList li .heading h4 {
    font-size: 18px;
  }
}

.priceList li .heading p {
  text-align: center;
  width: 55%;
  font-size: 18px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
}

@media (max-width: 550px) {
  .priceList li .heading p {
    font-size: 10px;
    line-height: 1.5;
  }
}

.priceList .past .heading {
  background-image: url(../images/mainvisual_zensemiraise.jpg);
}

.priceList .past .heading h4 {
  padding-left: 1rem;
}

.priceList .mirai .heading {
  background-image: url(../images/mainvisual_mirai.jpg);
}

.priceList .mirai .heading h4 {
  padding-left: 1rem;
}

.priceList .guide .heading {
  background-image: url(../images/mainvisual_guide.jpg);
}

.priceList .guide .heading h4 {
  padding-left: 4.5rem;
}

@media (max-width: 550px) {
  .priceList .guide .heading h4 {
    padding-left: 2.25rem;
  }
}

.priceList .inner_child .heading {
  background-image: url(../images/mainvisual_innerchild.jpg);
}

.priceList .higher_self .heading {
  background-image: url(../images/mainvisual_higherself.jpg);
}

.priceList .higher_self .heading h4 {
  padding-left: 2.5rem;
}

@media (max-width: 550px) {
  .priceList .higher_self .heading h4 {
    padding-left: 1rem;
  }
}

.priceList .degenerative_hypnosis .heading {
  background-image: url(../images/mainvisual_taiko.jpg);
}

.priceList .degenerative_hypnosis .heading h4 {
  padding-left: 5.25rem;
}

@media (max-width: 550px) {
  .priceList .degenerative_hypnosis .heading h4 {
    padding-left: 2.75rem;
  }
}

.priceList .special_treatment .heading {
  background-image: url(../images/mainvisual_special.jpg);
}

.priceList .special_treatment .heading h4 {
  padding-left: 2.5rem;
}

@media (max-width: 550px) {
  .priceList .special_treatment .heading h4 {
    padding-left: 1.25rem;
  }
}

.priceList table {
  margin-top: 1rem;
  width: 100%;
}

.priceList table tbody tr {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

.priceList table tbody tr th {
  background-color: #FF8D29;
  border: 1px solid #FDAF6A;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: .5rem;
}

@media (max-width: 550px) {
  .priceList table tbody tr th {
    font-size: 17px;
    padding: 0;
  }
}

.priceList table tbody tr td {
  background-color: #F9BB00;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: .5rem;
}

@media (max-width: 550px) {
  .priceList table tbody tr td {
    font-size: 16px;
    padding: 0;
  }
}

.priceList table tbody tr td:last-child {
  background-color: #fff;
  color: #D67300;
}

@media (max-width: 550px) {
  .priceList table tbody tr td:last-child {
    font-size: 22px;
    padding: 0;
  }
}

.priceList table tbody tr td span {
  font-size: 17px;
}

@media (max-width: 550px) {
  .priceList table tbody tr td span {
    font-size: 14px;
  }
}

.btn {
  margin: 2rem 0;
  text-align: center;
}

.btn a {
  background-color: #3E99AF;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: .5rem 3rem;
}

@media (max-width: 550px) {
  .btn a {
    padding: .5rem 1rem;
  }
}

.btn a::before {
  content: "▶︎";
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 550px) {
  .btn a::before {
    margin-right: 10px;
    font-size: 10px;
  }
}

.top_therapist {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_therapist li {
  width: 49%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .5rem 1rem;
  position: relative;
}

@media (max-width: 815px) {
  .top_therapist li {
    padding-top: 1rem;
    width: 48%;
    margin-bottom: 4.5rem;
  }
}

@media (max-width: 550px) {
  .top_therapist li {
    width: 320px;
    padding: 0;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top_therapist li:last-child {
    margin-bottom: 0;
  }
}

.top_therapist li::after {
  content: "";
  background-image: url(../images/therapist_frame.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% auto;
}

@media (max-width: 815px) {
  .top_therapist li::after {
    background-image: url(../images/therapist_frame_sm2.png);
    background-size: 340px auto;
    height: 655px;
    z-index: 0;
  }
}

@media (max-width: 550px) {
  .top_therapist li::after {
    background-size: 320px 630px;
    height: 655px;
  }
}

.top_therapist li .img_area {
  width: 30%;
}

@media (max-width: 815px) {
  .top_therapist li .img_area {
    width: 100%;
    text-align: center;
    background: #fff;
  }
}

.top_therapist li .img_area img {
  width: 100%;
  height: 223px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 815px) {
  .top_therapist li .img_area img {
    width: 100%;
    height: 310px;
    vertical-align: bottom;
  }
}

@media (max-width: 550px) {
  .top_therapist li .img_area img {
    width: 70%;
    height: auto;
    margin: 10px auto;
  }
}

.top_therapist li .detail {
  width: 70%;
  background-color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 815px) {
  .top_therapist li .detail {
    width: 100%;
    padding: 1rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 550px) {
  .top_therapist li .detail {
    margin-top: -5rem;
    padding-bottom: 1rem;
  }
}

.top_therapist li .detail h4 {
  font-size: 18px;
}

@media (max-width: 815px) {
  .top_therapist li .detail h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: .5rem;
  }
}

.top_therapist li .detail h4 span {
  font-size: 14px;
}

@media (max-width: 815px) {
  .top_therapist li .detail h4 span {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .top_therapist li .detail h4 span {
    display: block;
  }
}

.top_therapist li .detail p {
  font-size: 14px;
  line-height: 1.6;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 815px) {
  .top_therapist li .detail p {
    line-height: 1.8;
  }
}

.top_therapist li .detail .btn {
  margin: 0;
  margin-top: auto;
  margin-bottom: 1rem;
  text-align: left;
  z-index: 9;
}

@media (max-width: 815px) {
  .top_therapist li .detail .btn {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .top_therapist li .detail .btn a {
    font-size: 13px;
  }
}

@media (max-width: 550px) {
  .top_therapist li .detail .btn {
    padding: .5rem 1rem;
    display: block;
  }
}

.top_therapist li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .top_therapist li .inner {
    padding: 1rem;
    width: 100%;
    height: 630px;
  }
}

.top_voiceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4.5rem 2rem;
  background-image: url(../images/bg_expanse.png);
  background-size: cover;
}

@media (max-width: 550px) {
  .top_voiceList {
    padding: 2rem 1rem;
  }
}

.top_voiceList li {
  width: 49%;
  border-radius: 18px;
  padding: 1rem;
}

@media (max-width: 550px) {
  .top_voiceList li {
    width: 100%;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
}

.top_voiceList li::after {
  display: none;
}

.top_voiceList li::before {
  background-image: url(../images/topexpanse_frame.png);
  background-size: 50% auto;
  background-position: center top;
}

.top_voiceList li .profile_area {
  width: 20%;
  margin-right: 3%;
}

.top_voiceList li .profile_area h4 {
  display: none;
}

@media (max-width: 550px) {
  .top_voiceList li .profile_area h4 {
    display: block;
  }
}

@media (max-width: 550px) {
  .top_voiceList li .profile_area {
    width: 100%;
  }
  .top_voiceList li .profile_area img {
    width: 40%;
    margin: 0 auto;
  }
}

.top_voiceList li .voice_detail {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 550px) {
  .top_voiceList li .voice_detail {
    width: 100%;
  }
}

.top_voiceList li .voice_detail h4 {
  padding-left: 0;
  font-size: 20px;
  margin-bottom: .5rem;
}

@media (max-width: 550px) {
  .top_voiceList li .voice_detail h4 {
    display: none;
  }
}

.top_voiceList li .voice_detail .inner {
  background-image: none;
  padding: 0;
  margin-bottom: 1rem;
}

.top_voiceList li .voice_detail .btn {
  text-align: left;
  margin-top: auto;
  margin-bottom: .5rem;
}

@media (max-width: 550px) {
  .top_voiceList li .voice_detail .btn {
    margin-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .pc_content {
    display: none;
  }
}

.sm_content {
  display: none;
}

@media (max-width: 550px) {
  .sm_content {
    display: table;
  }
}

.purposeList {
  margin-top: 4.5rem;
}

.purposeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.5rem;
}

.purposeList li:last-child {
  margin-bottom: 0;
}

.purposeList li .img_area {
  width: 35%;
}

@media (max-width: 550px) {
  .purposeList li .img_area {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
}

.purposeList li .img_area img {
  width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  .purposeList li .img_area img {
    width: 70%;
  }
}

.purposeList li .detail {
  width: 100%;
}

@media (max-width: 550px) {
  .purposeList li .detail {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.purposeList li .detail h4 {
  background-color: #685B9B;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 24px;
  font-weight: 600;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .purposeList li .detail h4 {
    font-size: 18px;
  }
}

.purposeList li .detail2 {
  width: 60%;
  margin-left: 5%;
}

@media (max-width: 550px) {
  .purposeList li .detail2 {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.purposeList li .detail2 h4 {
  background-color: #685B9B;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 24px;
  font-weight: 600;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .purposeList li .detail2 h4 {
    font-size: 18px;
  }
}

.mediaList {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .mediaList {
    margin: 1.5rem 0;
  }
}

.mediaList .media-item {
  width: 48%;
}

@media (max-width: 550px) {
  .mediaList .media-item {
    width: 100%;
  }
}

.mediaList .media-item h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.mediaList .media-item h4 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.mediaTitle {
  color: #003D53;
  font-size: 36px;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  position: relative;
}

@media (max-width: 550px) {
  .mediaTitle {
    font-size: 17px;
  }
}

.mediaTitle::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: url(../images/top_frame.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.slider {
  margin: 3rem auto;
  width: 100%;
}

@media (max-width: 550px) {
  .slider {
    margin: 1.5rem auto;
  }
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-prev {
  background-image: url(../images/arrow_left.png);
  width: 30px;
  height: 30px;
  background-size: 22px auto;
  left: 0;
  top: 20px;
}

@media (max-width: 550px) {
  .slick-prev {
    top: 10px;
    left: -10px;
    background-size: 18px auto;
  }
}

.slick-next {
  background-image: url(../images/arrow_right.png);
  width: 30px;
  height: 30px;
  background-size: 22px auto;
  right: 0;
  top: 20px;
}

@media (max-width: 550px) {
  .slick-next {
    top: 10px;
    right: -10px;
    background-size: 18px auto;
  }
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

.slick-dots {
  display: none !important;
}

.videoTitle {
  color: #7C6B0D;
  font-size: 30px;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .videoTitle {
    font-size: 16px;
  }
}

.videoList {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .videoList {
    margin: 1.5rem 0 0 0;
  }
}

@media (max-width: 550px) {
  .videoList iframe {
    max-width: 100%;
  }
}

.videoList li {
  width: 50%;
  text-align: center;
}

@media (max-width: 815px) {
  .videoList li {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  .videoList li:last-child {
    margin-bottom: 0;
  }
}

.match {
  background-color: #fff;
  border: 1px solid #D5B77D;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.match li {
  list-style: none;
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/chk.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 550px) {
  .match li {
    width: 100%;
  }
}

.form-group {
  margin-left: 130px;
}

.footer_localNav_container {
  display: none;
}

@media (max-width: 815px) {
  .footer_localNav_container {
    display: block;
  }
}

@media (max-width: 815px) {
  .footer_localNav {
    background-color: rgba(255, 255, 255, 0.54);
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
  }
  .footer_localNav ul li a {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
    font-size: 17px;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    display: block;
    border-bottom: 1px dashed #909090;
  }
  .footer_localNav ul li a::before {
    content: "";
    width: 10px;
    height: 11px;
    background-image: url(../images/arrow_local.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px;
  }
  .footer_localNav ul li:last-child a {
    margin-bottom: 0;
  }
}

.form-horizontal .form-group {
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
}

.qform_table {
  width: 100%;
  border: 1px solid #BCB7A9;
  background-color: #BCB7A9;
}

.qform_table input {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0 .5rem;
}

.qform_table th {
  border: 1px solid #BCB7A9;
  width: 30%;
  font-weight: normal;
  text-align: left;
  background-color: #E9E7DE;
  padding: 10px;
}

.qform_table td {
  background-color: #F5F4F1;
  padding: 10px;
  border: 1px solid #BCB7A9;
}

.qform-help-block {
  clear: both;
  width: 100%;
  margin: 0;
}

textarea {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-rtl-ordering: logical;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  background-color: -internal-light-dark(white, #3b3b3b);
  -webkit-column-count: initial !important;
          column-count: initial !important;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
  padding: .5rem;
  width: 80%;
  background-color: #fff;
}

@media (max-width: 815px) {
  textarea {
    width: 100%;
  }
}

.btn-primary {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

.help-block {
  clear: both;
  margin: 0;
  line-height: 1.3;
}

.qform-action-panel {
  text-align: center;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0px;
  padding: 0 .5rem;
  background-color: #fff;
}

input.btn {
  background-color: #E9E7DE;
  border: 1px solid #707070;
  padding: 0.5rem 0;
}

.btn-primary:hover {
  background-color: #E9E7DE;
  border: 1px solid #707070;
  color: inherit;
  opacity: .7;
}

.form-horizontal .control-label {
  text-align: left;
  background-color: #E9E7DE;
  padding: 10px;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 815px) {
  .form-horizontal .control-label {
    width: 25%;
    line-height: 1.5;
  }
}

@media (max-width: 550px) {
  .form-horizontal .control-label {
    width: 100%;
  }
}

.form-group {
  margin: 0;
  background-color: #E9E7DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #707070;
}

.form-group:first-child {
  border-top: 1px dotted #707070;
}

@media (max-width: 550px) {
  .form-group {
    display: block;
  }
}

.qform-vertical-form-group {
  border: none !important;
}

.col-sm-12 {
  padding: 0;
}

@media (max-width: 815px) {
  .col-sm-12 {
    width: 100%;
  }
}

.col-sm-9 {
  background-color: #F5F4F1;
  padding: 10px;
}

@media (max-width: 815px) {
  .col-sm-9 {
    width: 75%;
  }
}

@media (max-width: 550px) {
  .col-sm-9 {
    width: 100%;
  }
}

.col-sm-offset-3 {
  background-color: transparent;
  width: 150px;
  margin: 0 auto;
}

.qform-action-panel {
  background-color: transparent;
}

footer {
  background-color: #846C2C;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
}

footer a {
  color: #FFF9E5;
}

.form-group label {
  min-width: 100px;
}

.news_area {
  height: 200px;
  overflow: auto;
  padding: 20px;
  border: 3px double #A4946A;
  margin-bottom: 15px;
}

.news_area li {
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #AEA996;
  line-height: 1.4;
  padding-top: 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
/*# sourceMappingURL=style.css.map */