@charset "UTF-8";
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: 'YakuHanJP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: 'YakuHanJP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Regular.eot);
  font-family: 'YakuHanMP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanMP-Bold.eot);
  font-family: 'YakuHanMP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2014/10/24 16:17:04.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  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;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  background: #072432;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.l-container {
  position: relative;
  min-height: 100%;
}
body > .l-container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.sp {
  display: none;
}

/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
.l-header {
  margin: 0 auto;
  width: 1050px;
}

/*----------------------------------------------------------------------
7.	content
----------------------------------------------------------------------*/
.l-content {
  margin: 0 auto;
  width: 1050px;
}

/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	footer
----------------------------------------------------------------------*/
.l-footer {
  background: #0e3243;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.c-header__text {
  margin: 0 40px 0 0;
  text-align: right;
  line-height: 2;
  font-size: 1em;
  color: #9db7be;
}

.c-nav {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 5px;
}
.c-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  height: 65px;
  background: #383a42;
}
.c-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 65px;
  text-align: center;
}
.c-nav__item a img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  position: relative;
  z-index: 2;
}
.c-nav__item a::before {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.c-nav__item a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 2;
}
.c-nav__item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
.c-nav__item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c-nav__item.is-active a::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.c-nav__item.is-active.top a::before {
  background-image: url(../../img/nav_top_a.png);
}
.c-nav__item.is-active.case a::before {
  background-image: url(../../img/nav_case_a.png);
}
.c-nav__item.is-active.points a::before {
  background-image: url(../../img/nav_points_a.png);
}
.c-nav__item.is-active.operation a::before {
  background-image: url(../../img/nav_operation_a.png);
}
.c-nav__item.is-active.faq a::before {
  background-image: url(../../img/nav_faq_a.png);
}
.c-nav__item.is-active.clinic a::before {
  background-image: url(../../img/nav_clinic_a.png);
}
.c-nav__item.is-active.counseling a::before {
  background-image: url(../../img/nav_counseling_a.png);
}
.c-nav__item.is-active.monitor a::before {
  background-image: url(../../img/nav_monitor_a.png);
}
.c-nav__item.top {
  width: 149px;
}
.c-nav__item.top a {
  padding-left: 24px;
}
.c-nav__item.top a:before {
  left: 24px;
}
.c-nav__item.case {
  width: 80px;
}
.c-nav__item.operation {
  width: 124px;
}
.c-nav__item.points {
  width: 158px;
}
.c-nav__item.faq {
  width: 108px;
}
.c-nav__item.clinic {
  width: 124px;
}
.c-nav__item.counseling, .c-nav__item.monitor {
  flex: 1;
}
.c-nav__item.counseling {
  background: url(../../img/nav_counseling_bg.gif?v=1) left top repeat-x;
  background-size: contain;
  margin-right: 1px;
}
.c-nav__item.counseling:hover {
  background: url(../../img/nav_counseling_bg_h.gif) left top repeat-x;
}
.c-nav__item.monitor {
  background: url(../../img/nav_monitor_bg.gif) left top repeat-x;
  background-size: contain;
}
.c-nav__item.monitor:hover {
  background: url(../../img/nav_monitor_bg_h.gif) left top repeat-x;
}
.c-nav__item.top a::before {
  background-image: url(../../img/nav_top_h.png);
}
.c-nav__item.case a::before {
  background-image: url(../../img/nav_case_h.png);
}
.c-nav__item.points a::before {
  background-image: url(../../img/nav_points_h.png);
}
.c-nav__item.operation a::before {
  background-image: url(../../img/nav_operation_h.png);
}
.c-nav__item.faq a::before {
  background-image: url(../../img/nav_faq_h.png);
}
.c-nav__item.clinic a::before {
  background-image: url(../../img/nav_clinic_h.png);
}
.c-nav__item.counseling a::before {
  background-image: url(../../img/nav_counseling_h.png);
}
.c-nav__item.monitor a::before {
  background-image: url(../../img/nav_monitor_h.png);
}
.c-nav.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.c-nav.headroom--not-top .c-nav__list {
  margin: 0 auto;
  width: 1050px;
}

