@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 > .l-container > .p-header {
  display: block;
  padding-bottom: 0;
  background: none;
}
body > .l-container > .p-header::before {
  content: none;
}
body .l-container > .p-footer .p-footer__copyright {
  padding-top: 0;
  height: auto;
  font-size: 12px;
}
body > .p-container > .p-footer .p-footer__copyright {
  background: none;
}

.h-text {
  margin: 0 auto;
  padding: 20px 40px;
  width: 988px;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
}
.h-text .inner-logo {
  position: relative;
  float: left;
}
.h-text .inner-logo img {
  width: 105.3333333333px;
  height: 11.3333333333px;
}
.h-text .inner-text {
  font-size: 12px;
}

.h-title {
  padding-top: 40px;
  text-align: center;
}

.h-lead,
.h-lead2 {
  margin: 40px auto;
  width: 908px;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  color: #6a6a6a;
}

.m-form {
  margin: 0 auto;
  width: 908px;
}

.p-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 988px;
  height: 35px;
  color: #fff;
  font-size: 12px;
}

.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: none;
}
.input .m-form legend {
  display: none;
}
.input .m-form.is-decorate {
  background: none;
}
.input .input-form {
  margin: 0;
}
.input .input-form-wrapper .input-form-input-table {
  border-radius: 2px;
  border: 1px solid #a2a2a2;
}
.input .input-form-wrapper .input-form-input-item {
  border-right: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}
