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

.sp {
  display: none;
}

.l-header {
  position: relative;
}
.l-header__logo {
  position: absolute;
  z-index: 1;
  padding: 45px 54px 0;
}
.l-header__mainvisual {
  position: relative;
}
.l-header__mainvisual .pic1 {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__mainvisual .pic2 {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.l-footer .f-copyright {
  padding: 12px 0;
  background: #e48389;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
}
.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.p-canvasAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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


New Creation:	2019/07/26.
Last Change:	2019/07/26.


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: #51504e;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
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;
}

.form-title {
  background: linear-gradient(to bottom, #ecdfe7 0%, #ece1e8 100%);
  text-align: left;
}
.form-title img {
  max-width: 100%;
  height: auto;
}

.progress {
  background: linear-gradient(to right, #d1d1d1 50%, #f3f3f3 51%);
  text-align: center;
}
.progress img {
  max-width: 100%;
  height: auto;
}

.lead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
}

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

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

.m-button {
  display: flex;
  justify-content: center;
  padding: 80px 0 180px;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .input-form-wrapper {
  color: #51504e;
}
.input .input-form-wrapper .input-form-item {
  border-top: 1px solid #d9d9da;
}
.input .input-form-wrapper .input-form-item > * {
  font-size: 16px;
}
.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: #51504e;
}
.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: #51504e;
}
.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/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/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/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 .operation {
  display: none;
}
.input .input-form-wrapper .text textarea {
  height: 120px;
  min-height: 120px;
}
.input .input-form-wrapper .date .ui-datepicker-trigger {
  height: 42px;
}
.input .input-form {
  margin: 0 0 6rem;
}
.input .input-form-text {
  line-height: 1.8333333333;
  font-size: 1.2rem;
  color: #555555;
  text-align: center;
  margin-bottom: 3rem;
}
.input .input-form-text a {
  text-decoration: underline;
}
.input .p-privacypolicy {
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
}
.input .p-privacypolicy-inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.input .p-privacypolicy-contents {
  color: #555555;
}
.input .p-privacypolicy-contents-box {
  margin-bottom: 20px;
}
.input .p-privacypolicy-contents-box.last {
  margin-bottom: 0;
}
.input .p-privacypolicy-contents-box .title {
  font-size: 1.4rem;
  font-weight: bold;
}
.input .p-privacypolicy-contents-box p,
.input .p-privacypolicy-contents-box ul {
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.input .p-privacypolicy-contents-box li {
  padding-left: 2.5em;
  text-indent: -3em;
}
.input .p-privacypolicy-contents .reception {
  margin-top: 10px;
  font-size: 1.2rem;
}
.input .p-privacypolicy-contents .reception-title {
  margin-bottom: 7px;
}
.input .p-privacypolicy-contents .reception-tel a {
  font-size: 1.3rem;
  color: #4ab4fc;
  text-decoration: underline;
  padding: .5em;
}

/*----------------------------------------------------------------------
	CONFIRMATION
----------------------------------------------------------------------*/
.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 .form-item.operation {
  display: none;
}
.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: #51504e;
  word-break: break-all;
}

/*----------------------------------------------------------------------
	SEND
----------------------------------------------------------------------*/
.send .progress {
  background: #d1d1d1;
}
.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: #51504e;
  word-break: break-all;
}
.send .m-attention {
  color: #51504e;
}
.send .m-attention-title {
  margin-bottom: 30px;
  padding: 10px 0 10px 40px;
  background: url(../../img/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: #51504e;
  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: '●';
}

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