@charset "UTF-8";
.l-main {
  color: #cdcdcd;
}

.f-copyright {
  margin: 0 auto;
  padding: 20px 0;
  width: auto;
  background: url(../img/contents_bg.png) left top;
  text-align: center;
  color: #fff;
}

.c-note {
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #383634;
}
.c-note .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.c-note .detail {
  line-height: 1.7142857143;
  font-size: 14px;
}
.c-note .detail em {
  color: #be1c64;
}

.c-lead {
  margin-bottom: 40px;
  padding-left: 20px;
  line-height: 1.7142857143;
  font-size: 14px;
  color: #383634;
}

.c-formbutton {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.c-formbutton .send {
  padding-left: 320px;
}
.c-formbutton .back {
  position: absolute;
  top: 0;
  left: 0;
}
.c-formbutton input,
.c-formbutton a {
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-formbutton input:hover,
.c-formbutton a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.c-formbutton::after {
  content: '';
  display: table;
  clear: both;
}

.c-complete {
  margin-bottom: 55px;
}
.c-complete .title {
  padding: 10px 0;
  background: url(../img/contents_bg.png) left top;
  text-align: center;
  line-height: 1.25;
  font-size: 24px;
  color: #fff;
}
.c-complete .detail {
  padding: 20px;
  background: #fff;
  line-height: 1.7142857143;
  font-size: 14px;
  color: #383634;
}
.c-complete .detail em {
  color: #be1c64;
}

.c-address {
  display: table;
  margin: 0 auto 40px;
  width: 100%;
}
.c-address > * {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.c-address .title {
  width: 200px;
  background: url(../img/contents_bg.png) left top;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}
.c-address .detail {
  padding: 30px;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #be1c64;
}

.c-attention {
  position: relative;
  padding: 20px 25px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.c-attention::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 96%;
  background-color: #383634;
}
.c-attention .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #be1c64;
}
.c-attention .detail {
  line-height: 1.7142857143;
  font-size: 14px;
  color: #383634;
}
.c-attention-list {
  margin-top: 10px;
}
.c-attention-item {
  color: #be1c64;
}
.c-attention-item:first-child {
  margin-bottom: 5px;
}

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

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


New Creation:	2018/07/11.
Last Change:	2018/07/13.


Created By		Kosuke Inoue

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

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	header
4.	main
5.	side
6.	footer
7.	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: 62.5%;
}

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

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

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.l-container {
  background: url(../img/body_bg.gif) left top repeat-x #000;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
form legend {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------------------------------------
3.	header
----------------------------------------------------------------------*/
.form .h-title {
  margin: 0 auto;
  width: 1200px;
}

/*----------------------------------------------------------------------
4.	main
----------------------------------------------------------------------*/
.p-form {
  margin: 0 auto;
  padding-bottom: 140px;
  width: 1200px;
  background: #e6e6e6;
}
.p-form .c-box {
  padding-top: 50px;
}
.p-form .c-box-inner {
  margin: 0 auto;
  width: 920px;
}

.progress {
  padding: 50px 0;
  text-align: center;
}

.input-form .input-form-wrapper .input-form-item:nth-child(even) .input-form-label,
.input-form .input-form-wrapper .input-form-item:nth-child(odd) .input-form-label,
.input-form .input-form-wrapper .input-form-item.even.even .input-form-label,
.input-form .input-form-wrapper .input-form-item.odd.odd .input-form-label,
.input-form .form-wrapper .form-item .form-label {
  position: relative;
  background: url(../img/contents_bg.png) left top;
  color: #cdcdcd;
}

.input-form .input-form-wrapper .input-form-item:nth-child(even) .input-form-input,
.input-form .input-form-wrapper .input-form-item:nth-child(odd) .input-form-input,
.input-form .input-form-wrapper .input-form-item.even.even .input-form-input,
.input-form .input-form-wrapper .input-form-item.odd.odd .input-form-input,
.input-form .form-wrapper .form-item .form-input {
  background: #fff;
  color: #55595d;
}

.input-form .input-form-wrapper input:not([type=radio]):not([type=checkbox]),
.input-form .input-form-wrapper textarea {
  color: #55595d !important;
}

.input-form {
  margin-bottom: 0;
}
.input-form .input-form-wrapper .input-form-item:nth-child(even) > *, .input-form .input-form-wrapper .input-form-item:nth-child(odd) > * {
  background-color: #fff;
  color: #55595d;
}

/*----------------------------------------------------------------------
5.	side
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	original
----------------------------------------------------------------------*/
.index .input-form *[class*='form-wrapper'] *[class*='form-label'] {
  width: 194px;
}
.index .input-form .input-form-wrapper .required .input-form-label::after {
  background-image: url(../img/form_required.gif);
}
.index .input-form .input-form-wrapper .input-form-label::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 15px;
  background-image: url(../img/form_norequired.gif);
}
.index .input-form .input-form-wrapper .input-form-label > *:first-child {
  background-image: url(../img/form_arrow.png);
}

.confirmation .input-form .form-wrapper {
  width: 100%;
}
.confirmation .input-form *[class*='form-wrapper'] *[class*='form-label'],
.confirmation .input-form *[class*='form-wrapper'] *[class*='form-input'] {
  padding: 22px 20px;
  border: 1px solid #baafa6;
  line-height: 1.4;
  font-size: 16px;
  word-break: break-all;
}
.confirmation .input-form *[class*='form-wrapper'] *[class*='form-label'] {
  width: 204px;
}
.confirmation .input-form *[class*='form-wrapper'] *[class*='form-input'] em {
  font-size: 18px;
  font-weight: bold;
  color: #be1c64;
}

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