@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		pc_form.scss
Note:			PC_フォーム用SCSSファイル


New Creation:	2018/04/16.
Last Change:	2018/05/01.


Created By		Kosuke Inoue

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

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
9.	footer
10.	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: "Gothic MB101 Light", "ヒラギノ角ゴ Pro W3", "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;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html {
  color: #595757;
}

body {
  font-feature-settings: 'pkna' 1;
}

a {
  color: #6d9dcf;
}

object {
  transition: opacity .1s linear;
}
object.is-inactive {
  opacity: 0;
}
object.is-active {
  opacity: 1;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
.l-container {
  overflow: hidden;
  min-width: 1000px;
  background: url(../img/contents_bg.png) center top repeat-y;
  background-size: 100% auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
.monitor .h-mainvisual {
  background: url(../img/form_monitor_title_bg.png) right top/cover no-repeat;
}

.consultation .h-mainvisual {
  background: url(../img/form_consultation_title_bg.png) right top/cover no-repeat;
}

.h-mainvisual__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 1400px;
  height: 526px;
}

.h-logo {
  position: absolute;
  top: 45px;
  left: 55px;
}

.h-title {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.h-title.monitor-title {
  background: url(../img/form_monitor_title_bg.png) left top no-repeat;
}
.h-title.consultation-title {
  background: url(../img/form_consultation_title_bg.png) left top no-repeat;
}

.h-progress {
  background: linear-gradient(to right, #d1d1d1 50%, #f3f3f3 51%);
  text-align: center;
}

.h-lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 150px;
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
}
.h-lead .small {
  display: block;
  width: 100%;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.m-contents {
  margin: 0 auto 80px;
  width: 1000px;
}
.m-contents-title {
  margin-bottom: 45px;
  padding: 6px 0 6px 25px;
  border-left: 7px solid #cb4a90;
}

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

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

.m-flow .text {
  margin-bottom: 35px;
  line-height: 1.7142857143;
  font-size: 14px;
}
.m-flow .m-anchor {
  background-position: right top;
  background-repeat: no-repeat;
}
.m-flow .m-anchor a {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-flow .m-anchor a img {
  transition: opacity .15s linear;
}
.m-flow .m-anchor a:hover img {
  opacity: 0;
}
.m-flow .m-anchor + .m-anchor {
  margin-top: 5px;
}
.m-flow .m-anchor.tel {
  background-image: url(../img/form_flow_anchor_tel_bg.png);
}
.m-flow .m-anchor.tel a {
  background-image: url(../img/form_flow_anchor_tel_h.png);
}
.m-flow .m-anchor.net {
  background-image: url(../img/form_flow_anchor_net_bg.png);
}
.m-flow .m-anchor.net a {
  background-image: url(../img/form_flow_anchor_net_h.png);
}

.m-tel .m-clinic-list {
  display: flow-root;
}
.m-tel .m-clinic-item {
  box-sizing: border-box;
  padding: 11px 0 17px;
}
.m-tel .m-clinic-item:nth-child(odd) {
  float: left;
  width: 50%;
  border-right: 1px dashed #000;
}
.m-tel .m-clinic-item:nth-child(even) {
  border-bottom: 1px dashed #000;
}
.m-tel .m-clinic-item img {
  margin-left: 16px;
}

/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .h-lead {
  justify-content: center;
}
.input .input-form-wrapper {
  color: #595757;
}
.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-image: none;
  background-color: inherit;
}
.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: #595757;
}
.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: #595757;
}
.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 .operation {
  display: none;
}
.input .input-form-wrapper .text textarea {
  height: 120px;
  min-height: 120px;
}
.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;
}
.input .date .ui-datepicker-trigger {
  height: 42px;
}

/*----------------------------------------------------------------------
	CONFIRMATION
----------------------------------------------------------------------*/
.confirmation .h-lead {
  justify-content: center;
  text-align: center;
}
.confirmation .m-button {
  justify-content: space-between;
}
.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: #595757;
  word-break: break-all;
}

/*----------------------------------------------------------------------
	SEND
----------------------------------------------------------------------*/
.send .h-progress {
  background: #d1d1d1;
}
.send .h-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: #595757;
  word-break: break-all;
}
.send .m-attention {
  color: #595757;
}
.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 {
  text-decoration: underline;
  color: #595757;
}
.send .m-attention-item {
  padding-left: 10px;
  text-indent: -10px;
  line-height: 1.875;
  font-size: 16px;
}
.send .m-attention-item::before {
  content: '●';
}
.send .m-recommend {
  margin: 60px 0;
}
.send .m-recommend > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: bold;
  color: #584f4c;
}
.send .m-recommend > .title::before, .send .m-recommend > .title::after {
  content: '';
  width: 300px;
  height: 14px;
  background: url(../img/form_recommend_title_bg.png) left top repeat;
}
.send .m-recommend .contents-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.send .m-recommend .recommend-item {
  width: 292px;
}
.send .m-recommend .recommend-item > .title {
  border: 1px solid #928c88;
  border-bottom: 0;
  background: #928c88;
  text-align: center;
  line-height: 2.6666666667;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
.send .m-recommend .recommend-item .pic {
  border: 1px solid #928c88;
  border-top: 0;
}
.send .m-recommend .recommend-item .link {
  padding-right: 10px;
  background: #fff;
  text-align: right;
}
.send .m-recommend .recommend-item .link a {
  padding-right: 20px;
  background: url(../img/form_recommend_link_bg.png) right center no-repeat;
  line-height: 2.125;
  font-size: 1.6em;
  color: #6d9dcf;
}
.send .m-recommend .recommend-item .link a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
.f-copyright {
  background: #8c9ca8;
  text-align: center;
}
.f-copyright-text {
  line-height: 2.6;
  font-size: 1em;
  color: #fff;
}

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