@charset "UTF-8";
.l-header {
  position: relative;
}
.l-header__logo {
  padding: 10px 15px;
  background: #7e7774;
}
.l-header__logo .pic {
  margin: 0 auto;
  width: 950px;
  text-align: right;
}
.l-header__mainvisual .pic1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l-header .c-button {
  position: absolute;
  bottom: 50px;
}
.l-header__navi {
  height: 70px;
  background: url(../../img/pc/navi_bg.png) left top repeat-x;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}
.l-header__navi .list {
  display: flex;
  margin: 0 auto;
  width: 980px;
}
.l-header__navi .item a {
  transition: opacity 0.25s linear;
  display: block;
}
.l-header__navi .item a:hover img {
  opacity: 0;
}
.l-header__navi .item.navi-merit a {
  background: url(../../img/pc/navi_merit_h.png) left top no-repeat;
}
.l-header__navi .item.navi-factor a {
  background: url(../../img/pc/navi_factor_h.png) left top no-repeat;
}
.l-header__navi .item.navi-price a {
  background: url(../../img/pc/navi_price_h.png) left top no-repeat;
}
.l-header__navi .item.navi-faq a {
  background: url(../../img/pc/navi_faq_h.png) left top no-repeat;
}
.l-header__navi .item.navi-clinic a {
  background: url(../../img/pc/navi_clinic_h.png) left top no-repeat;
}
.l-header__navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.p-footer__copyright {
  padding: 12px 0;
  background: #7e7774;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

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

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


New Creation:	2019/12/03.
Last Change:	2019/12/03.


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: 30px;
  padding-bottom: 45px;
  background: #e0e1e2;
}
.l-header__logo .pic {
  text-align: left;
}
.l-header__logo .pic img {
  width: 145px;
  height: auto;
}
.l-header__mainvisual {
  padding-bottom: 50px;
  background: #e0e1e2;
}
.l-header__mainvisual .inner {
  margin: 0 auto;
  width: 950px;
}
.l-header__mainvisual .pic2 {
  text-align: center;
}
.l-header__progress {
  text-align: center;
}
.l-header__lead {
  display: flex;
  align-items: center;
  height: 200px;
  line-height: 1.5;
  font-size: 18px;
}

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

form legend {
  display: none;
}
form table {
  width: 100%;
}

