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

File Name:
Note:


New Creation:	.
Last Change:	2014/08/11 15:09:31.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

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-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}

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

* + html 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;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

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

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

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
}

body {
  min-width: 1040px;
  -webkit-text-size-adjust: 100%;
}

a, a::before, a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  transition: opacity 0.15s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}
/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: url(../img/container_bg.jpg) center top no-repeat #e7ecf2;
  background-size: 100% 100%;
  background-attachment: fixed;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav .nav-list a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.link a {
  position: relative;
  padding: 2px 32px 3px 0;
  background: url(../img/link_arrow.gif) right top no-repeat;
  font-size: 1.2em;
}
.link a:hover {
  transition: background-image 0.15s linear;
  background-image: url(../img/link_arrow_h.gif);
}

.text {
  color: #3c3c3c;
}

.box .title {
  border-radius: 6px 6px 0 0;
}
.box .title .text {
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-weight: bold;
}

.wrapper {
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar {
  position: fixed;
  right: 0;
  bottom: 3.5%;
  z-index: 1000;
}
.sidebar li {
  margin-bottom: 4px;
}
.sidebar li:last-child {
  margin-bottom: 0;
}
.sidebar .sd-pagetop {
  margin-top: 9px;
}
.sidebar .sd-pagetop img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sidebar .mail {
  background: url(../img/side_form_mail_bg.gif) left top no-repeat;
}
.sidebar .pmail {
  background: url(../img/side_form_pmail_bg.gif) left top no-repeat;
}
.sidebar .counseling {
  background: url(../img/side_form_counseling_bg.gif) left top no-repeat;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 1000;
  background: url(../img/header_bg.gif) left top repeat-x;
}
#header .title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 980px;
  text-align: right;
  line-height: 25px;
  color: #e0e0e0;
}
#header .logo {
  float: left;
  margin: 8px 0 13px;
  width: 352px;
}
#header .logo:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header aside {
  float: right;
  margin-top: 22px;
  padding: 7px 3px 3px;
  width: 492px;
  border: 2px solid rgba(10, 32, 105, 0.3);
  background-color: rgba(255, 255, 255, 0.45);
}
#header aside .h-form {
  position: relative;
}
#header aside .h-form dt {
  padding: 0 0 7px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #2b4182;
}
#header aside .h-form .form-list {
  *zoom: 1;
}
#header aside .h-form .form-list:after {
  content: "";
  display: table;
  clear: both;
}
#header aside .h-form .form-item {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4px;
}
#header aside .h-form .form-item:last-child {
  margin-right: 0;
}
#header aside .h-form .mail {
  background: url(../img/header_form_mail_bg.gif) left top no-repeat;
}
#header aside .h-form .pmail {
  background: url(../img/header_form_pmail_bg.gif) left top no-repeat;
}
#header aside .h-form .counseling {
  background: url(../img/header_form_counseling_bg.gif) left top no-repeat;
}