.c-box {
  position: relative;
  padding: 70px 40px 0;
}
.c-box__title {
  margin-bottom: 40px;
}
.c-box__lead {
  margin-bottom: 30px;
}

.c-contents-anchor {
  padding: 50px 0 20px;
  text-align: center;
}

.c-cv {
  position: relative;
  z-index: 2;
  padding: 13px 0 0;
  background: url(../../img/cv_bg.jpg) left top no-repeat;
  height: 441px;
  box-sizing: border-box;
}
.c-cv::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  background: url(../../img/cv_bg2.png) left top no-repeat;
}
.c-cv__title {
  margin: 0 0 -25px 309px;
}
.c-cv__place {
  float: left;
  margin: 0 33px 14px 0;
  padding-left: 289px;
}
.c-cv__price {
  margin: 0 0 3px 283px;
}
.c-cv__period {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 7px;
  width: 466px;
  height: 48px;
  background: url(../../img/cv_period_bg.png) left no-repeat;
  color: #c9d475;
}
.c-cv__period .date {
  margin-left: 338px;
  padding-bottom: 2px;
  font-size: 3em;
  font-weight: bold;
}
.c-cv__period .weekday {
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: normal;
}
.c-cv__buttons {
  display: flex;
  clear: both;
  padding-left: 194px;
}
.c-cv__button a {
  display: inline-block;
  position: relative;
}
.c-cv__button a::before {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-cv__button a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.c-cv__button.counseling a::before {
  width: 330px;
  height: 98px;
  background: url(../../img/cv_button_counseling_h.png) left top no-repeat;
}
.c-cv__button.monitor a::before {
  width: 330px;
  height: 98px;
  background: url(../../img/cv_button_monitor_h.png) left top no-repeat;
}

.c-copyright {
  text-align: center;
  line-height: 3.4;
  font-size: 1em;
  color: #fff;
}

.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-active .js-accordion-contents, .js-accordion.is-open-first .js-accordion-contents {
  height: auto;
  max-height: none;
  will-change: transform;
}

.p-form-box {
  padding: 80px 40px 0;
  background-color: #fff;
}

.p-tel {
  padding-bottom: 70px;
}

.p-clinic__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: #383942;
}
.p-clinic__item {
  margin-bottom: 13px;
}
.p-clinic__tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  color: #f3f4f5;
}
.p-clinic__tel a {
  margin-left: 5px;
  color: #f3f4f5;
}
.p-clinic__tel + .p-clinic__tel {
  margin-left: 15px;
}