.m-button {
  display: flex;
  justify-content: center;
  padding: 120px 60px 180px;
}
.m-button-item a,
.m-button-item input {
  transition: background-color 0.3s linear, background-image 0.3s linear;
  display: block;
  background-color: #fff;
}
.m-button-item a > * {
  transition: opacity 0.3s linear;
}
.m-button-item a:hover > * {
  opacity: 0.7;
}
.m-button-item input {
  transition: opacity 0.3s linear;
}
.m-button-item input:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .l-header__progress {
  background: linear-gradient(to right, #94bacb 50%, #f3f3f3 51%);
}
.input .l-header__lead {
  justify-content: center;
}
.input .input-form-wrapper {
  color: #7e7774;
}
.input .input-form-wrapper .input-form-item {
  border-top: 1px solid #d9d9da;
}
.input .input-form-wrapper .input-form-item > * {
  font-size: 18px;
}
.input .input-form-wrapper .input-form-item:last-child {
  border-bottom: 1px 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 :nth-child(odd) > *,
.input .input-form-wrapper .input-form-item :nth-child(even) > *, .input .input-form-wrapper .input-form-item.odd.odd th, .input .input-form-wrapper .input-form-item.odd.odd td, .input .input-form-wrapper .input-form-item.even.even th, .input .input-form-wrapper .input-form-item.even.even td {
  background-color: inherit;
  background-image: none;
}
.input .input-form-wrapper .input-form-item .formError.fixed .formErrorContent,
.input .input-form-wrapper .input-form-item .errMsg {
  background-color: #d1000f;
}
.input .input-form-wrapper .input-form-label,
.input .input-form-wrapper .input-form-input {
  border: 0;
  background: none;
}
.input .input-form-wrapper .input-form-label {
  border-right: 1px solid #d9d9da;
  font-weight: bold;
}
.input .input-form-wrapper .input-form-input li {
  margin-right: 0;
}
.input .input-form-wrapper tbody tr:last-child th,
.input .input-form-wrapper tbody tr:last-child td {
  border-bottom: 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: 1px solid #d9d9da;
  color: #7e7774;
}
.input .input-form-wrapper input:not([type=radio]):not([type=checkbox]) {
  height: 45px;
}
.input .input-form-wrapper input:not([type=radio]):not([type=checkbox]),
.input .input-form-wrapper .input-form .input-form-wrapper textarea {
  color: #7e7774;
}
.input .input-form-wrapper .required .input-form-label {
  background-image: none;
}
.input .input-form-wrapper .required.is-filled .input-form-label label::after {
  content: "";
  float: right;
  width: 61px;
  height: 24px;
  background: url(../../img/pc/form_required_ok.png) left bottom no-repeat;
  background-position: left top;
}
.input .input-form-wrapper .required.is-empty .input-form-label label::after {
  content: "";
  float: right;
  width: 51px;
  height: 24px;
  background: url(../../img/pc/form_required.png) left bottom no-repeat;
  background-position: left top;
}
.input .input-form-wrapper .required.err .input-form-label label::after {
  content: "";
  float: right;
  width: 51px;
  height: 24px;
  background: url(../../img/pc/form_required_ng.png) left bottom no-repeat;
  background-position: left top;
}
.input .input-form-wrapper .operation,
.input .input-form-wrapper .name,
.input .input-form-wrapper .email,
.input .input-form-wrapper .tel {
  height: 90px;
}
.input .input-form-wrapper .date .ui-datepicker-trigger {
  height: 42px;
}

/*----------------------------------------------------------------------
	CONFIRMATION
----------------------------------------------------------------------*/
.confirmation .l-header__progress {
  background: linear-gradient(to right, #e7e6e5 50%, #f3f3f3 51%);
}
.confirmation .l-header__lead {
  justify-content: center;
  text-align: center;
}
.confirmation .m-button {
  justify-content: space-between;
}
.confirmation .form-item {
  height: 90px;
  border-top: 1px solid #d9d9da;
}
.confirmation .form-item:last-child {
  border-bottom: 1px solid #d9d9da;
}
.confirmation .item-inner {
  display: flex;
  align-items: center;
}
.confirmation .form-label {
  padding-left: 60px;
  width: 319px;
}
.confirmation .form-label label {
  font-size: 16px;
  color: #a9aeb8;
}
.confirmation .form-input,
.confirmation .form-input em {
  padding: 10px 60px 10px 0;
  width: 741px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #7e7774;
  word-break: break-all;
}

/*----------------------------------------------------------------------
	SEND
----------------------------------------------------------------------*/
.send .l-header__progress {
  background: linear-gradient(to right, #f3f3f3 50%, #94bacb 51%);
}
.send .l-header__lead {
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
.send .m-address {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 60px;
  height: 90px;
  border-top: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
}
.send .m-address-title {
  width: 259px;
  font-size: 16px;
  color: #a9aeb8;
}
.send .m-address-contents {
  width: 741px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #7e7774;
  word-break: break-all;
}
.send .m-attention {
  color: #7e7774;
}
.send .m-attention-title {
  margin-bottom: 30px;
  padding: 10px 0 10px 40px;
  background: url(../../img/pc/form_attention_title_bg.png) left top no-repeat;
  font-size: 18px;
}
.send .m-attention-text {
  line-height: 1.875;
  font-size: 16px;
}
.send .m-attention-text a {
  color: #7e7774;
  text-decoration: underline;
}
.send .m-attention-item {
  padding-left: 10px;
  text-indent: -10px;
  line-height: 1.875;
  font-size: 16px;
}
.send .m-attention-item::before {
  content: "●";
}

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