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

.sp {
  display: none;
}

.l-content {
  min-width: 1200px;
}

.l-footer {
  min-width: 1200px;
}
.l-footer .f-copyright {
  padding: 42px 0;
  background: #4292a1;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

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

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


New Creation:	2021/06/16.
Last Change:	2021/06/16.


Created By		Keisuke Watanabe

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

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 W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #666;
}

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

.l-header__logo {
  padding: 35px 45px 0;
}
.l-header__logo img {
  width: 20rem;
}
.l-header__mainvisual {
  background: linear-gradient(to right, #4cb2ab 50%, #2e7789 51%);
}
.l-header__mainvisual .pic2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.l-header__progress {
  background: linear-gradient(to right, #45929f 50%, #f3f3f3 51%);
  text-align: center;
}
.l-header__lead {
  display: flex;
  align-items: 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%;
}

.input-form-privacy {
  border-top: 1px solid #e3e3e3;
}
.input-form-privacy-inner {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  width: 920px;
  padding: 80px 0 120px;
  color: #918c88;
}
.input-form-privacy .main-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 2em;
  color: #7f7875;
}
.input-form-privacy .title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #7f7875;
}
.input-form-privacy .text,
.input-form-privacy .item {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.input-form-privacy .contents-title {
  font-size: 1.2em;
  margin-bottom: .5em;
}
.input-form-privacy .list {
  counter-reset: list;
  margin-bottom: 1em;
  margin-left: 1em;
}
.input-form-privacy .item {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.input-form-privacy .item:nth-child(n)::before {
  counter-increment: list;
  content: "（" counter(list) "）";
}
.input-form-privacy .item .item {
  font-size: 1em;
}
.input-form-privacy .text {
  margin-bottom: 1em;
}
.input-form-privacy .text + .text,
.input-form-privacy .text + .list {
  margin-top: 1em;
}
.input-form-privacy .text.date {
  text-align: right;
}
.input-form-privacy .text + .title,
.input-form-privacy .list + .title {
  margin-top: 2em;
}
.input-form-privacy #reception dt,
.input-form-privacy #reception dd {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.input-form-privacy #reception dl {
  display: flex;
}
.input-form-privacy #reception dl dt,
.input-form-privacy #reception dl dd {
  font-size: 1em;
}
.input-form-privacy #reception a {
  color: #918c88;
  pointer-events: none;
}

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

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .l-header__lead {
  justify-content: center;
}
.input .input-form-wrapper {
  color: #666;
}
.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: #666;
}
.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: #666;
}
.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 .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-text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1em;
}
.input .input-form-text a {
  color: #505050;
  text-decoration: underline;
  cursor: pointer;
}
.input .input-form-privacy {
  display: none;
}

/*----------------------------------------------------------------------
	CONFIRMATION
----------------------------------------------------------------------*/
.confirmation .l-header__lead {
  justify-content: center;
  text-align: center;
}
.confirmation .l-header__progress {
  background: #f3f3f3;
}
.confirmation .m-button {
  justify-content: space-between;
}
.confirmation .m-button-item {
  transition: .3s;
}
.confirmation .m-button-item:hover {
  opacity: .7;
}
.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: #666;
  word-break: break-all;
}

/*----------------------------------------------------------------------
	SEND
----------------------------------------------------------------------*/
.send .l-header__progress {
  background: linear-gradient(to right, #f3f3f3 50%, #45929f 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: #666;
  word-break: break-all;
}
.send .m-attention {
  color: #666;
}
.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: #666;
  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 */
