@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

body {
  font-feature-settings: normal;
}
body > img {
  display: none;
  width: 0;
  height: 0;
  vertical-align: top;
}
body > .p-container > .p-footer .p-footer__copyright {
  background: none;
}

.h-text {
  padding: 2vw 4.6666666667vw;
  text-align: right;
  color: #fff;
}
.h-text .inner-logo {
  position: relative;
  float: left;
  width: 24.2666666667vw;
}
.h-text .inner-text {
  font-size: 3.0666666667vw;
}

.h-title {
  margin: 0 4.6666666667vw;
  padding-top: 5.3333333333vw;
}

.h-lead2 {
  margin: 5.3333333333vw 4.6666666667vw 0;
  line-height: 1.5;
  font-size: 4vw;
  color: #6a6a6a;
}

.p-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.3333333333vw;
  color: #fff;
  font-size: 3.0666666667vw;
}

.yui-skin-sam .yui-calcontainer {
  margin: 0 1%;
  width: 98% !important;
  min-width: 300px !important;
  font-size: 1.2rem !important;
}
.yui-skin-sam .yui-calcontainer .title {
  border-top: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
}
.yui-skin-sam .yui-calcontainer .title::after {
  display: none;
}
.yui-skin-sam .yui-calcontainer .yui-calendar {
  width: 100% !important;
}
.yui-skin-sam .yui-calcontainer .calnavright {
  top: -10px !important;
  right: 0;
  width: 20px !important;
  height: 20px !important;
  background: url(http://www.theclinic.jp/m/img/tc_navi04.png) no-repeat;
  background-size: 20px !important;
  cursor: pointer;
}
.yui-skin-sam .yui-calcontainer .calnavleft {
  width: 20px !important;
  height: 20px !important;
  background-size: 20px !important;
}

.input .m-form {
  background: linear-gradient(#fff, #e1dcd7);
}
.input .m-form legend {
  display: none;
}
.input .m-form.is-decorate {
  background: linear-gradient(#fff, #e1dcd7);
}
.input .input-form {
  margin: 0;
}
.input .input-form-wrapper .input-form-input-table {
  border-radius: 0.5333333333vw;
  border: 0.2666666667vw solid #a2a2a2;
}
.input .input-form-wrapper .input-form-input-item {
  border-right: 0.2666666667vw solid #a2a2a2;
  border-bottom: 0.2666666667vw solid #a2a2a2;
}
.input .input-form-wrapper .input-form-input-item label {
  font-size: 4vw;
}
.input .input-form-wrapper .input-form-input-item:nth-child(even) {
  border-right: 0;
}
.input .input-form-wrapper .input-form-item {
  margin-top: 0.5333333333vw;
  border-top: 0;
}
.input .input-form-wrapper .input-form-item .item-inner {
  padding: 5.3333333333vw 4.6666666667vw 4vw;
}
.input .input-form-wrapper .input-form-item .input-form-label {
  margin-bottom: 5.3333333333vw;
}
.input .input-form-wrapper .input-form-item .input-form-label label {
  line-height: 1;
  font-size: 5vw;
  color: #585858;
}
.input .input-form-wrapper .input-form-item:first-child {
  margin-top: 1.0666666667vw;
}
.input .input-form-wrapper .input-form-item:last-child {
  border-bottom: 0;
}
.input .input-form-wrapper .input-form-item:nth-child(odd), .input .input-form-wrapper .input-form-item.odd.odd, .input .input-form-wrapper .input-form-item:nth-child(even), .input .input-form-wrapper .input-form-item.even.even {
  background-color: none;
  background: rgba(255, 255, 255, 0.7);
}
.input .input-form-wrapper textarea,
.input .input-form-wrapper input[type='text'],
.input .input-form-wrapper input[type='email'],
.input .input-form-wrapper input[type='submit'],
.input .input-form-wrapper input[type='number'],
.input .input-form-wrapper input[type='tel'] {
  padding: 2.8vw 3.6vw;
  border-radius: 1.0666666667vw;
  border: 0.2666666667vw solid #a2a2a2;
}
.input .input-form-wrapper input::placeholder,
.input .input-form-wrapper textarea::placeholder {
  color: #bdb9b7;
}
.input .input-form-wrapper .contents td {
  display: block;
  width: 100%;
}
.input .input-form-wrapper .contents td:first-child {
  border-bottom: 0.2666666667vw solid #a2a2a2;
}
.input .input-form-wrapper .date .input-form-label small {
  font-size: 3.7333333333vw;
}
.input .input-form-wrapper .date .input-form-input input[type='text'] {
  font-size: 4.3333333333vw;
}
.input .input-form-wrapper .date .input-form-input select {
  margin-left: 0;
  padding: 0 1.8666666667vw;
  width: 37vw;
  height: 12vw;
  border: 0.2666666667vw solid #c7bcb5;
  border-radius: 1.0666666667vw;
  font-size: 3.7333333333vw;
  color: #7f7875;
}
.input .input-form-wrapper .date .input-form-input + .input-form-input {
  margin-top: 5vw;
}
.input .required .input-form-label label::after {
  content: '';
  float: right;
  padding-top: 8.5%;
  width: 16.4vw;
  background: url(../../../m/img/versatility_mail_form_required_ok.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .required .is-empty::before {
  background-color: inherit;
}
.input .required.is-empty .input-form-label label::after {
  content: '';
  float: right;
  padding-top: 8.5%;
  width: 13.4666666667vw;
  background: url(../../../m/img/versatility_mail_form_required.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .required.err .input-form-label label::after {
  content: '';
  float: right;
  padding-top: 8.5%;
  width: 13.4666666667vw;
  background: url(../../../m/img/versatility_mail_form_required_ng.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .input-form-counter {
  background: url(../../../m/img/versatility_mail_form_counter_bg.png) right 1.3333333333vw bottom 1.3333333333vw no-repeat #fff;
}
.input .input-form-text {
  margin: 6.1333333333vw 5.6vw 0;
  line-height: 1.5;
  font-size: 3.7333333333vw;
}
.input .input-form-text a {
  color: #7f7875;
  text-decoration: underline;
}
.input .input-form-button {
  padding: 16vw 0 53.3333333333vw;
}
.input .input-form-privacy {
  display: none;
  border-top: 0.2666666667vw solid #e3e3e3;
  background: #e1dcd7;
  background-size: contain;
}
.input .input-form-privacy-inner {
  box-sizing: border-box;
  height: 100%;
  padding: 4vw 4.6666666667vw 13.3333333333vw;
  color: #918c88;
}
.input .input-form-privacy .main-title {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 4.6666666667vw;
  color: #7f7875;
}
.input .input-form-privacy .title {
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 2.6666666667vw;
  color: #7f7875;
}
.input .input-form-privacy .text,
.input .input-form-privacy .item {
  line-height: 1.5;
  font-size: 2.6666666667vw;
}
.input .input-form-privacy .list {
  counter-reset: list;
  margin-bottom: 2.6666666667vw;
}
.input .input-form-privacy .item {
  margin-left: 6.6666666667vw;
  text-indent: -6.6666666667vw;
}
.input .input-form-privacy .item:nth-child(n)::before {
  content: "（" counter(list) "）";
  counter-increment: list;
}
.input .input-form-privacy .text {
  margin-bottom: 2.6666666667vw;
}
.input .input-form-privacy .text + .text,
.input .input-form-privacy .text + .list {
  margin-top: 2.6666666667vw;
}
.input .input-form-privacy .text.date {
  text-align: right;
}
.input .input-form-privacy .text + .title,
.input .input-form-privacy .list + .title {
  margin-top: 4.6666666667vw;
}
.input .input-form-privacy #reception dt,
.input .input-form-privacy #reception dd {
  line-height: 1.5;
  font-size: 2.6666666667vw;
}
.input .input-form-privacy #reception dl {
  display: flex;
}
.input .input-form-privacy #reception a {
  color: #918c88;
}
.input .input-form-privacy.is-decorate {
  background: #e1dcd7;
}

.send .h-title {
  padding: 5.3333333333vw 0;
}
.send .m-form {
  margin: 0 4.6666666667vw;
}
.send .m-lead {
  margin-bottom: 4vw;
  line-height: 1.5333333333;
  font-size: 4vw;
  color: #7f7875;
}
.send .m-address {
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667vw;
  border: 0.2666666667vw solid #c7bcb5;
  background: #473f3d;
}
.send .m-address > * {
  display: flex;
  align-items: center;
  padding: 2.6666666667vw;
  min-height: 13.3333333333vw;
  box-sizing: border-box;
}
.send .m-address-title {
  width: 21.6vw;
  text-align: center;
  line-height: 1.25;
  font-size: 3.2vw;
  color: #fff;
}
.send .m-address-contents {
  width: 68.5333333333vw;
  background: #f2f2f3;
  line-height: 1.1428571429;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #de5361;
  word-break: break-all;
}
.send .recieve-message {
  line-height: 1.4615384615;
  font-size: 3.4666666667vw;
  color: #7f7875;
}
.send .m-careful {
  margin: 6vw 0 9.3333333333vw;
}
.send .m-careful__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.4666666667vw;
  background: #ed7b79;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #fff;
}
.send .m-careful__title::before, .send .m-careful__title::after {
  content: '';
  display: block;
  width: 7.2vw;
  height: 6.4vw;
  background: url(../../../m/img/form_send_careful_title_bg.png) left center no-repeat;
  background-size: 7.2vw;
}
.send .m-careful__title::before {
  margin-right: 4vw;
}
.send .m-careful__title::after {
  margin-left: 4vw;
}
.send .m-careful__inner {
  padding: 4vw;
  background: #f6f4f2;
}
.send .m-careful__text1, .send .m-careful__text2 {
  text-align: center;
}
.send .m-careful__text1 {
  margin-bottom: 20px;
  line-height: 1.4666666667;
  font-size: 4vw;
  font-weight: bold;
  color: #ed7b79;
}
.send .m-careful__clinic {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
.send .m-careful__clinic > * {
  text-align: center;
  line-height: 1;
}
.send .m-careful__clinic__name {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.send .m-careful__clinic__tel {
  font-size: 6.1333333333vw;
  font-weight: bold;
  color: #ed7b79;
}
.send .m-careful__text2 {
  line-height: 1.4285714286;
  font-size: 3.7333333333vw;
}
.send .m-button {
  margin: 13.3333333333vw 0 32vw;
}

.curves-lipo .h-text {
  background: #584f4c;
}
.curves-lipo .p-footer {
  background: #584f4c;
}

.muscle-lipo .h-text {
  background: #34414c;
}
.muscle-lipo .p-footer {
  background: #34414c;
}

.bridal-lipo .h-text {
  background: #827774;
}
.bridal-lipo .p-footer {
  background: #827774;
}
.bridal-lipo .m-button-item.top {
  box-shadow: 1.3333333333vw 1.6vw 2.6666666667vw 0 #c4c1bf;
}

.\33\36\30 -lipo .p-footer {
  background: #212121;
}
.\33\36\30 -lipo.counseling .h-text {
  background: #3c7f8e;
}
.\33\36\30 -lipo.monitor .h-text {
  background: #be4b67;
}
.\33\36\30 -lipo .m-button-item.top {
  box-shadow: 1.3333333333vw 1.6vw 2.6666666667vw 0 #7f7f7f;
}

.upward-breast-pa .h-text {
  background: #202020;
}
.upward-breast-pa .h-text .inner-text {
  color: #ccb9ac;
}
.upward-breast-pa .p-footer {
  background: #202020 !important;
}

.upward-breast-pb .h-text {
  background: #e5bdc5;
}
.upward-breast-pb .h-text .inner-text {
  color: #68552e;
}
.upward-breast-pb .p-footer {
  background: #e5bdc5 !important;
}
.upward-breast-pb .m-button-item.top {
  margin: 0 auto;
  width: 100vw;
}

/*# sourceMappingURL=versatility_mail.css.map */
