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

.sp {
  display: none;
}

.l-container {
  overflow: hidden;
}

.l-header {
  position: relative;
}
.l-header__logo {
  padding: 10px 15px;
  background: #7f7875;
}
.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, 0.2);
}
.l-header__navi .list {
  display: flex;
  margin: 0 auto;
  width: 980px;
}
.l-header__navi .item a {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  display: block;
}
.l-header__navi .item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  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;
}

.l-footer .f-copyright {
  padding: 12px 0;
  background: #4292a1;
  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,
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: #7f7875;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 476px) and (max-width: 950px) {
  html {
    font-size: calc(.625rem + ((1vw - (475px / 100)) * (100 * ((20 - 10) / (950 - 475)))));
  }
}
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 {
  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 > img {
  display: none;
}

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

.l-header__mainvisual {
  position: relative;
  background: #5da997;
  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 {
  -moz-transition: background-color 0.3s linear, background-image 0.3s linear;
  -webkit-transition: background-color 0.3s linear, background-image 0.3s linear;
  transition: background-color 0.3s linear, background-image 0.3s linear;
  display: block;
  background-color: #fff;
}
.m-button-item a > * {
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.m-button-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.m-button-item input {
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.m-button-item input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  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: #7f7875;
}
.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: #7f7875;
}
.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: #7f7875;
}
.input .input-form-wrapper .required .input-form-label {
  background-image: none;
}
.input .input-form-wrapper .required .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 .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: #7f7875;
  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: #7f7875;
  word-break: break-all;
}
.send .m-attention {
  color: #7f7875;
}
.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: #7f7875;
  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 */
