@charset "UTF-8";
.pc {
  display: none;
}

.sp {
  display: block;
}

body {
  background: #7f7875;
}

.l-container {
  background-color: #fff;
}

.l-header {
  position: relative;
}
.l-header__mainvisual {
  position: relative;
}

.l-footer {
  background: #7f7875;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.l-footer .f-copyright {
  padding: 1.2rem 0;
  background: #4292a1;
  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,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #343232;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 376px) and (max-width: 750px) {
  html {
    font-size: calc(.625rem + ((1vw - (375px / 100)) * (100 * ((20 - 10) / (750 - 375)))));
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  background: #fff;
}
body > img {
  display: none;
}

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

.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;
  padding: 4rem 0 17rem;
}
.m-button .back {
  margin-right: 1rem;
  width: 35%;
}
.m-button .send {
  width: 55%;
}
.m-button .send input {
  width: 100%;
  height: 100%;
}
.m-button .top {
  width: 55%;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .l-header__lead {
  justify-content: center;
}
.input .input-form {
  margin: 0 0 48vw;
}
.input .input-form-wrapper .input-form-item {
  border-top: .2rem solid #d9d9da;
}
.input .input-form-wrapper .input-form-item .item-inner {
  padding: 1.3rem 2rem 1.5rem;
}
.input .input-form-wrapper .input-form-item:last-child {
  border-bottom: .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-item.operation {
  display: none;
}
.input .input-form-wrapper .input-form-label {
  margin-bottom: .9rem;
}
.input .input-form-wrapper .input-form-label label::after {
  content: none;
}
.input .input-form-wrapper .input-form-input-table {
  border: .2rem solid #d9d9da;
}
.input .input-form-wrapper .input-form-input-item {
  border-right: solid .2rem #d9d9da;
  border-bottom: solid .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: .2rem solid #d9d9da;
  padding: 3.59375% 4.6875%;
}
.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 .input-form-label label::after {
  content: '';
  float: right;
  padding-top: 8.5%;
  width: 16.4%;
  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.4666666667%;
  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.4666666667%;
  background: url(../../img/sp/form_required_ng.png) left bottom no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.input .input-form-text {
  margin: 0 4.6666666667% 8vw;
  line-height: 1.5;
  font-size: 1.2rem;
}
.input .input-form-text a {
  color: #7f7875;
  text-decoration: underline;
}
.input .input-form-privacy {
  display: none;
}
.input .date .input-form-label small {
  font-size: 1.2rem;
}
.input .date .input-form-input input[type='text'] {
  font-size: 1.4rem;
}
.input .date .input-form-input select {
  margin-left: 0;
  width: 37vw;
  height: 12.5vw;
  font-size: 1.2rem;
  border: 0.2rem solid #d9d9da;
  border-radius: 0.6em;
  line-height: 1.4;
  color: #7f7875;
}
.input .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: .2rem solid #d9d9da;
}
.confirmation .form-item:last-child {
  border-bottom: .2rem solid #d9d9da;
}
.confirmation .form-item.operation {
  display: none;
}
.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.5rem;
  font-weight: bold;
  color: #7f7875;
  word-break: break-all;
}

/*----------------------------------------------------------------------
	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: .2rem solid #d9d9da;
  border-bottom: .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: #7f7875;
  word-break: break-all;
}
.send .m-attention {
  margin: 0 2rem;
  color: #7f7875;
}
.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: .5rem;
}
.send .m-attention-text {
  line-height: 1.5;
  font-size: 1rem;
}
.send .m-attention-text a {
  color: #7f7875;
  text-decoration: underline;
}
.send .m-attention-item {
  margin-top: .3rem;
  padding-left: .9em;
  text-indent: -.9rem;
  line-height: 1.5;
  font-size: 1rem;
}
.send .m-attention-item::before {
  content: '●';
}
.send .m-attention-item:first-child {
  margin-top: 0;
}

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