.nav {
  position: relative;
  clear: both;
  background: url(../img/nav_bg.png) left top repeat-x;
}
.nav .nav-list {
  *zoom: 1;
  margin: -67px auto 0;
  width: 981px;
}
.nav .nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nav .nav-list .nav-item {
  position: relative;
  float: left;
}
.nav .nav-list .nav-item.is-hover::after {
  content: '';
  position: absolute;
  top: 66px;
  z-index: 100;
}
.nav .nav-list .nav-item.is-hover .page-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: auto;
}
.nav .nav-list .page-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 73px;
  z-index: 10;
  overflow: hidden;
  padding: 4px;
  height: 0;
  background: #e6ebf5;
}
.nav .nav-list .page-item {
  margin-bottom: 1px;
}
.nav .nav-list .page-item:nth-child(odd) {
  background-color: #dbe2f1;
}
.nav .nav-list .page-item:nth-child(even) {
  background-color: #edf0f8;
}
.nav .nav-list .page-item a {
  display: block;
  position: relative;
  line-height: 38px;
  font-size: 1.4em;
  color: #3c3c3c;
}
.nav .nav-list .page-item a::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 9px;
  width: 8px;
  height: 15px;
  background: url(../img/arrow2.png) left top no-repeat;
}
.nav .nav-list .page-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: rgba(144, 144, 144, 0.5);
  color: #fff;
}
.nav .nav-list .example.is-hover::after {
  left: -30px;
  width: 249px;
  height: 10px;
  background: url(../img/nav_example_arrow.png) left top no-repeat;
}
.nav .nav-list .example .page-list {
  left: -31px;
  width: 241px;
}
.nav .nav-list .example .page-list .page-item {
  background-position: left top;
  background-repeat: no-repeat;
}
.nav .nav-list .example .page-list .page-item a {
  padding-left: 42px;
}
.nav .nav-list .example .page-list .page-item:nth-child(1) {
  background-image: url(../img/example_page-item_case1_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(2) {
  background-image: url(../img/example_page-item_case2_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(3) {
  background-image: url(../img/example_page-item_case3_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(4) {
  background-image: url(../img/example_page-item_case4_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(5) {
  background-image: url(../img/example_page-item_case5_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(6) {
  background-image: url(../img/example_page-item_case6_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(7) {
  background-image: url(../img/example_page-item_case7_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(8) {
  background-image: url(../img/example_page-item_case8_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(9) {
  background-image: url(../img/example_page-item_case9_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(10) {
  background-image: url(../img/example_page-item_case10_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(11) {
  background-image: url(../img/example_page-item_case11_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(12) {
  background-image: url(../img/example_page-item_case12_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(13) {
  background-image: url(../img/example_page-item_case13_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(14) {
  background-image: url(../img/example_page-item_case14_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(15) {
  background-image: url(../img/example_page-item_case15_bg.png);
}
.nav .nav-list .cause.is-hover::after,
.nav .nav-list .modification.is-hover::after {
  left: -24px;
  width: 238px;
  height: 10px;
  background: url(../img/nav_cause_arrow.png) left top no-repeat;
}
.nav .nav-list .cause .page-list,
.nav .nav-list .modification .page-list {
  left: -25px;
  width: 230px;
}
.nav .nav-list .cause .page-list .page-item a,
.nav .nav-list .modification .page-list .page-item a {
  padding-left: 16px;
}
.nav .record {
  position: relative;
}
.nav .record .num {
  position: absolute;
  top: 0;
  right: 0;
}

.form #header {
  border-bottom: 1px solid rgba(10, 32, 105, 0.8);
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}

#topicpath {
  *zoom: 1;
  margin: 5px 0 15px;
}
#topicpath:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol {
  *zoom: 1;
  float: right;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  position: relative;
  float: left;
  margin-right: 10px;
  background-color: #8099ce;
  font-size: 1.2em;
}
#topicpath ol li a {
  display: block;
  padding: 4px 7px;
  text-decoration: underline;
  color: #fff;
}
#topicpath ol li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#topicpath ol li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  width: 7px;
  height: 20px;
  background: url(../img/topicpath_list_bg.png) left top no-repeat;
}
#topicpath ol li.top span {
  display: block;
  overflow: hidden;
  width: 13px;
  height: 12px;
  background: url(../img/topicpath_top_bg.gif) left top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
#topicpath ol li.last {
  margin-right: 0;
  background: rgba(255, 255, 255, 0.5);
}
#topicpath ol li.last a {
  color: #8a8a8a;
}
#topicpath ol li.last::after {
  content: none;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 700px;
}

.form #main {
  float: none;
  width: auto;
}
.form #main .box {
  padding-bottom: 100px;
}
.form #main .box .box-title {
  padding: 30px 0 30px 38px;
  background: rgba(10, 32, 105, 0.8);
  font-size: 2.8em;
  color: #fff;
}
.form #main .box .box-title .en {
  position: relative;
  bottom: 6px;
  margin-left: 30px;
  font-size: 0.3571428571em;
  color: #838fb4;
}
.form #main .box .box-inner {
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.35);
}
.form #main .box .box-inner .title {
  padding: 35px 0 35px 40px;
  background: rgba(255, 255, 255, 0.4);
}
.form #main .box .box-inner > .text {
  padding: 44px 0;
  text-align: center;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #3c3c3c;
}
.form #main .box .box-inner > .text em {
  font-weight: bold;
  color: #d95c6f;
}
.form #main .box .box-inner .js-accordion-title {
  cursor: pointer;
}
.form #main .box .box-inner .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}
.form #main .box .box-inner .privacypolicy-text {
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 0;
  min-height: auto;
  background: 0;
  text-align: center;
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #3c3c3c;
}
.form #main .box .box-inner .p-privacypolicy {
  position: relative;
  margin-right: 60px;
  margin-left: 60px;
  padding: 0;
  background: 0;
  color: #3c3c3c;
}
.form #main .box .box-inner .p-privacypolicy div {
  padding: 0;
  background: 0;
}
.form #main .box .box-inner .p-privacypolicy div p {
  margin: 0;
  width: auto;
  color: inherit;
}
.form #main .box .box-inner .p-privacypolicy-inner {
  margin: 0 auto;
  box-sizing: border-box;
}
.form #main .box .box-inner .p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../img/privacypolicy_arrow2.png) center bottom no-repeat;
}
.form #main .box .box-inner .p-privacypolicy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  width: 100%;
  background: url(../img/privacypolicy_arrow1.png) center bottom no-repeat;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  letter-spacing: .18em;
}
.form #main .box .box-inner .p-privacypolicy-title::before, .form #main .box .box-inner .p-privacypolicy-title::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.form #main .box .box-inner .p-privacypolicy-title::before {
  margin-right: 1em;
}
.form #main .box .box-inner .p-privacypolicy-title::after {
  margin-left: 1em;
}
.form #main .box .box-inner .p-privacypolicy-contents-wrapper.p-privacypolicy-contents-wrapper {
  padding-top: 50px;
}
.form #main .box .box-inner .p-privacypolicy .title {
  margin-bottom: 1em;
  padding: 0;
  height: auto;
  min-height: auto;
  border: 0;
  background: 0;
  line-height: 1;
  font-size: 1.4em;
  font-weight: bold;
}
.form #main .box .box-inner .p-privacypolicy .text,
.form #main .box .box-inner .p-privacypolicy .item {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.form #main .box .box-inner .p-privacypolicy .contents-title {
  margin-bottom: .5em;
  font-size: 1.2em;
}
.form #main .box .box-inner .p-privacypolicy .list {
  margin-bottom: 1em;
  margin-left: 1em;
  counter-reset: list;
}
.form #main .box .box-inner .p-privacypolicy .item {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.form #main .box .box-inner .p-privacypolicy .item:nth-child(n)::before {
  content: "（" counter(list) "）";
  counter-increment: list;
}
.form #main .box .box-inner .p-privacypolicy .item .item {
  font-size: 1em;
}
.form #main .box .box-inner .p-privacypolicy .text {
  margin-bottom: 1em;
  padding: 0;
  min-height: auto;
  background: 0;
}
.form #main .box .box-inner .p-privacypolicy .text + .text,
.form #main .box .box-inner .p-privacypolicy .text + .list {
  margin-top: 1em;
}
.form #main .box .box-inner .p-privacypolicy .text.date {
  text-align: right;
}
.form #main .box .box-inner .p-privacypolicy .text + .title,
.form #main .box .box-inner .p-privacypolicy .list + .title {
  margin-top: 2em;
}
.form #main .box .box-inner .p-privacypolicy #reception dt,
.form #main .box .box-inner .p-privacypolicy #reception dd {
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.form #main .box .box-inner .p-privacypolicy #reception dl {
  display: flex;
}
.form #main .box .box-inner .p-privacypolicy #reception dl dt,
.form #main .box .box-inner .p-privacypolicy #reception dl dd {
  font-size: 1em;
}
.form #main .box .box-inner .p-privacypolicy #reception a {
  color: #3c3c3c;
  pointer-events: none;
}
.form #main .tel .text {
  padding: 44px 0 64px !important;
}
.form #main .tel ul {
  *zoom: 1;
  margin: 0 auto;
  width: 860px;
}
.form #main .tel ul:after {
  content: "";
  display: table;
  clear: both;
}
.form #main .tel ul li {
  position: relative;
  float: left;
  margin: 0 15px 15px 0;
  width: 422px;
  background: #c5d1e9;
}
.form #main .tel ul li:nth-child(even) {
  margin-right: 0;
}
.form #main .tel ul dl::after {
  content: '';
  position: absolute;
}
.form #main .tel ul dl dt {
  position: relative;
  padding: 11px 0 0 14px;
  height: 29px;
  background: #99acd5;
}
.form #main .tel ul dl dt::before {
  content: '';
  position: absolute;
}
.form #main .tel ul dl .telnum {
  padding: 15px 0 10px 14px;
  height: 24px;
}
.form #main .tel ul dl .abroad {
  margin-left: 36px;
  padding: 0 0 7px 14px;
  line-height: 1.4;
  font-size: 1.2em;
  color: #3c3c3c;
}
.form #main .tel ul .charge dt::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  width: 122px;
  height: 20px;
  background: url(../img/counseling_tel_nakai.gif) left top no-repeat;
}
.form #main .tel ul .tokyo dl::after {
  right: 33px;
  bottom: 10px;
}
.form #main .tel ul .yokohama dl::after {
  right: 30px;
  bottom: 9px;
}
.form #main .tel ul .nagoya dl::after {
  right: 35px;
  bottom: 4px;
}
.form #main .tel ul .osaka dl::after {
  right: 41px;
  bottom: -13px;
}
.form #main .tel ul .hiroshima dl::after {
  right: 41px;
  bottom: 5px;
}
.form #main .tel ul .fukuoka dl::after {
  right: 35px;
  bottom: 19px;
}
.form #main .tel ul .tokyo dl::after {
  width: 78px;
  height: 66px;
  background: url(../img/counseling_tel_tokyo_title_bg.png) left top no-repeat;
}
.form #main .tel ul .nagoya dl::after {
  width: 62px;
  height: 75px;
  background: url(../img/counseling_tel_nagoya_title_bg.png) left top no-repeat;
}
.form #main .tel ul .osaka dl::after {
  width: 58px;
  height: 97px;
  background: url(../img/counseling_tel_osaka_title_bg.png) left top no-repeat;
}
.form #main .tel ul .hiroshima dl::after {
  width: 58px;
  height: 78px;
  background: url(../img/counseling_tel_hiroshima_title_bg.png) left top no-repeat;
}
.form #main .tel ul .fukuoka dl::after {
  width: 68px;
  height: 79px;
  background: url(../img/counseling_tel_fukuoka_title_bg.png) left top no-repeat;
}
.form #main #progress {
  margin-bottom: 30px;
  text-align: center;
}

