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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	footer

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

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

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

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: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

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

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

html {
  -pie-load-path: "http://any.server/path/to/pie-js-files/PIE.htc";
  min-width: 860px;
}

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

a img {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #090909;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

.form #container {
  background: url(../img/header_bg.gif) left top repeat-x #090909;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  background: url(../img/header_bg.gif) left top repeat-x;
}

.header-wrapper {
  position: relative;
  margin: 0 auto;
  width: 860px;
}

.counselingHead {
  position: absolute;
  top: 450px;
  left: 85px;
  background: url(../img/link_btn_counseling_bg.gif) left top no-repeat;
}
.counselingHead img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.form .header-wrapper {
  width: 860px;
  margin: 0 auto;
  position: relative;
  background: url(../img/bg1.gif) left 101px repeat;
}

.h1 {
  font-size: 1.1em;
  text-align: center;
  line-height: 24px;
  color: #837a73;
}

.form .h1 {
  background-color: #080505;
}

#logo {
  padding: 32px 0px 30px 25px;
}
#logo a img:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.case-icon {
  position: absolute;
  top: 33px;
  right: 135px;
}

.link {
  position: absolute;
  bottom: 13px;
  right: 25px;
}
.link a img:hover {
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

#gnavi {
  width: 100%;
  margin-top: -8px;
  background: url(../img/nav_bg.png) left top repeat-x;
  z-index: 100;
}
#gnavi ul {
  *zoom: 1;
  width: 860px;
  height: 75px;
  margin: 0 auto;
  padding-top: 8px;
}
#gnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi li {
  float: left;
}
#gnavi li.top {
  background: url(../img/nav_top_bg.gif) left top no-repeat;
}
#gnavi li.about {
  background: url(../img/nav_about_bg.gif) left top no-repeat;
}
#gnavi li.technic {
  background: url(../img/nav_technic_bg.gif) left top no-repeat;
}
#gnavi li.attention {
  background: url(../img/nav_attention_bg.gif) left top no-repeat;
}
#gnavi li.price {
  background: url(../img/nav_price_bg.gif) left top no-repeat;
}
#gnavi li.clinic {
  background: url(../img/nav_clinic_bg.gif) left top no-repeat;
}
#gnavi li.mail {
  background: url(../img/nav_mail_bg.gif) left top no-repeat;
}
#gnavi li.counseling {
  background: url(../img/nav_counseling_bg.gif) left top no-repeat;
}
#gnavi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.send #gnavi {
  margin-top: 0;
  background: none;
}
.send #gnavi ul {
  height: auto;
  padding-top: 0;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 24px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.form #main {
  width: 860px;
  margin: 0 auto 60px;
  padding-bottom: 6px;
}
.form #main .wrapper {
  width: 728px;
  padding: 40px 66px;
  background-color: #222020;
}
.form #main .wrapper div#error {
  margin: 0 0 30px;
  padding: 30px 0 30px 162px;
  border: 2px solid #d40e16;
  background: #fff;
}
.form #main .wrapper div#error p {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 5px 48px;
  background: url(../img/form_message_bg.gif) left center no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.67em;
  color: #d40e16;
}
.form #main .wrapper div#error p span {
  font-size: 0.8333333334em;
  color: #4d4d4d;
}

.mail-notice {
  padding: 30px 0;
  color: #837872;
  font-size: 1.4em;
  line-height: 1.8571428571;
}

form legend {
  display: none;
}
form table {
  width: 728px;
  background: #fff;
}
form table tbody tr th, form table tbody tr td {
  padding: 15px;
  color: #5f5e5e;
  font-size: 14px;
  line-height: 1.2857142857;
  border: 1px solid #B5B5B6;
}
form table tbody tr th {
  width: 248px;
  line-height: 1;
  vertical-align: middle;
}
form table tbody tr th label {
  padding-left: 17px;
  background: url(../img/arrow.png) 4px 3px no-repeat;
  display: block;
}
form table tbody tr td input, form table tbody tr td textarea {
  width: 97%;
  padding: 7px 0 7px 10px;
  border: 1px solid #B5B5B6;
}
form table tbody tr th.required {
  background-image: url(../img/form_table_required_bg.gif);
  background-position: 238px 4px;
  background-repeat: no-repeat;
}
form table tbody tr.name th label {
  margin-bottom: 5px;
}
form table tbody tr.name th span {
  font-size: 12px;
}
form table tbody tr.history input, form table tbody tr.clinic input {
  width: auto;
  margin-right: 5px;
  padding: 0;
}
form table tbody tr.history ul li {
  display: inline;
}
form table tbody tr.history ul li:first-child {
  margin-right: 20px;
}
form table tbody tr.clinic ul li {
  line-height: 1.6666666667;
}
form table tbody tr.emailcheck span {
  font-size: 12px;
}
form table tbody tr.history th,
form table tbody tr.email th,
form table tbody tr.text th {
  background-color: #EFEFEF;
}
form table tbody tr.history td,
form table tbody tr.email td,
form table tbody tr.text td {
  background-color: #EDEDED;
}
form table tbody tr.clinic td.errbg,
form table tbody tr.name td.errbg,
form table tbody tr.emailcheck td.errbg {
  background-color: #F9E5E0;
}
form table tbody tr.history td.errbg,
form table tbody tr.email td.errbg,
form table tbody tr.text td.errbg {
  background-color: #F6D2CB;
}
form #button {
  margin-top: 49px;
  text-align: center;
}
form #button li {
  background: url(../img/button_confirmation_h.gif) 226px top no-repeat;
}
form #button li input:hover {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.c-accordion-title {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.c-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  width: 23px;
  height: 11px;
  background: url(../img/privacypolicy_arrow.png) left center no-repeat;
}
.c-accordion-title img {
  width: 100%;
  height: auto;
}
.c-accordion-title.is-open::before {
  transform: rotate(180deg);
}
.c-accordion-contents {
  display: none;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  color: #6b6b6b;
}
.c-accordion-contents-inner {
  padding: 40px;
}

.p-privacypolicy {
  z-index: 2;
  margin: 0 auto;
  padding: 80px 0;
}
.p-privacypolicy::before {
  content: '';
  position: absolute;
  top: 150px;
}
.p-privacypolicy .box {
  margin-bottom: 30px;
  padding: 0;
}
.p-privacypolicy .box.last {
  margin-bottom: 0;
}
.p-privacypolicy .box .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #6b6b6b;
}
.p-privacypolicy .box p,
.p-privacypolicy .box ul {
  line-height: 1.8333333333;
  font-size: 12px;
}
.p-privacypolicy .box li {
  padding-left: 2.5em;
  text-indent: -3em;
}
.p-privacypolicy .reception {
  margin-top: 15px;
  font-size: 12px;
}
.p-privacypolicy .reception-title {
  margin-bottom: 10px;
}
.p-privacypolicy .reception-contents {
  padding-left: 12px;
  line-height: 1.5;
}
.p-privacypolicy .reception-tel {
  margin-top: 5px;
}
.p-privacypolicy .reception-tel > * {
  display: inline-block;
}
.p-privacypolicy .reception-tel-contents a {
  color: #6b6b6b;
}

/*----------------------------------------------------------------------
8.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer #copyright {
  background: #D1E04C;
  text-align: center;
  line-height: 24px;
  color: #000;
}

img.assist {
  display: none;
}

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