@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,
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: #222;
  -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: #003399;
  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 {
  display: block;
  margin: 0 auto;
  width: 200px;
}

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

#container {
  max-width: 680px;
  margin: 0 auto;
}
#lead {
  margin-bottom: 3em;
}
#lead h2 {
  margin: 2em 0 1em;
  font-size: 20px;
  font-weight: 600;
}
#lead p {
  font-size: 14px;
  line-height: 1.8;
}

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

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

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

#formArea {
  width: 100%;
  overflow: hidden;
}
#formArea dl {
  line-height: 1.6;
}
#formArea dt {
  clear: both;
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  font-size: 18px;
  margin: 0 0 1em 0;
}
#formArea dd {
  padding: 0;
  margin: 0 0 3em 0;
}
input[type="text"],
textarea,
select,
.ws,
.wm {
  border: 1px solid #ccc;
  margin: 0.5em 0;
  background: #fff;
  padding: 15px;
  border-radius: 1px;
  font-size: 14px;
  width: 100%;
}
.validate {
	background: #ffdbe1 !important;
  padding: 1em !important;
}
select{
  width: auto;
  height: calc(1.5em + 30px);
}
.ws {
  width: 100px !important;
}
.wm {
  width: 300px !important;
}
.error {
  margin-top: 0.5em;
  color: #ea0000!important;
}
.caption {
    display: block;
    font-size: 14px;
    margin: 1em 0 0 0;
}
.require {
  color: #ea0000;
  font-size: 10px;
  margin-left: 5px;
  display: inline-block;
  border: 1px solid #ea0000;
  padding: 0.4em 0.5em;
  line-height: 1;
  vertical-align: text-top;;
}
label {
  display: inline-block;
}
#submit {
  clear: both;
  text-align: center;
  margin: 4em 0 10em 0;
}
#submit a,
#submit input {
  border: none;
  padding: 1em 3em;
  text-decoration: none;
  background-color: #2B4DA2;
  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: 3px;
}
#submit input:hover {
  background: #333;
}
#submit .back {
  background: #B7B7B7;
}
#submit .back:hover {
  background: #c7c7c7;
}

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

@media screen and (max-width: 680px) {
#gHeader h1 img {
  height: 40px;
}
#container {
  margin: 0 5%;
}
#submit a,
#submit input {
  width: 100%;
  padding: 1em;
}
}