.input .input-form-wrapper .input-form-input-item label {
  font-size: 15px;
}
.input .input-form-wrapper .input-form-input-item:nth-child(even) {
  border-right: 0;
}
.input .input-form-wrapper .input-form-item {
  margin-top: 2px;
  border-top: 0;
}
.input .input-form-wrapper .input-form-item .item-inner {
  padding: 20px 17.5px 15px;
}
.input .input-form-wrapper .input-form-item .input-form-label {
  margin-bottom: 20px;
}
.input .input-form-wrapper .input-form-item .input-form-label label {
  line-height: 1;
  font-size: 18px;
  color: #585858;
}
.input .input-form-wrapper .input-form-item:first-child {
  margin-top: 4px;
}
.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: 12px 14px;
  border-radius: 4px;
  border: 1px 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: 1px solid #a2a2a2;
}
.input .input-form-wrapper .date .input-form-label small {
  font-size: 14px;
}
.input .input-form-wrapper .date .input-form-input input[type='text'] {
  font-size: 16px;
}
.input .input-form-wrapper .date .input-form-input select {
  margin-left: 5px;
  padding: 0 7px;
  width: 139px;
  height: 32px;
  border: 1px solid #c7bcb5;
  border-radius: 4px;
  font-size: 14px;
  color: #7f7875;
}
.input .input-form-wrapper .date .input-form-input + .input-form-input {
  margin-top: 18px;
}
.input .required .input-form-label label::after {
  content: '';
  float: right;
  padding-top: 8.5%;
  width: 61.5px;
  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: 50.5px;
  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: 50.5px;
  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 5px bottom 5px no-repeat #fff;
}
.input .input-form-text {
  margin: 23px 21px 0;
  line-height: 1.5;
  font-size: 14px;
}
.input .input-form-text a {
  color: #7f7875;
  text-decoration: underline;
  cursor: pointer;
}
.input .input-form-button {
  padding: 60px 0 200px;
}
.input .input-form-privacy {
  display: none;
  border-top: 1px solid #e3e3e3;
  background: #e1dcd7;
  background-size: contain;
}
.input .input-form-privacy-inner {
  box-sizing: border-box;
  height: 100%;
  padding: 15px 17.5px 50px;
  color: #918c88;
}
.input .input-form-privacy .main-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17.5px;
  color: #7f7875;
}
.input .input-form-privacy .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #7f7875;
}
.input .input-form-privacy .text,
.input .input-form-privacy .item {
  line-height: 1.5;
  font-size: 10px;
}
.input .input-form-privacy .list {
  counter-reset: list;
  margin-bottom: 10px;
}
.input .input-form-privacy .item {
  margin-left: 25px;
  text-indent: -25px;
}
.input .input-form-privacy .item:nth-child(n)::before {
  content: "（" counter(list) "）";
  counter-increment: list;
}
.input .input-form-privacy .text {
  margin-bottom: 10px;
}
.input .input-form-privacy .text + .text,
.input .input-form-privacy .text + .list {
  margin-top: 10px;
}
.input .input-form-privacy .text.date {
  text-align: right;
}
.input .input-form-privacy .text + .title,
.input .input-form-privacy .list + .title {
  margin-top: 17.5px;
}
.input .input-form-privacy #reception dt,
.input .input-form-privacy #reception dd {
  line-height: 1.5;
  font-size: 10px;
}
.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: 40px 0;
}
.send .h-lead {
  margin: 40px auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #c7bcb4;
  line-height: 1.25;
  font-size: 24px;
  font-weight: bold;
  color: #7e7774;
}
.send .m-form {
  width: 684px;
}
.send .m-lead {
  margin-bottom: 15px;
  line-height: 1.8333333333;
  font-size: 12px;
  color: #7f7875;
}
.send .m-address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 2px solid #6b6562;
  background: #473f3d;
}
.send .m-address > * {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px;
  min-height: 60px;
  box-sizing: border-box;
}
.send .m-address-title {
  width: 133px;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 14px;
  color: #fff;
}
.send .m-address-contents {
  width: 551px;
  background: #f2f2f3;
  line-height: 1.3888888889;
  font-size: 18px;
  font-weight: bold;
  color: #de5361;
  word-break: break-all;
}
.send .recieve-message {
  line-height: 1;
  font-size: 11px;
  color: #7f7875;
}
.send .m-careful {
  margin-top: 30px;
}
.send .m-careful__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 38px;
  background: #ec7c78;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.send .m-careful__title::before, .send .m-careful__title::after {
  content: '';
  display: block;
  width: 27px;
  height: 24px;
  background: url(../../../m/img/form_send_careful_title_bg.png) left center no-repeat;
  background-size: 27px;
}
.send .m-careful__title::before {
  margin-right: 13px;
}
.send .m-careful__title::after {
  margin-left: 13px;
}
.send .m-careful__inner {
  padding: 15px 20px 20px;
  background: #f6f4f2;
}
.send .m-careful__text1, .send .m-careful__text2 {
  margin: 0;
  text-align: center;
  font-size: 13px;
}
.send .m-careful__text1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #ec7c78;
}
.send .m-careful__clinic {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
.send .m-careful__clinic > * {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.send .m-careful__clinic__name {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #7f7875;
}
.send .m-careful__clinic__tel {
  font-size: 20px;
  font-weight: bold;
  color: #ec7c78;
}
.send .m-careful__text2 {
  color: #7f7875;
}
.send .m-button {
  margin: 50px 0;
}
.send .m-button-item.top {
  margin: 0 auto;
}
.send .m-button-item.top a img {
  width: 100%;
  height: 100%;
}
.send .m-button-item.top a:hover > * {
  opacity: .5;
}

.curves-lipo .h-text {
  background: #584f4c;
}
.curves-lipo .p-footer {
  background: #584f4c !important;
}
.curves-lipo .m-button-item.top {
  width: 339.5px;
  height: 56px;
}

.muscle-lipo .h-text {
  background: #34414c;
}
.muscle-lipo .p-footer {
  background: #34414c !important;
}
.muscle-lipo .m-button-item.top {
  width: 326px;
  height: 56px;
}

.bridal-lipo .h-text {
  background: #827774;
}
.bridal-lipo .p-footer {
  background: #827774 !important;
}
.bridal-lipo .m-button-item.top {
  width: 311px;
  height: 60px;
  box-shadow: 5px 6px 10px 0 #c4c1bf;
}

.\33\36\30 -lipo .p-footer {
  background: #212121 !important;
}
.\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 {
  width: 468px;
  height: 63px;
  box-shadow: 5px 6px 10px 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-pa .m-button-item.top {
  width: 280px;
  height: 77px;
}

.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 {
  width: 280px;
  height: 77px;
}

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