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

.f-copyright {
  margin: 0 auto;
  padding: 20px 0;
  width: auto;
  background: #536199;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.f-copyright-list {
  margin-bottom: 10px;
}
.f-copyright-item {
  display: inline-block;
}
.f-copyright-item a {
  color: #fff;
}

.c-note {
  margin-bottom: 60px;
  padding-left: 20px;
  color: #656565;
}
.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: #db68a4;
}

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

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

.c-complete {
  margin-bottom: 55px;
}
.c-complete .title {
  padding: 10px 0;
  background: #536199;
  text-align: center;
  line-height: 1.25;
  font-size: 24px;
  color: #fff;
}
.c-complete .detail {
  padding: 20px;
  background: #e3e7eb;
  line-height: 1.7142857143;
  font-size: 14px;
}
.c-complete .detail em {
  color: #db68a4;
}

.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: #536199;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}
.c-address .detail {
  padding: 30px;
  background: #e3e7eb;
  font-size: 24px;
  font-weight: bold;
  color: #db68a4;
}

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

.c-particles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-contents {
  margin: 0 auto;
  padding: 120px 0;
  width: auto;
}

.c-title {
  position: relative;
  margin: 0 auto 80px;
  width: 1000px;
  font-family: 'Montserrat';
  font-size: 90px;
  font-weight: lighter;
  white-space: pre;
  color: #536199;
}
.c-title::after {
  content: '';
  position: absolute;
  top: 95px;
  left: 0;
  width: 70px;
  border-top: 1px solid #e869c9;
}
.c-title-animate1 {
  background: -webkit-gradient(linear, left top, right top, from(#536199), color-stop(34%, #536199), color-stop(66%, rgba(0, 0, 255, 0)), to(rgba(0, 0, 255, 0)));
  background: linear-gradient(to right, #536199 0%, #536199 34%, rgba(0, 0, 255, 0) 66%, rgba(0, 0, 255, 0) 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-transition: background-position 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-title-animate2 {
  -webkit-transition: color 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-title.is-active .c-title-animate1 {
  background-position: 0 0;
}
.c-title-sub {
  display: block;
  margin-top: 20px;
  font-family: "ヒラギノ角ゴ Pro W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
}

.c-box-inner {
  margin: 0 auto;
  width: 1000px;
}

.u-fr {
  float: right;
}

.u-fl {
  float: left;
}

.u-mc15 {
  margin: 0 auto;
  width: 1500px;
}

.u-mc10 {
  margin: 0 auto;
  width: 1000px;
}

.u-mc {
  margin: 0 auto;
}

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

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"] {
  -webkit-box-sizing: content-box;
          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: #fff;
}

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

/*----------------------------------------------------------------------
3.	header
----------------------------------------------------------------------*/
.l-header {
  position: relative;
  margin: 0 auto;
  width: 1500px;
  border-top: 40px solid #536199;
  background: url(../img/form_title_bg.jpg) left top no-repeat;
  background-size: 100% auto;
}
.l-header .h-h1 {
  margin: -26px auto 14px;
  width: 1000px;
  font-size: 1.2em;
  color: #fff;
}
.l-header .h-title {
  padding: 60px 0;
}

/*----------------------------------------------------------------------
4.	main
----------------------------------------------------------------------*/
.p-contents {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.progress {
  margin-bottom: 80px;
  width: 920px;
  text-align: center;
}

.c-box-inner {
  width: 920px;
}

.input-form *[class*='form-wrapper'] {
  width: 100%;
  color: #55595d;
}
.input-form *[class*='form-wrapper'] *[class*='form-item'][class*='form-item']:nth-child(even) > * {
  background-color: #f1f3f5;
}
.input-form *[class*='form-wrapper'] *[class*='form-item'][class*='form-item']:nth-child(odd) > * {
  background-color: #fff;
}
.input-form *[class*='form-wrapper'] *[class*='form-label'],
.input-form *[class*='form-wrapper'] *[class*='form-input'] {
  padding: 12px 25px 12px 20px;
  border: 1px solid #999;
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 16px;
  word-break: break-all;
}
.input-form *[class*='form-wrapper'] *[class*='form-label'] {
  width: 159px;
}
.input-form *[class*='form-wrapper'] *[class*='form-input'] em {
  font-size: 18px;
  font-weight: bold;
  color: #db68a4;
}
.input-form *[class*='form-wrapper'] input:not([type=radio]):not([type=checkbox]),
.input-form *[class*='form-wrapper'] textarea {
  color: #55595d;
}

.input-form-text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1em;
}
.input-form-text a {
  color: #505050;
  text-decoration: underline;
  cursor: pointer;
}

.input-form-privacy {
  border-top: 1px solid #e3e3e3;
}
.input-form-privacy-inner {
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  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;
}

/*----------------------------------------------------------------------
5.	side
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	original
----------------------------------------------------------------------*/
.input .input-form *[class*='form-wrapper'] *[class*='form-label'] {
  width: 159px;
}
.input .input-form-wrapper {
  color: #55595d;
}
.input .input-form-wrapper .required .input-form-label {
  background-image: url(../img/form_required.gif);
}
.input .input-form-wrapper .input-form-label > *:first-child {
  background-image: url(../img/form_arrow.png);
}
.input .input-form-privacy {
  display: none;
}

.confirmation .input-form *[class*='form-wrapper'] *[class*='form-label'] {
  width: 204px;
}