.p-net {
  margin-bottom: 50px;
  padding-bottom: 50px;
  background-image: url(../../img/counseling_net_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.p-net__title {
  margin-bottom: 40px;
}

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

.p-note {
  margin-bottom: 40px;
  padding: 20px;
  background: #cddbe0;
  color: #4c4948;
}
.p-note__title {
  font-size: 1.6em;
  font-weight: bold;
}
.p-note__text {
  line-height: 1.7142857143;
  font-size: 1.4em;
}
.p-note__text .emphasis {
  font-weight: bold;
  color: #3c6a88;
}

.p-button__list {
  display: flex;
  justify-content: space-around;
}

.input-form {
  margin: 0;
}

.p-confirmation .p-lead {
  margin-bottom: 5px;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #515866;
}
.p-confirmation .input-form *[class*='form-wrapper'] {
  display: table;
  margin-bottom: 44px;
  width: 100%;
  table-layout: fixed;
  color: #4c4948;
}
.p-confirmation .item-inner {
  display: table;
  width: 100%;
}
.p-confirmation *[class*='form-item'][class*='form-item'] {
  display: table-row;
}
.p-confirmation *[class*='form-item'][class*='form-item']:nth-child(odd) > * {
  background-color: #fff;
}
.p-confirmation *[class*='form-item'][class*='form-item']:nth-child(even) > * {
  background-color: #f3f4f5;
}
.p-confirmation *[class*='form-item'][class*='form-item'] em {
  font-size: 1.6em;
  font-weight: bold;
  color: #3c6a88;
}
.p-confirmation *[class*='form-label'],
.p-confirmation *[class*='form-input'] {
  display: table-cell;
  border: 1px solid #c7bcb5;
  font-size: 16px;
}
.p-confirmation *[class*='form-label'] {
  padding: 12px 25px 12px 20px;
  width: 295px;
  vertical-align: middle;
  line-height: 1.5;
}
.p-confirmation *[class*='form-label'] small {
  font-size: 12px;
  font-weight: normal;
}
.p-confirmation *[class*='form-label'] small em {
  color: #3c6a88;
}
.p-confirmation *[class*='form-label'] label {
  display: block;
}
.p-confirmation *[class*='form-label'] > *:first-child {
  padding: 0;
  background: none;
}
.p-confirmation *[class*='form-input'] {
  padding: 15px 20px;
  width: auto;
}
.p-confirmation *[class*='form-input'] li {
  line-height: 1.5;
}
.p-confirmation .p-button__item {
  position: relative;
}
.p-confirmation .p-button__item::before {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  pointer-events: none;
}
.p-confirmation .p-button__item:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.p-confirmation .p-button__item.back::before {
  top: 8px;
  left: 26px;
  width: 196px;
  height: 55px;
  background-image: url(../../img/button_back_h.png);
}
.p-confirmation .p-button__item.send::before {
  top: 8px;
  left: 9px;
  width: 315px;
  height: 55px;
  background-image: url(../../img/button_send_h.png);
}

.p-send .p-finish {
  margin-bottom: 50px;
  background: #f3f4f5;
}
.p-send .p-finish__title {
  background: #7b7c82;
  text-align: center;
  line-height: 2.1666666667;
  font-size: 2.4em;
  color: #fff;
}
.p-send .p-finish__text {
  padding: 15px 20px;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #515866;
}
.p-send .p-finish__text em {
  font-weight: bold;
  color: #3c6a88;
}
.p-send .p-address {
  display: table;
  margin-bottom: 40px;
  width: 100%;
}
.p-send .p-address > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
.p-send .p-address__title {
  width: 256px;
  background: #3c6a88;
  text-align: center;
  font-size: 2em;
  color: #fff;
}
.p-send .p-address__text {
  padding-left: 30px;
  border: 2px solid #7b7c82;
  border-left: 0;
  font-size: 2.4em;
  font-weight: bold;
  color: #3c6a88;
}
.p-send .p-attention {
  margin-bottom: 34px;
  padding: 20px;
  border-left: 4px solid #3c6a88;
  background: #f3f4f5;
  color: #515866;
}
.p-send .p-attention__title {
  margin-bottom: 15px;
  font-size: 1.6em;
  font-weight: bold;
}
.p-send .p-attention__text {
  margin-bottom: 18px;
  font-size: 1.4em;
}
.p-send .p-attention__item {
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #3c6a88;
}
.p-send .p-attention__item::before {
  content: '●';
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-header__progress {
  background: linear-gradient(to right, #d1d1d1 50%, #f3f3f3 51%);
  text-align: center;
}
.l-header__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #fff;
  line-height: 1.7;
  font-size: 16px;
  color: #51504e;
  text-align: center;
}

.l-content {
  background: #fff;
}

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

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

.m-button {
  display: flex;
  justify-content: center;
  padding: 72px 0 190px;
}
.m-button .back {
  margin-right: 420px;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .l-content {
  padding-bottom: 135px;
}
.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-item.operation {
  display: none;
}
.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 textarea {
  height: 120px;
  min-height: 120px;
}
.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 .date .ui-datepicker-trigger {
  height: 42px;
}
.input .input-form-text {
  line-height: 1.8333333333;
  font-size: 1.2rem;
  color: #555555;
  text-align: center;
  margin-bottom: 45px;
}
.input .input-form-text a {
  text-decoration: underline;
}
.input .p-privacypolicy {
  position: relative;
  margin-top: 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 .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 .l-header__progress {
  background: #d1d1d1;
}
.send .l-header__lead {
  margin: 0 auto;
}
.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 */
