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

.f-copyright {
  padding: 20px 0;
  background: #58504c;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.c-note {
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  color: #4b4848;
}
.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 {
  font-weight: bold;
  color: #7f366f;
}

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

.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 {
  -moz-transition: opacity 0.2s linear;
  -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: #7e7774;
  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;
}
.c-complete .detail em {
  color: #7f366f;
}

.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: #7e7774;
  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: #7f366f;
}

.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: #7e7774;
}
.c-attention .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #58504c;
}
.c-attention .detail {
  line-height: 1.7142857143;
  font-size: 14px;
}
.c-attention-list {
  margin-top: 10px;
}
.c-attention-item {
  color: #7f366f;
}
.c-attention-item:first-child {
  margin-bottom: 5px;
}

.p-contents {
  padding: 50px 0 0;
}

.u-fr {
  float: right;
}

.u-fl {
  float: left;
}

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

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

.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'] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

body > img {
  display: none;
}

.l-container {
  background: #f0ecea;
}

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

/*----------------------------------------------------------------------
3.	header
----------------------------------------------------------------------*/
.l-header {
  position: relative;
  background: url(../../img/counseling_title_bg.png) left top repeat-x;
}
.l-header .h-title {
  margin: 0 auto;
  padding: 4px 0 33px 145px;
  width: 433px;
}

/*----------------------------------------------------------------------
4.	main
----------------------------------------------------------------------*/
.p-contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 80px 0 0;
  width: 970px;
}

.p-tel .list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 22px 22px 10px;
  height: 132px;
  background: #fff;
}
.p-tel .item {
  margin-bottom: 13px;
}
.p-tel .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #7e7774;
}
.p-tel .tel.oversea {
  margin-left: 15px;
}
.p-tel .tel a {
  margin-left: 5px;
  color: #7e7774;
}

.p-net {
  padding-bottom: 100px;
}
.p-net > .title {
  margin-bottom: 40px;
}

.progress {
  margin-bottom: 40px;
  text-align: center;
}

.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: #f8f6f5;
}
.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: #7f366f;
}
.input-form *[class*='form-wrapper'] input:not([type=radio]):not([type=checkbox]),
.input-form *[class*='form-wrapper'] textarea {
  color: #55595d;
}

.input-form-privacy {
  border-top: 1px solid #e3e3e3;
}
.input-form-privacy-inner {
  margin: 0 auto;
  padding: 80px 0 120px;
  width: 920px;
  height: 100%;
  color: #918c88;
  box-sizing: border-box;
}
.input-form-privacy .main-title {
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: bold;
  color: #7f7875;
}
.input-form-privacy .title {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.input-form-privacy .text,
.input-form-privacy .item {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.input-form-privacy .contents-title {
  margin-bottom: .5em;
  font-size: 1.2em;
}
.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;
}

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

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

.send .p-contents {
  padding-bottom: 100px;
}

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