#error {
  margin: 0 60px 30px;
  padding: 20px 0 20px 162px;
  background: #d95c6f;
}
#error p {
  margin: 0 auto;
  padding: 5px 0 5px 48px;
  width: 100%;
  background: url(../img/form_message_bg.gif) left 8px no-repeat;
  line-height: 1.4em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
#error p span {
  font-size: 0.7142857143;
  color: #fff;
}

form legend {
  display: none;
}
form table {
  margin: 0 auto;
  width: 860px;
}
form table tr th,
form table tr td {
  padding: 15px;
  border: 1px solid #B5B5B6;
  text-align: left;
  line-height: 1.2857142857;
  font-size: 14px;
  color: #4C4A4A;
}
form table tr th {
  width: 258px;
  vertical-align: middle;
  line-height: 1;
}
form table tr th label {
  display: block;
  padding-left: 16px;
  background: url(../img/form_arrow.png) left 3px no-repeat;
  line-height: 1.4;
  font-weight: bold;
  color: #4C4A4A;
}
form table tr th p {
  margin: 5px 0 0 17px;
  padding-right: 30px;
}
form table tr th small {
  line-height: 1.0833333333;
  font-size: 0.8571428571em;
}
form table tr td input,
form table tr td textarea {
  padding: 7px 0 7px 10px;
  width: 97%;
  border: 1px solid #B5B5B6;
  vertical-align: middle;
}
form table tr td textarea {
  color: #3c3c3c;
}
form table tr td input.middle {
  padding: 0 8px;
  width: 10em;
  height: 34px;
}
form table tr .required {
  background-image: url(../img/form_table_required_bg.gif);
  background-position: 244px 6px;
  background-repeat: no-repeat;
}
form table tr.name th label {
  margin-bottom: 5px;
}
form table tr.name th em {
  font-size: 12px;
}
form table tr.clinic ul li {
  line-height: 1.6666666667;
}
form table tr.history input, form table tr.clinic input {
  margin-right: 5px;
  padding: 0;
  width: auto;
}
form table tr.history ul li {
  display: inline;
}
form table tr.history ul li:first-child {
  margin-right: 20px;
}
form table tr.tel td input {
  width: 4em;
}
form table tr.contents ul li, form table tr.possibletime ul li {
  display: inline;
  margin-right: 20px;
}
form table tr.contents ul li:last-child, form table tr.possibletime ul li:last-child {
  margin-right: 0;
}
form table tr.contents ul li input, form table tr.possibletime ul li input {
  margin-right: 5px;
  width: auto;
}
form table tr.possibletime th em {
  font-size: 12px;
}
form table tr.possibletime ul {
  padding-right: 150px;
}
form table tr.possibletime ul li {
  margin-right: 10px;
  line-height: 1.5em;
}
form table tr.date th {
  padding-right: 10px;
}
form table tr.date th small em {
  margin: 0;
  color: #D83063;
}
form table tr.date td div > * {
  display: inline-block;
}
form table tr.date span.wrapper {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  width: auto !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
}
form table tr.date span.wrapper #calendar1 {
  border: 1px solid #999;
}
form table tr.date span.wrapper img {
  border: 1px solid #999;
  border-left: none;
}
form table tr.text th,
form table tr.text td {
  background-color: inherit !important;
}
form table tr:nth-child(even) th, form table tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.6);
}
form table tr .errbg {
  background-color: #F9E5E0;
}
form table tr:nth-child(even) .errbg {
  background-color: #F6D2CB;
}
form fieldset > ul .text {
  color: #7F7875;
}

