@charset "utf-8";

/* 200527 */
.formWrapper {
  background-color: #f0ecdd;
  margin: 50px auto 0;
  padding: 54px 0 40px;
}

.confirm .reserveText p span {
  font-weight: bold;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 981px) {

  /* =========================================================
 /reserve/index.html メールの送信
========================================================= */
  .headerInfo {
    width: 380px;
    margin-top: 23px;
  }

  .reserveList h2 {}

  .reserveContentsList p, .mailSub p {
    font-weight: bold;
    font-family: heisei-mincho-std, serif;
  }

  .webGuidanceText.mailSub {
    margin-top: 44px;
  }

  .webGuidanceText.mailSub p:nth-of-type(n+1) {
    line-height: 1.8;
  }

  .webGuidanceText, .webHowtouse, .webTerms {
    text-align: center;
    margin: 48px auto 0;
  }

  h3.webGuidanceHeading, h3.webHowtouseHeading, h3.webTermsHeading {
    background: #44221b;
    color: #ffffff;
    width: 240px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: absolute;
    padding: 7px;
    left: 20px;
    top: -16px;
  }

  .webGuidanceText p:nth-of-type(2) {}

  .webGuidanceText p:nth-of-type(n+1) {
    font-size: 24px;
    line-height: 1.4;
  }

  .webGuidance .webGuidanceText .textRed, .webHowtouseText p.textRed, .precautions p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    color: initial;
  }

  .webGuidance .webGuidanceText .textRed {
    font-size: 16px;
  }

  .webGuidance .webGuidanceText .tel {
    font-size: 50px;
    line-height: 0.8;
    text-indent: 4px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .webHowtouseText p:nth-of-type(2) {
    margin-top: 13px;
    font-size: 20px;
  }

  .webHowtouseText .webHowtouseNote p {
    font-size: 16px;
    line-height: 0.8;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
  }

  .webHowtouseNote {
    margin: 31px auto 32px;
    text-align: left;
    width: 85%;
  }

  .webHowtouseText .precautions p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 62px;
  }

  .webHowtouseMenu span {
    font-weight: bold;
  }

  .webHowtouseMenu ul {
    display: flex;
  }

  .webHowtouseMenu li.selectMenu {
    background: #c2ad61;
    color: #ffffff;
  }

  .webHowtouseMenu li {
    width: 135px;
    height: 30px;
    line-height: 1.1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
    border: 1px solid #c2ad61;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    margin-right: 17px;
    border-radius: 22px;
  }

  .webHowtouseMenu {
    margin: 10px auto 20px;
    width: 90%;
  }

  .webHowtouseMenu li.selectMenu span:first-of-type {
    background: #ffffff;
    color: #c2ad61;
  }

  .webHowtouseMenu li span:first-of-type {
    width: 21px;
    height: 21px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background: #c2ad61;
    border-radius: 50%;
  }

  .webHowtouseMenu.send li span:first-of-type {
    width: 21px;
    height: 21px;
    position: absolute;
    /* background-color: transparent; */
    /* color: #44221b; */
  }

  .webHowtouseMenu.send li.selectMenu span:first-of-type {
    /* color: #ffffff; */
  }

  .webHowtouseMenu li span:last-of-type {
    width: 100px;
    text-align: center;
    color: #c2ad61;
  }

  .webHowtouseMenu.send li span:last-of-type {
    width: 100px;
    /* height: 21px; */
    line-height: 21px;
    position: absolute;
    /* background-color: #44221b; */
    /* color: #ffffff; */
    left: 25px;
  }

  li.selectMenu span:first-of-type {
    color: #000000;
  }

  .webHowtouseMenu li.selectMenu span:last-of-type {
    color: #ffffff;
  }

  .webHowtouseMenu.send li.selectMenu span:last-of-type {
    /* background-color: #ffffff; */
    /* color: #44221b; */
  }

  .webHowtouseMenu li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 137px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #44221b;
  }

  .webHowtouseMenu li:last-of-type:before {
    content: none;
  }

  .webHowtouseMail .mail {}

  .webHowtouseMail.therapistName .mail {
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #ffffff;
    padding-left: 20px;
  }

  .webHowtouseMail.reserveDate .mail {
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #ffffff;
    padding-left: 20px;
  }

  .webHowtouseMail .mail p {
    position: relative;
    text-align: left;
  }

  .webHowtouseMail .mail p:before {
    display: block;
    background: url(/img/reserve/img_mail.png);
    width: 23px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -27px;
  }

  .webHowtouseMail.therapistName .mail p:before, .webHowtouseMail.reserveDate .mail p:before {
    background: none;
  }

  .mailSend {
    box-sizing: border-box;
    width: 90%;
    margin: 30px auto 0;
  }

  .therapistName .mailSend {
    margin: 11px auto 9px;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }

  .therapistName .mailSend p {
    font-size: 28px;
  }

  .reserveDate .mailSend {
    border-bottom: none;
    width: 100%;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    margin: 11px auto 9px;
  }

  .reserveDate .mailSend p {
    font-size: 24px;
  }

  .mailFormBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 11px auto 9px;
  }

  .mailFormBtn input {
    width: 84%;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 10px;
    border: none;
  }

  .mailFormBtn button {
    width: 16%;
    height: 50px;
    font-size: 16px;
    background: #c2ad61;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #c2ad61;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }

  .mailFormBtn button:hover {
    opacity: 0.8;
  }

  p.webTermsHeading {
    width: 226px;
  }

  .webTermsText p:nth-of-type(2) {
    margin-top: 16px;
  }

  .webTermsText p:nth-of-type(n+2) {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
    padding-left: 17px;
  }

  .webTermsText p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
    padding-left: 17px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
  }

  .textInterval {
    font-size: 16px;
    margin: 20px 0 16px;
  }

  .webTerms .textInterval p {
    margin: 0;
    line-height: 1.4;
  }

  .webTermsText p span {
    display: inline-block;
    text-indent: -18px;
  }

  .webTermsText>p:nth-of-type(4) a {
    color: #44221b;
    text-decoration: none;
  }

  .precautions a, .mailSend a, .webTerms a, .reserveWebBlock a {}

  #contentsWrapper .precautions a, #contentsWrapper .mailSend a, #contentsWrapper .webTerms a, #contentsWrapper .reserveWebBlock a {
    /* color: #1800ff; */
  }

  #contentsWrapper .webHowtouseText p.textRed a, #contentsWrapper .webHowtouseNote p a {
    /* color: #b30000; */
  }

  .webHowtouse p.textRed:first-of-type {
    margin-top: 13px;
    font-size: 26px;
    font-family: heisei-mincho-std, serif;
    font-weight: bold;
  }

  /* =========================================================
 /reserve/confirm.html　メール内容確認
========================================================= */
  .webHowtouseMenu.next {
    margin: 20px auto 20px;
  }

  .webHowtouseMenu.next ul {
    width: 920px;
    margin: 0 auto;
    justify-content: space-around;
  }

  .webHowtouseMenu.next li:before {
    left: 140px;
  }

  .reserveWebBlock p, .precautionsNote p {
    font-size: 18px;
    line-height: 1.4;
  }

  .reserveWebBlock {
    padding: 20px;
  }

  .reserveText {
    margin-bottom: 20px;
  }

  #contentsWrapper a:hover {
    text-decoration: none;
    /* color: #ffffff; */
  }

  /* =========================================================
 /reserve/precautions.html　注意事項の確認
========================================================= */
  .precautionsHeading p {
    color: #6b271c;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
  }

  .webHowtouseMenu li:last-of-type {
    margin: 0;
  }

  .precautionsNote {
    margin-bottom: 20px;
  }

  .receive {
    text-align: center;
    font-size: 20px;
  }

  .receive input {
    width: 18px;
    height: 18px;
  }

  .receivePage {
    border: 2px solid #44221b;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }

  .receivePage p {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #44221b;
  }

  #contentsWrapper .receivePage a {
    text-decoration: none;
    display: block;
  }

  .receivePage p:hover {
    background: #44221b;
    color: #ffffff;
  }

  /* =========================================================
 /reserve/reservation.html　予約情報入力
========================================================= */
  div#infoContentsBox.reserve {
    background: #ffffff;
    padding: 20px 0 30px;
    margin: 0 auto;
  }

  #infoContentsBox.reserve .webHowtouseMenu ul {
    justify-content: space-between;
    width: 920px;
    margin: 0 auto;
  }

  form#inputBox {
    width: 920px;
    margin: 0 auto;
  }

  table.reservationInformationBox {
    font-size: 15px;
    line-height: 1.2em;
    text-align: left;
    margin-left: -2px;
    margin-top: -1px;
    border: 1px solid #484848;
    border-collapse: inherit;
  }

  table.reservationInformationBox th {
    border-bottom: 1px solid #ffffff;
    font-weight: normal;
    color: #ffffff;
    background-color: #44221b;
    text-align: left;
    width: 304px;
    vertical-align: middle;
    text-indent: 0;
    padding: 1.2em 1em;
  }

  table.reservationInformationBox td {
    border-bottom: 1px solid #484848;
    vertical-align: middle;
    padding: 1em 1em;
    background: #ffffff;
  }

  td.inputBox02 {
    letter-spacing: 0.7px;
    padding-top: 2px;
    padding-left: 22px;
  }

  td.inputBox02 span:after {}

  span.required {
    color: #ff0000;
    font-weight: normal;
    font-size: 0.85em;
    float: right;
  }

  input, select {
    vertical-align: middle;
  }

  #inputBox input[type="text"], #inputBox input[type="tel"] {
    width: 357px;
    height: 26px;
    font-size: 17px;
    padding-left: 9px;
  }

  #inputBox .notes {
    font-size: 14px;
  }

  #inputBox .notes ul {
    margin-bottom: 10px;
  }

  #inputBox .notes li:not(:last-of-type) {
    margin-bottom: 5px;
  }

  #inputBox select {
    min-width: 252px;
    height: 30px;
  }

  select {
    padding-left: 6px;
    font-size: 16px;
  }

  #inputBox .notes p {
    margin-bottom: 10px;
  }

  #inputBox select.select_rsv_time {
    min-width: 60px;
  }

  label.opt {
    width: 48%;
    float: left;
    font-size: 0.92em;
    line-height: 1.5em;
    display: inline-block;
    margin: 0 2px 3px 0;
  }

  label.opt input {
    margin: 0;
  }

  input[type=checkbox] {
    transform: scale(1.5);
    vertical-align: -1px;
  }

  #inputBox table.reservationInformationBox td textarea {
    height: 100px;
    width: 90%;
    font-size: 1em;
    line-height: 1.1em;
    padding: 0.5em;
  }

  table.reservationInformationBox tr:last-of-type th {
    border-bottom: none;
  }

  .formButton {
    text-align: center;
  }

  .formButton button {
    background-color: #ffffff;
    width: 920px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
    cursor: pointer;
    border: 2px solid #44221b;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    color: #44221b;
  }

  .formButton button:hover {
    background: #44221b;
    color: #ffffff;
  }

  #contentsWrapper .reservationInformationBox .notes ul li a:hover {
    color: #6b271c;
    text-decoration: none;
  }

  table.reservationInformationBox p {
    font-weight: normal;
  }

  /* =========================================================
 /reserve/confirmation.html　入力内容の確認
========================================================= */
  div#confirm {
    background: #ffffff;
    padding-bottom: 40px;
  }

  #confirm .mainInner section {
    width: 900px;
    margin: 0 auto;
    border: solid 1px #44221b;
    box-sizing: border-box;
  }

  #confirm .mainInner section h3 {
    width: 100%;
    height: 41px;
    margin: 0 0 20px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 41px;
    color: #ffffff;
    font-weight: bold;
    background: #44221b;
    text-align: center;
  }

  #confirm .mainInner section .confirm_area {
    width: 860px;
    height: auto;
    margin: 0 auto 20px;
    border: solid 1px #44221b;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }

  #confirm .mainInner section .confirm_area dt {
    width: 283px;
    font-size: 17px;
    letter-spacing: -0.36px;
    color: #44221b;
    box-sizing: border-box;
  }

  #confirm .mainInner section .confirm_area dd {
    width: 574px;
    font-size: 18px;
    color: #44221b;
    font-weight: bold;
    border-left: solid 1px #44221b;
    display: inline-block;
    box-sizing: border-box;
  }

  #confirm .formButton {
    width: 368px;
    margin: 0 auto 20px;
  }

  #confirm .mainInner section .confirm_area dt, #confirm .mainInner section .confirm_area dd {
    padding: 15px 10px 15px;
    min-height: 50px;
    border-bottom: solid 1px #44221b;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  #confirm .formButton button {
    width: 179px;
    margin: 0;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
  }

  #confirm .formButton button:first-of-type {
    margin-right: 10px;
    border-color: #b8857b;
    color: #b8857b;
  }

  #confirm .formButton button:first-of-type:hover {
    border-color: #44221b;
    color: #ffffff;
  }

  /* =========================================================
 /reserve/complete.html　受付完了
========================================================= */
  .completeBlock {
    border: 1px solid #44221b;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .completeText p.completeHeading {
    color: #44221b;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .completeText p:not(.completeHeading) {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
  }

  .complete {
    background-color: #ffffff;
    width: 800px;
    font-size: 18px;
    margin: 20px auto;
    cursor: pointer;
    border: 2px solid #44221b;
    height: 40px;
    line-height: 40px;
    color: #44221b;
  }

  #contentsWrapper .complete a {
    text-decoration: none;
    display: block;
  }

  .complete a:hover {
    background: #44221b;
    color: #ffffff;
  }

  .mailContents {
    display: flex;
  }

  .mailContents.therapistName .mail, .mailContents.reserveDate .mail {}

  .webHowtouseMail .therapistName .mail p:before, .webHowtouseMail .reserveDate .mail p:before {
    background: none;
  }

  .reserveDate .mailSend p:last-child {
    font-size: 15px;
    font-weight: normal;
    margin-top: 7px;
  }

  .nomenu #middleBox {
    padding-bottom: 0;
  }

  .nomenu #middleBox:before, .ie8_hack_middleBoxBefore {
    content: none;
  }

  .nomenu .fullContents {
    padding-top: 30px;
  }

  /*STEP2*/
  .reserveBlock {
    background-color: #ffffff;
  }

  /*STEP3*/
  .nomenu .reserveContentsList {
    background-color: #ffffff;
  }

  .precautionsBlock {
    width: 90%;
    margin: 0 auto 41px;
  }

  .precautionsNote p {
    line-height: 2;
  }

  form.accept-form {
    padding-bottom: 30px;
  }

  form.accept-form .receive {
    margin-bottom: 20px;
  }

  form.accept-form .receive:hover {
    opacity: 0.8;
  }

  form.accept-form button {
    background-color: transparent;
    color: #44221b;
    font-weight: bold;
    border: 2px solid #44221b;
    transition: all .5s ease;
  }

  form.accept-form button:hover {
    background-color: #44221b;
    color: #ffffff;
    transition: all .5s ease;
  }

  /*STEP6*/
  #infoContentsBox.reserveEnd {
    margin: 85px 0 10vw;
  }

  .reserveEnd .reserveContentsList {
    padding: 33px 0;
  }

  .reserveEnd .webHowtouseMenu {
    margin: 20px auto 41px;
  }

  .reserveEnd .completeText p.completeHeading {
    margin: 20px 0 30px;
  }

  .reserveEnd .completeText p:not(.completeHeading) {
    line-height: 1.8;
  }

  .reserveEnd .complete {
    margin: 40px auto;
  }

  /* 200527 */
  .reserveNote {
    margin-bottom: 47px;
  }

  .reserveNote:nth-of-type(2) {
    margin-bottom: 33px;
  }

  .precautions {
    border: 1px solid #b30000;
    box-sizing: border-box;
    width: 88%;
    margin: 0 auto;
    padding-bottom: 18px;
  }

  .precautions p:first-of-type {
    background-color: #b30000;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    font-size: 22px;
    padding: 0;
    margin: 0 auto 15px;
  }

  .webTermsText {
    text-align: left;
    width: 92%;
    margin: 0 auto;
  }

  .mailSend p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    text-align: left;
  }

  .mailSend p:nth-of-type(2) {
    text-align: right;
  }

  .mailSend span {
    font-weight: bold;
    font-size: 18px;
    margin-right: 9px;
  }

  .webGuidance .webGuidanceText p.tel::before {
    content: "";
    background: url(/img/reserve/icon_tel_red.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 36px;
    margin-right: 13px;
  }

  .reserveNote.tel a {
    color: #b30000;
    text-decoration: none;
  }

  .webHowtouseMenu.send {
    margin: 50px auto 25px;
  }

  .therapistName {
    width: 90%;
    margin: 34px auto 18px;
    flex-direction: column;
  }

  .reserveDate {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }

  .mail.notSend p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    text-align: left;
  }

  .mail.notSend p span {
    font-weight: bold;
    font-size: 18px;
    margin-right: 9px;
  }

  .mailSend.notSend p {
    text-align: left;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    padding-left: 18px;
    box-sizing: border-box;
  }

  .reserveDate .mailSend.notSend p:last-child {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
  }

  /* メルマガ */
  .magazineContentsList .webHowtouse {
    margin-top: 34px;
  }

  .magazineContentsList .mailJoin {
    margin: 50px auto 0;
  }

  .magazineContentsList .formWrapper {
    margin-top: 0;
    padding: 22px 0 45px;
  }

  .magazineContentsList .webHowtouseNote {
    margin: 31px auto;
    width: 90%;
  }

  .magazineContentsList .webHowtouseText.withQr {
    margin: 50px auto;
  }

  .magazineContentsList .webHowtouseText.withQr .webHowtouseNote {
    text-align: center;
    margin: 20px auto 48px;
  }

  .magazineContentsList .webHowtouseText.withQr .webHowtouseNote p {
    margin: 0 auto 26px;
    line-height: 1.8;
  }

  .magazineContentsList .webHowtouseText.withQr .webHowtouseNote img {}

  p.noIcon {
    padding-left: 0;
  }

  .magazineContentsList.confirm .webHowtouseText>p {
    font-size: 16px;
  }

  /* 20210115 改修 */
  .application {
    border: 1px solid #c2ad61;
    border-top: none;
    position: relative;
    padding: 35px 0;
    margin-bottom: 100px;
  }

  h4 {
    color: #c2ad61;
    font-family: heisei-mincho-std, serif;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
  }

  .application .firstCont {
    width: 72%;
    margin: 25px auto 0 33px;
  }

  h5 {
    font-size: 33px;
    font-family: heisei-mincho-std, serif;
    font-weight: bold;
  }

  .application .firstCont>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 640px;
    margin: 15px auto 13px 0;
  }

  .application .firstCont>div p {
    color: #b30000;
    font-size: 24px;
    font-weight: bold;
    width: 61%;
    line-height: 120px;
    font-family: inherit;
  }

  .application .firstCont ul {
    width: 39%;
  }

  .application .firstCont li {
    font-size: 20px;
    margin: 15px auto;
  }

  .application .secondCont {
    width: 640px;
    margin-left: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .appLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 365px;
  }

  .application .secondCont p:first-of-type {
    color: #b30000;
    font-family: heisei-mincho-std, serif;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
    /* width: 100%; */
  }

  .application .secondCont p:last-of-type {
    font-size: 18px;
    text-align: center;
    font-family: inherit;
    font-weight: normal;
    /* width: 275px; */
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .phoneImage {
    position: absolute;
    top: 103px;
    right: 6px;
    width: 260px;
  }

  .reserveContentsList h2:nth-of-type(3) {
    margin-bottom: 0;
  }

  .webGuidance .moreReadBtn {}

  .webGuidance .moreReadBtn a {
    width: 500px;
    height: 60px;
    line-height: 57px;
    font-size: 22px;
    margin-bottom: 75px;
  }

  .appBox {
    /* width: 47%; */
  }

  .appBox>img {
    width: 170px;
    margin: 0 auto 12px;
    display: block;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    padding: 13px;
  }

  .appBox a img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .appText {
    display: flex;
    flex-direction: column-reverse;
    height: 210px;
    width: 270px;
  }

}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 980px) {

  /* =========================================================
 /reserve/index.html STEP1
========================================================= */
  .reserveContentsList {
    margin: 0 auto;
  }

  .reserveList h2 {}

  .reserveContentsList p {
    font-size: 4.5vw;
  }

  .webGuidanceText, .webHowtouse, .webTermsText {
    /* margin-top: 7vw; */
    /* margin-bottom: 7vw; */
  }

  h3.webGuidanceHeading, h3.webHowtouseHeading, h3.webTermsHeading {
    background: #44221b;
    color: #ffffff;
    width: 60%;
    height: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    font-size: 4vw;
    position: absolute;
    padding: 2%;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
    text-indent: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }

  #contentsWrapper .mailSend a:hover, #contentsWrapper .webTerms a:hover, #contentsWrapper .reserveWebBlock a:hover {
    /* color: #1800ff; */
  }

  .webHowtouseText {
    padding: 0% 4%;
  }

  .webHowtouseMenu {
    margin: 3% 0 6%;
  }

  .mailSend {
    padding: 4% 0;
    width: 94%;
    margin: 0 auto;
  }

  .mailSend.notSend {
    width: 94%;
    margin: 1% auto;
    background-color: #ffffff;
    padding: 0;
  }

  .mail {}

  .mail.notSend {
    width: 94%;
    margin: 0 auto;
  }

  .webHowtouseMenu ul {
    display: flex;
    justify-content: center;
  }

  .webHowtouseMenu ul li {
    border: 2px solid #c2ad61;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 4vw;
  }

  .webHowtouseMenu ul li span:first-of-type {
    font-size: 1.5vw;
    margin-top: 0.7vw;
  }

  .webHowtouseMenu ul li span:last-of-type {
    font-weight: bold;
    font-size: 2.5vw;
  }

  .webHowtouseMenu ul li span {
    color: #c2ad61;
    line-height: 1.1;
    font-weight: bold;
  }

  li.selectMenu {
    background: #c2ad61;
  }

  .webHowtouseMenu ul li.selectMenu span {
    color: #ffffff;
  }

  .webHowtouseMenu ul li:before {
    content: "";
    display: block;
    background: url(/img/reserve/img_reserve_decoration.png);
    background-repeat: no-repeat;
    width: 1.8vw;
    height: 2vw;
    background-size: 70%;
    position: absolute;
    right: -3.5vw;
    top: 50%;
    transform: translate(0, -50%);
  }

  .webHowtouseMenu ul li:last-of-type {
    margin: 0;
  }

  .webHowtouseMenu ul li:last-of-type:before {
    content: none;
  }

  .reserveNote {
    padding: 0 2%;
    margin: 7vw auto 0;
  }

  .reserveNote.tel button {
    background: #b30000;
    border: none;
    width: 96%;
    max-width: 600px;
    height: 10vw;
    max-height: 80px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 3% 0;
    color: #ffffff;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    position: relative;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
    display: block;
  }

  .reserveNote.tel button span:before {
    content: "";
    display: inline-block;
    background: url(/img/reserve/s/img_tel.png);
    background-repeat: no-repeat;
    width: 6vw;
    height: 6vw;
    background-size: contain;
    position: absolute;
    right: calc(50% + 21.5vw);
    top: 50%;
    transform: translate(0, -56%);
  }

  .webGuidance p, .webHowtouse p, .webTerms p {
    color: #333333;
  }

  .webTermsText {
    margin: 7vw auto 0;
    width: 95%;
  }

  .webTermsText p:nth-of-type(n+2) {}

  .reserveContentsList .webTermsText p, .magazineContentsList .webTermsText p {
    font-size: 3.44vw;
    line-height: 1.4;
    margin-bottom: 3%;
    padding-left: 4%;
    text-align: left;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    box-sizing: border-box;
  }

  .webTermsText p span {
    display: inline-block;
    text-indent: -3.5vw;
    font-size: 2.8vw;
  }

  .webTerms .textInterval p {
    margin: 0;
  }

  .webTermsText a {
    font-size: 100%;
  }

  .webTerms {
    padding-bottom: 10%;
  }

  .mailFormBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 1% 0;
  }

  .mailFormBtn input[type="mail"] {
    padding: 2%;
    border: 2px solid #44221b;
    font-size: 2.8vw;
  }

  .mailFormBtn button {
    width: 24%;
    height: 8vw;
    line-height: 8vw;
    background-color: #c2ad61;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.8vw;
    border: none;
  }

  .reserveContentsList .mailSend p, .magazineContentsList .mailSend p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.5vw;
    font-weight: 300;
    text-align: left;
  }

  .reserveContentsList .mail.notSend p {
    text-align: left;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.5vw;
    font-weight: 300;
  }

  .mail P:before {
    content: "";
    display: inline-block;
    background: url(/img/reserve/s/img_mail.png) center;
    background-repeat: no-repeat;
    width: 3.5vw;
    height: 3.5vw;
    background-size: 100%;
    position: absolute;
    left: -5vw;
    top: 50%;
    transform: translate(0, -50%);
  }

  .mail.notSend P:before {
    background: none;
  }

  .mailSend a {
    font-size: 100%;
  }

  .webHowtouseNote {
    margin: 4% 0;
    font-family: noto-sans-cjk-jp, sans-serif;
  }

  .precautions {
    margin: 4% 0;
    border: 1px solid #b30000;
    border-top: none;
    box-sizing: border-box;
    padding-bottom: 2vw;
  }

  .precautions p {}

  .reserveContentsList .webHowtouseNote p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    text-indent: -3vw;
    padding-left: 3vw;
    box-sizing: border-box;
    margin-bottom: 2vw;
  }

  .precautions a {
    font-size: 100%;
  }

  .reserveNote.tel a {
    font-size: 9vw;
    color: #b30000;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }

  .webHowtouseText p.textRed a, .webHowtouseText .webHowtouseNote p a {
    font-size: 100%;
    font-weight: bold;
    color: #b30000;
  }

  .textInterval {
    margin-bottom: 3%;
  }

  /* =========================================================
 /reserve/confirm.html STEP2
========================================================= */
  #contentsWrapper.confirm .webHowtouseMenu {
    margin: 7% 0 2%;
  }

  #contentsWrapper.reserve .webHowtouseMenu ul li {
    width: 7vw;
    height: 7vw;
  }

  #contentsWrapper.reserve .webHowtouseMenu ul li span {
    line-height: 1;
  }

  #contentsWrapper.reserve .webHowtouseMenu ul li span:first-of-type {
    font-size: 3.2vw;
    margin-top: 1.8vw;
  }

  #contentsWrapper.reserve .webHowtouseMenu ul li span:first-of-type::before {
    content: "STEP";
    font-size: 1.8vw;
    position: absolute;
    top: 1.3vw;
    left: 0;
    right: 0;
    text-align: center;
  }

  #contentsWrapper.reserve .webHowtouseMenu ul li span:last-of-type {
    display: none;
  }

  #contentsWrapper.reserve .webHowtouseMenu ul li:before {
    right: -3.3vw;
    top: 3.5vw;
  }

  .reserveBlock {
    /* padding-bottom: 10%; */
    background-color: #ffffff;
    margin: 7vw auto;
  }

  .reserveWebBlock {
    width: 90%;
    margin: 8vw auto 10vw;
  }

  .reserveText {
    margin-bottom: 4%;
  }

  .reserveWebBlock p {
    font-size: 3.5vw;
    line-height: 1.4;
    font-weight: normal;
  }

  .reserveWebBlock a {
    font-size: 100%;
    font-weight: normal;
  }

  /* =========================================================
 /reserve/precautions.html STEP3
========================================================= */
  .precautionsHeading p {}

  .precautionsNote {
    margin-bottom: 6%;
  }

  .precautionsNote p {
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 1.6;
  }

  .reserveContentsList article {
    background: #ffffff;
    padding: 6% 0 2%;
    /* margin-bottom: 10%; */
  }

  .precautionsText {
    padding: 0 4%;
  }

  .receive {
    font-size: 120%;
  }

  input[type=checkbox] {
    vertical-align: bottom;
    width: 4vw;
    height: 4vw;
  }

  .receivePage {
    border: 2px solid #44221b;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }

  .receivePage p {
    text-align: center;
    cursor: pointer;
    color: #44221b;
  }

  #contentsWrapper .receivePage a {
    text-decoration: none;
    display: block;
    font-size: 100%;
  }

  .receivePage {
    border: 2px solid #44221b;
    height: 40px;
    line-height: 40px;
    margin: 8% 0;
  }

  /* =========================================================
 /reserve/reservation.html STEP4
========================================================= */
  #contentsWrapper.correction {
    padding-top: 0%;
  }

  #contentsWrapper.correction .webHowtouseMenu {
    padding-top: 4%;
    margin-top: 0;
  }

  table.web_rsv_input_table {
    display: flex;
    flex-direction: column;
  }

  table.web_rsv_input_table tr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  table.web_rsv_input_table td {
    font-size: 80%;
    background: #ffffff;
  }

  th {
    background: #44221b;
    color: #ffffff;
    padding: 2.5% 1%;
    box-sizing: border-box;
  }

  th .textRed {
    font-size: 80%;
    line-height: 1.6;
  }

  td {}

  .notes ul {
    margin-bottom: 3%;
  }

  .notes li, .notes p {
    font-size: 2.5vw;
    line-height: 1.4;
    padding-left: 4%;
    width: 100%;
    box-sizing: border-box;
  }

  .notes li span, .notes p span {
    display: inline-block;
    text-indent: -16px;
  }

  td.optionList {
    display: flex;
    flex-direction: column;
  }

  td.optionList .opt {
    margin-bottom: 2%;
    font-size: 110%;
  }

  td.optionList .opt:last-of-type {
    margin: 0;
  }

  td.optionList input[type=checkbox] {
    transform: scale(1.2);
  }

  input[type="text"], input[type="tel"], select, textarea {
    width: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
    font-size: 100%;
  }

  table.web_rsv_input_table .mail {
    background-color: transparent;
    color: #333333;
    font-size: 100%;
    padding: 3%;
  }

  .notes p:last-of-type {
    margin-bottom: 3%;
  }

  .notes a {
    font-size: 100%;
    color: #1800ff;
    font-weight: bold;
  }

  .selectTime {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  select.select_rsv_time {
    width: 35%;
    padding: 0 2%;
    vertical-align: bottom;
  }

  table.web_rsv_input_table textarea {
    height: 100px;
  }

  .button-area {
    display: flex;
    justify-content: center;
    background: #ffffff;
    padding: 10% 0;
    margin-bottom: 20%;
  }

  .button-area button {
    background: #ffffff;
    color: #44221b;
    border: 2px solid #44221b;
    width: 70%;
    padding: 3% 2%;
  }

  /* =========================================================
 /reserve/confirmation.html STEP5
========================================================= */
  .confirmation .mainInner section {
    background: #ffffff;
  }

  .confirmation h3 {
    background: #44221b;
    color: #ffffff;
    font-size: 100%;
    text-align: center;
    padding: 4% 2%;
    text-indent: 0;
  }

  .confirmArea {
    border: 1px solid #44221b;
    margin: 3% 2%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }

  .confirmArea dt {
    margin: 4% 3%;
  }

  .confirmArea dt span {
    display: block;
    border-bottom: 1px solid #b8857b;
    margin: 4% auto 0;
  }

  .confirmArea dd {
    margin: 0 3%;
    color: #44221b;
    font-weight: bold;
    font-size: 95%;
  }

  .confirmNote:after {
    content: "";
    display: block;
    border-bottom: 1px solid #44221b;
    margin-top: 3%;
  }

  .confirmation .formButton {
    display: flex;
    justify-content: center;
    padding-bottom: 5%;
    margin: 6% 10%;
  }

  .confirmation .formButton button {
    border: 2px solid #44221b;
    background: #ffffff;
    color: #44221b;
    width: 45%;
    font-weight: bold;
    font-size: 90%;
    padding: 2% 0;
  }

  .formButton button:first-of-type {
    margin-right: 4%;
    border-color: #b8857b;
    color: #b8857b;
  }

  .confirmation .formButton button:hover {
    background: #44221b;
    color: #ffffff;
  }

  .confirmation .formButton button:first-of-type:hover {
    border-color: #44221b;
  }

  /* =========================================================
 /reserve/complete.html STEP6
========================================================= */
  .completeBlock {
    border: 1px solid #44221b;
    background: #ffffff;
    padding: 4%;
    text-align: center;
    margin: 0% 2% 10%;
  }

  .completeText p.completeHeading {
    color: #44221b;
    font-weight: bold;
    font-size: 150%;
    margin: 4% 0;
  }

  .completeText p:not(.completeHeading) {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
  }

  .complete {
    background-color: #ffffff;
    width: 80%;
    margin: 5% auto;
    cursor: pointer;
    border: 2px solid #44221b;
    height: 40px;
    line-height: 40px;
    color: #44221b;
  }

  .reserveContentsList p, .webGuidanceText.mailSub p {
    font-family: heisei-mincho-std, serif;
    font-weight: bold;
    text-align: center;
  }

  #contentsWrapper .complete a {
    text-decoration: none;
    display: block;
    font-weight: bold;
  }

  @media only screen and (max-width: 360px) and (min-width: 321px) {
    .reserveNote.tel button span:before {
      background-size: 45%;
      right: 69%;
      top: 13px;
    }
  }

  @media screen and (max-width: 320px) {
    #contentsWrapper.reserve .webHowtouseMenu ul li {
      width: 35px;
      height: 35px;
    }

    #contentsWrapper.reserve .webHowtouseMenu ul li:before {
      right: -17px;
      top: 11px;
    }

    #contentsWrapper.reserve .webHowtouseMenu ul li span {
      line-height: 1.1;
    }

    #contentsWrapper.reserve .webHowtouseMenu ul li span:first-of-type {
      font-size: 60%;
    }

    #contentsWrapper.reserve .webHowtouseMenu ul li span:last-of-type {
      font-size: 80%;
    }

    .precautionsHeading p {
      font-size: 130%;
    }

    .reserveNote.tel button span:before {
      background-size: 45%;
      right: 71%;
      top: 12px;
    }
  }

  #topImg {
    display: none;
  }

  .webHowtouseMenu.send ul li span:first-of-type {}

  .webHowtouseMenu.send ul li span:last-of-type {
    font-size: 3.5vw;
    margin-top: 0;
  }

  .reserveContentsList .webHowtouseMenu:not(.forSp) ul li span:first-of-type {
    font-size: 3vw;
    margin-top: 0;
    text-align: center;
  }

  .reserveContentsList .webHowtouseMenu:not(.forSp) ul li span:first-of-type::before {
    content: "STEP";
    display: block;
    font-size: 2vw;
  }

  .reserveContentsList .webHowtouseMenu:not(.forSp) ul li span:last-of-type {
    display: none;
  }

  .reservationInformationBox tr {
    display: table !important;
    width: 100%;
    margin-bottom: 1%;
    border: 1px solid #44221b;
    box-sizing: border-box;
  }

  .reservationInformationBox tr th {
    font-size: 3vw;
    width: 40%;
    /* height: 100%; */
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
  }

  .reservationInformationBox tr th span {
    font-size: 2.5vw;
    color: red;
    margin-left: 3%;
  }

  .reservationInformationBox tr td {
    width: 60%;
    font-size: 3.2vw;
    border-left: none;
    box-sizing: border-box;
    padding: 2.5% 1.5%;
    display: table-cell;
    vertical-align: middle;
  }

  .reservationInformationBox tr td span, .reservationInformationBox tr td label {
    font-size: 3.2vw;
    font-weight: normal;
  }

  .inputInformation .formButton button {
    background-color: #ffffff;
    display: block;
    width: 85%;
    font-weight: bold;
    font-size: 3vw;
    border: 2px solid #44221b;
    height: 7vw;
    line-height: 7vw;
    color: #44221b;
    border-radius: 6px;
    box-shadow: 1px 3px 0px -1px #333333;
    box-sizing: border-box;
    margin: 5% auto;
  }

  .nomenu #header {
    padding: 2.5% 0;
  }

  .nomenu #footerEnd {
    padding-top: 8vw;
  }

  .nomenu .headerInfo {
    display: none;
  }

  .nomenu .reserveContentsList {
    padding-top: 2.5%;
    padding-bottom: 7%;
  }

  .nomenu .mainContent {
    padding: 2% 0;
    background-color: #ffffff;
    /* border: 1px solid #120806; */
  }

  select {
    height: 7vw;
    font-size: 3vw;
    padding: 0 2%;
  }

  textarea {
    height: 18vw;
  }

  .reserveList {
    padding-bottom: 7%;
  }

  /* STEP3 */
  .precautionsHeading p {
    color: #6b271c;
    font-size: 3.7vw;
    font-weight: bold;
    text-align: center;
    margin: 8% auto;
  }

  form.accept-form {
    padding-bottom: 30px;
  }

  form.accept-form .receive {
    margin-bottom: 5%;
    text-align: center;
  }

  form.accept-form .receive label {
    font-size: 3.2vw;
    font-weight: normal;
  }

  form.accept-form button {
    background-color: transparent;
    color: #44221b;
    font-weight: bold;
    border: 1px solid #44221b;
    border-bottom-width: 4px;
    height: 8vw;
    font-size: 2.8vw;
  }

  /* STEP5 */
  dl.confirm_area {
    width: 60%;
    margin: 8% auto;
    color: #44221b;
  }

  dl.confirm_area dt {
    margin-bottom: 3%;
    font-size: 3vw;
  }

  dl.confirm_area dd {
    margin-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7;
    border-bottom: 1px solid;
    font-weight: normal;
  }

  dl.confirm_area+form .formButton {
    width: 50%;
    margin: 0 auto 7%;
  }

  dl.confirm_area+form .formButton button {
    font-size: 3.3vw;
    padding: 2% 4%;
    width: 47%;
    font-weight: bold;
  }

  dl.confirm_area+form .formButton button:first-of-type {}

  dl.confirm_area+form .formButton button:last-of-type {
    color: #44221b;
  }

  /* STEP6 */
  .reserveEnd {
    height: 84vh;
  }

  .reserveEnd .reserveContentsList {
    padding-top: 8%;
  }

  .reserveEnd .webHowtouseMenu {
    margin: 0 0 7%;
  }

  .reserveEnd .completeText p.completeHeading {
    font-size: 5.5vw;
  }

  .reserveEnd .completeText p:not(.completeHeading) {
    font-size: 3.5vw;
  }

  .reserveEnd .complete {
    height: 7vw;
    line-height: 7vw;
    background-color: #44221b;
  }

  .reserveEnd .complete a {
    font-size: 3.2vw;
    color: #ffffff
  }

  /* 200527 */
  .webGuidanceText p:nth-of-type(odd) {
    line-height: 1.8;
  }

  .webGuidanceText p:nth-of-type(even) {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    font-size: 2.5vw;
  }

  .reserveNote.tel {
    margin: 0 auto;
  }

  .webGuidanceText p.tel a::before {
    content: "";
    background: url(/img/reserve/icon_tel_red.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 4.5vw;
    height: 6.5vw;
    margin-right: 1.3vw;
  }

  .precautions p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    font-size: 3.2vw;
    text-align: left;
    margin-bottom: 1vw;
    padding: 0 4.5vw;
    box-sizing: border-box;
    line-height: 1.5;
  }

  .precautions p:first-of-type {
    font-weight: normal;
    background-color: #b30000;
    color: #ffffff;
    font-size: 3.44vw;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 3vw;
  }

  .webHowtouseText .webHowtouseNote p a {
    color: #333333;
    font-weight: 300;
  }

  .mailFormBtn input {
    width: 76%;
    height: 8vw;
    line-height: 8vw;
    box-sizing: border-box;
  }

  .reserveContentsList .mailSend p:last-of-type {
    text-align: right;
  }

  .reserveContentsList .mailSend p span, .reserveContentsList .mail.notSend p span, .magazineContentsList .mailSend p span {
    font-weight: bold;
    font-size: 3vw;
    margin-right: 1vw;
  }

  .formWrapper {
    margin: 0 auto;
    padding: 3.5vw 0 5vw;
  }

  .reserveContentsList .mailSend.notSend p {
    font-weight: bold;
    font-size: 3.8vw;
    text-align: left;
    box-sizing: border-box;
    height: 8vw;
    line-height: 8vw;
    padding-left: 2.5vw;
  }

  .therapistName, .reserveDate {
    margin: 4% 0 0;
  }

  /* メルマガ */
  .webGuidanceText.mailSub p {
    font-size: 3.6vw;
  }

  .mailJoin {
    margin: 5vw auto 0;
  }

  .webHowtouse .mailJoin p {
    text-indent: -3.8vw;
    padding-left: 3.8vw;
    line-height: 1.8;
    margin-bottom: 1vw;
    font-size: 3.44vw;
  }

  .webHowtouseText.withQr {
    margin: 7vw auto;
    text-align: center;
  }

  .webHowtouseText.withQr .webHowtouseNote p {
    line-height: 1.7;
    margin-bottom: 5vw;
    font-size: 3.44vw;
  }

  .webHowtouseText.withQr img {
    margin: 3vw auto;
    width: 30%;
    height: auto;
  }

  .headingBlock.subHeading {
    margin-top: 7vw;
  }

  .webTermsText p.noIcon {
    padding-left: 0;
  }

  .magazineContentsList.confirm .webHowtouseText {}

  .magazineContentsList.confirm .webHowtouseText>p {
    font-size: 3.44vw;
  }

  /* 20210115 改修 */
  .application {
    border: 1px solid #c2ad61;
    position: relative;
    padding: 4.5vw 0;
    width: 97%;
    margin: 1.5% auto 7vw;
  }

  h4 {
    color: #c2ad61;
    font-family: heisei-mincho-std, serif;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
  }

  .application .firstCont {
    width: 90%;
    margin: 5vw auto 0;
  }

  h5 {
    color: #c2ad61;
    font-size: 5vw;
    font-family: heisei-mincho-std, serif;
    font-weight: bold;
    line-height: 1.5;
  }

  .application .firstCont>div {
    width: 100%;
    margin: 3vw auto 2.5vw;
  }

  .application .firstCont>div p {
    color: #b30000;
    font-family: inherit;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: left;
  }

  .application .firstCont ul {
    margin: 3vw auto 6vw;
  }

  .application .firstCont li {
    font-size: 3.44vw;
    line-height: 1.8;
  }

  .application .secondCont {
    width: 90%;
    margin: 5vw auto 0;
  }

  .appLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5vw;
  }

  .appLink .appBox:first-of-type a {}

  .application .secondCont p:first-of-type {
    color: #b30000;
    font-family: heisei-mincho-std, serif;
    font-size: 11vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }

  .application .secondCont p:last-of-type {
    font-size: 3vw;
    text-align: center;
  }

  .phoneImage {
    position: absolute;
    top: 13vw;
    right: 3vw;
    width: 31vw;
  }

  .appBox {
    height: 12vw;
  }

  .appBox>img {
    display: none;
  }

  .appBox a img {
    height: 100%;
    width: auto;
  }

  .webGuidance .moreReadBtn {
    width: 85%;
  }

}
