@charset "UTF-8";
.l-container {
  position: relative;
  min-height: 100%;
}
body > .l-container {
  height: auto;
}

.l-header {
  position: relative;
}
.l-header__logo {
  padding: 1rem 1.5rem;
  background: #7e7774;
}
.l-header__logo img {
  width: 12rem;
}
.l-header .c-button {
  position: absolute;
  bottom: 4%;
  margin: 0 1.75rem;
}
.l-header__navi {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}
.l-header__navi .list {
  display: flex;
}

.p-footer {
  background: #7e7774;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.p-footer__copyright {
  padding: 1.2rem 0;
  background: #7e7774;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		form.scss
Note:			フォームSCSSファイル


New Creation:	2019/11/27.
Last Change:	2019/11/27.


Created By		Kosuke Inoue

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

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body > img {
  display: none;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.l-header__logo {
  padding-top: 2.6666666667vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 2.6666666667vw;
  background: #e0e1e2;
}
.l-header__logo img {
  width: 24.4vw;
}
.l-header__mainvisual {
  padding-right: 5.3333333333vw;
  padding-bottom: 8vw;
  padding-left: 5.3333333333vw;
  background: #e0e1e2;
}
.l-header__lead {
  display: flex;
  align-items: center;
  height: 8rem;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}

form legend {
  display: none;
}

.m-button {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.m-button .back {
  margin-right: 1rem;
  width: 45%;
}
.m-button .send {
  width: 55%;
}
.m-button .send input {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .l-header__lead {
  justify-content: center;
}
.input .input-form-wrapper .input-form-item {
  border-top: 0.2rem solid #d9d9da;
}
.input .input-form-wrapper .input-form-item .item-inner {
  padding: 2rem 2rem 1.5rem;
}
.input .input-form-wrapper .input-form-item:last-child {
  border-bottom: 0.2rem solid #d9d9da;
}
.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: none;
}
.input .input-form-wrapper .input-form-label {
  margin-bottom: 0.9rem;
}
.input .input-form-wrapper .input-form-label label::after {
  content: none;
}
.input .input-form-wrapper .input-form-input-table {
  border: 0.2rem solid #d9d9da;
}
.input .input-form-wrapper .input-form-input-item {
  border-right: solid 0.2rem #d9d9da;
  border-bottom: solid 0.2rem #d9d9da;
}
.input .input-form-wrapper .input-form-input-item:nth-child(even) {
  border-right: 0;
}
.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] {
  border: 0.2rem solid #d9d9da;
}
.input .input-form-wrapper .clinic.is-empty .input-form-input-table,
.input .input-form-wrapper .clinic.is-empty .input-form-input-item {
  border-color: #ee7b75;
}
.input .input-form-wrapper .required.is-filled .input-form-label label::after {
  content: "";
  float: right;
  padding-top: 8.5%;
  width: 16.4vw;
  background: url(../../img/sp/form_required_ok.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .input-form-wrapper .required .is-empty::before {
  background-color: inherit;
}
.input .input-form-wrapper .required.is-empty .input-form-label label::after {
  content: "";
  float: right;
  padding-top: 8.5%;
  width: 13.4666666667vw;
  background: url(../../img/sp/form_required.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .input-form-wrapper .required.err .input-form-label label::after {
  content: "";
  float: right;
  padding-top: 8.5%;
  width: 13.4666666667vw;
  background: url(../../img/sp/form_required_ng.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .input-form-wrapper .date .input-form-label small {
  font-size: 1.2rem;
}
.input .input-form-wrapper .date .input-form-input input[type=text] {
  font-size: 1.4rem;
}
.input .input-form-wrapper .date .input-form-input select {
  margin-left: 0;
  width: 37vw;
  height: 12vw;
  font-size: 1.2rem;
  border: 0.2rem solid #d9d9da;
  border-radius: 0.6em;
  line-height: 1.4;
  color: #7f7875;
}
.input .input-form-wrapper .date .input-form-input + .input-form-input {
  margin-top: 5vw;
}

.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-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;
}

/*----------------------------------------------------------------------
	CONFIRMATION
----------------------------------------------------------------------*/
.confirmation .l-header__lead {
  justify-content: center;
  text-align: center;
}
.confirmation .c-button.back a {
  width: 12.7rem;
}
.confirmation .form-item {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  min-height: 5.2rem;
  border-top: 0.2rem solid #d9d9da;
}
.confirmation .form-item:last-child {
  border-bottom: 0.2rem solid #d9d9da;
}
.confirmation .item-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.confirmation .form-label {
  width: 40%;
}
.confirmation .form-label label {
  font-size: 1.3rem;
  color: #a9aeb8;
}
.confirmation .form-input,
.confirmation .form-input em {
  width: 60%;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  color: #7e7774;
  word-break: break-all;
}
.confirmation .m-button {
  padding: 4rem 1.5rem 17rem;
}

/*----------------------------------------------------------------------
	SEND
----------------------------------------------------------------------*/
.send .l-header__lead {
  padding: 2rem;
}
.send .m-address {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  width: 100%;
  min-height: 5.2rem;
  border-top: 0.2rem solid #d9d9da;
  border-bottom: 0.2rem solid #d9d9da;
  box-sizing: border-box;
}
.send .m-address-title {
  width: 35%;
  font-size: 1.3rem;
  color: #a9aeb8;
}
.send .m-address-contents {
  width: 65%;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #7e7774;
  word-break: break-all;
}
.send .m-attention {
  margin: 0 2rem 7.5rem;
  color: #7e7774;
}
.send .m-attention-title {
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 4rem;
  background: url(../../img/sp/form_attention_title_bg.png) left top no-repeat;
  background-size: 9%;
  font-size: 1.2rem;
}
.send .m-attention-list {
  margin-top: 0.5rem;
}
.send .m-attention-text {
  line-height: 1.5;
  font-size: 1rem;
}
.send .m-attention-text a {
  color: #7e7774;
  text-decoration: underline;
}
.send .m-attention-item {
  margin-top: 0.3rem;
  padding-left: 0.9em;
  text-indent: -0.9rem;
  line-height: 1.5;
  font-size: 1rem;
}
.send .m-attention-item::before {
  content: "●";
}
.send .m-attention-item:first-child {
  margin-top: 0;
}
.send .m-button {
  padding: 0 8.5rem 17rem;
}

.input form .operation,
.confirmation form .operation {
  display: none;
}
/*# sourceMappingURL=form.css.map */