#button {
  margin-top: 40px;
  text-align: center;
}
#button li {
  border: none;
  background: none;
  text-align: center;
}
#button li input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: opacity 0.15s linear;
}

.form #ui-datepicker-div .ui-datepicker-today {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.form #ui-datepicker-div .ui-datepicker-today span {
  background: #F9E5E0;
}

/*--------------------------
確認画面
--------------------------*/
#confirmation #main {
  margin-top: 40px;
}
#confirmation #main .wrapper {
  width: 860px;
}
#confirmation #main .box-inner {
  padding: 40px 60px 100px;
}
#confirmation #main #progress {
  margin-bottom: 0;
  text-align: center;
}
#confirmation #main .text {
  padding: 30px 0;
}
#confirmation #main table tr th {
  font-weight: bold;
}
#confirmation #main table tr.email td, #confirmation #main table tr.tel td {
  font-size: 1.8em;
  font-weight: bold;
  color: #D95C6F;
}
#confirmation #main table tr.text th,
#confirmation #main table tr.text td {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
#confirmation #main table tr.text th {
  line-height: 1.2857142857;
}
#confirmation #button {
  *zoom: 1;
  margin: 40px auto 0;
  width: 860px;
}
#confirmation #button:after {
  content: "";
  display: table;
  clear: both;
}
#confirmation #button li {
  float: left;
}
#confirmation #button li.back {
  margin-right: 110px;
}
#confirmation #button li.back a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*--------------------------
完了画面
--------------------------*/
#confirmation.send #main .paragraph .address {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
}
#confirmation.send #main .paragraph .address dt,
#confirmation.send #main .paragraph .address dd {
  display: table-cell;
  height: 76px;
  vertical-align: middle;
}
#confirmation.send #main .paragraph .address dt {
  width: 187px;
  background: #8099ce;
  text-align: center;
}
#confirmation.send #main .paragraph .address dd {
  padding-left: 33px;
  font-size: 2.6em;
  color: #D95C6F;
}
#confirmation.send #main .paragraph .mail {
  margin-bottom: 45px;
  padding: 40px 46px;
  background: rgba(60, 60, 60, 0.1);
}
#confirmation.send #main .paragraph .mail h2 {
  margin-bottom: 25px;
  font-size: 1.6em;
  font-weight: bold;
  color: #D95C6F;
}
#confirmation.send #main .paragraph .mail p {
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #3c3c3c;
}
#confirmation.send #main .paragraph .top {
  text-align: center;
}
#confirmation.send #main .paragraph .top a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*--------------------------
写メール相談
--------------------------*/
#pmail .box-inner {
  padding: 0 60px 100px;
}
#pmail .text span img {
  position: relative;
  bottom: 4px;
}
#pmail .list {
  *zoom: 1;
  margin-bottom: 30px;
}
#pmail .list:after {
  content: "";
  display: table;
  clear: both;
}
#pmail .list .item {
  float: left;
  margin-right: 10px;
}
#pmail .list .item:last-child {
  margin-right: 0;
}
#pmail .destination {
  margin-bottom: 45px;
}
#pmail .destination dt,
#pmail .destination dd {
  display: table-cell;
  vertical-align: middle;
}
#pmail .destination .discription {
  padding: 0 175px 0 30px;
  background-color: #F2F7FB;
}
#pmail .destination .discription a {
  text-decoration: none;
  font-size: 2.6em;
  color: #d95c6f;
}
#pmail .destination .qr {
  padding: 0 15px;
  background-color: #fff;
}
#pmail .top {
  text-align: center;
}
#pmail .top a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer .nav .nav-list {
  margin: 0 auto;
}
#footer .f-inner {
  margin: 0 auto;
  padding: 15px 0;
  width: 980px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .f-inner .text {
  line-height: 1.4;
  color: #636363;
}
#footer .copyright {
  background-color: rgba(128, 153, 206, 0.3);
  text-align: center;
  line-height: 2;
  color: #2b4182;
}
