@charset "UTF-8";
/* リセット
=============================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input, textarea, {
 margin: 0;
 padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 基本設定
=============================================== */

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
  color: #231815;
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin-bottom: 1em;
}
img {
  vertical-align: bottom;
}
a {
  color: #005491;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #222;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/* ヘッダー
=============================================== */

#gHeader {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
#gHeader h1 {
  margin: 30px 0;
  padding: 0;
}
#gHeader h1 img {
  width: 280px;
}

/* フッター
=============================================== */

#gFooter {
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 11px;
  padding: 30px;
  margin-top: 30px;
  font-family: Arial, Helvetica, "sans-serif";
}


/* 共通スタイル
=============================================== */

#container {
  max-width: 840px;
  margin: 0 auto;
}
#contents {;
  margin: 0 auto;
  padding: 0;
}
#contents #phone h2,
#contents #lead h2 {
  margin: 20px 0 10px;
  margin: 0 0 2em;
  font-size: 18px;
  border-bottom: solid 1px #eee;
  padding-bottom: 1em;
  font-weight: bold;
}
#contents #lead p {
  font-size: 14px;
  line-height: 1.8;
}
#contents #lead {
  margin-bottom: 2em;
}

/* パンくずナビ
=============================================== */

#topicpath {
  text-align: right;
  font-size: 11px;
  margin-bottom: 40px;
}
#topicpath li {
  display: inline-block;
}
#topicpath li + li:before {
  margin: 0 5px;
  content: ">";
  color: #CCC;
}


/* フォーム
=============================================== */

#contents #phone {
  margin-bottom: 60px;
}
#contents #phone em {
  font-size: 24px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 500;
}


/* フォーム
=============================================== */

#formArea {
  width: 100%;
  overflow: hidden;
}
#formArea h3 {
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 3px solid #eee;
  margin-bottom: 15px;
}
#formArea dl {
  border-top: 1px solid #eee;
}
#formArea dt {
  clear: both;
  float: left;
  width: 30%;
  padding: 20px 0;
  margin: 0;
}
#formArea dd {
  padding: 20px 0 20px 30%;
  margin: 0;
  border-bottom: 1px solid #eee;
}
#formArea dd ul{
  margin: 1em 0 0 1em;
  font-size: 12px;
  list-style: disc;
}
#formArea dd li{
}
#formArea dd li+li{
  margin-top: 0.5em;
}
#formArea small {
  font-size: 12px;
}
#formArea dd img {
  max-width: 80%;
}
.ws,
.wm,
.wl,
select {
  border: 1px solid #eee;
  margin: 2px 0;
  background: #FAFAFA;
  padding: 15px;
  border-radius: 1px;
}
.ws {
  width: 100px;
}
.wm {
  width: 300px;
}
.wl {
  width: 100%;
}
.error {
  margin-top: 5px;
  color: #FF0000;
}
.require {
  color: #FF0000;
  font-size: 10px;
  margin-left: 5px;
}
#submit {
  clear: both;
  text-align: center;
  margin: 40px 0;
}
#submit input {
  border: none;
  padding: 15px 30px;
  text-decoration: none;
  background-color: #231815;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font: normal 15px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
  -webkit-appearance: none;
  border-radius: 0;
}
#submit input:hover {
  background: #333;
}
#submit input.back {
  background: #B7B7B7;
}
#ssl {
  clear: both;
  text-align: center;
  margin: 0;
}
#message-container-input {
  margin: 0;
}
.addressArea {
  position: relative;
}
.addressArea p {
  margin: 0 0 10px 0;
}
#goHome {
  text-align: center;
}
#notice{
  border: 1px solid #eee;
  padding: 30px;
}
#notice ul{
  margin: 0 0 0 1.2em;
  font-size: 12px;
  list-style: disc;
}
#notice li+li{
  margin-top: 0.5em;
}


/* スマートフォン用定義
=============================================== */

@media screen and (max-width: 640px) {
img {
  max-width: 100%!important;
}
#gHeader {
  z-index: 100000;
}
#gHeader #gHeadeInner {
  width: 100%;
}
#gHeader h1 img {
}
#gHeader nav {
  display: none;
}

/* 共通
=============================================== */

#contents #title h2 {
  font: normal 26px/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 0 20px;
}
#contents #title p {
  font-size: 14px;
}
#contents {
  width: 100%;
  padding: 30px 5% 0;
}
#formArea {
  padding: 40px 0;
}
#formArea dt {
  clear: both;
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 10px 0;
}
#formArea dd {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.ws {
  width: 35%;
  box-sizing: border-box;
}
.wm {
  width: 70%;
  box-sizing: border-box;
}
.wl {
  width: 100%;
  box-sizing: border-box;
}
#submit input {
  width: 100%;
}
}
