@charset "shift_jis";
/* CSS Document */

/* reset */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
ul,ol {
	list-style-type: none;
}
fieldset {
	border: 0;
}
img {
	border: 0;
	height: auto;
	vertical-align: bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* common */
body {
	-webkit-text-size-adjust: none;
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fcfcfc;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* main */
.main {
	width: 98%;
	margin: 0 auto;
	padding: 2%;
	overflow: hidden;
}
h1 {
	font-size: 18px;
	border-bottom: solid 3px #419dda;
	padding: 10px;
}
.main > div {
	background: #f9eded;
    margin-top: 10px;
	padding: 3%;
}
.main > p {
	padding: 12px 0 5px;
}
/* table */
table {
	width: 100%;
	margin: 0 auto;
	border: solid 1px #d4aaaa;
	table-layout: fixed;
	box-sizing: border-box;
}
tr {
	box-sizing: border-box;
}
th {
	width: 35%;
    vertical-align: top;
	background: #f1dede;
	padding: 5px;
	border-bottom: solid 1px #d4aaaa;
	border-right: solid 1px #d4aaaa;
	box-sizing: border-box;
}
td {
	width: 65%;
    vertical-align: top;
	background: #fff;
	padding: 5px;
	border-bottom: solid 1px #d4aaaa;
	box-sizing: border-box;
}
th span {
	color: #fd384e;
	font-size: 10px;
}
td span {
	color: #fd384e;
	font-weight: bold;
}
form p {
	padding: 10px 0;
}
/* form */
form > div {
	text-align: center;
}
div.btn {
	width: 292px;
	margin: 0 auto;padding: 20px 0;
  overflow: hidden;
}
input, button, select, textarea {
    -webkit-appearance: none;
}

select,
input:focus,
textarea:focus {
	outline: none;
}
select,
input[type=text],
input[type=email],
textarea {
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #1a1a1a;
	border: solid 1px #ddd;
	background: #eee;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
}
.btn-send {
	text-align: center;
	width: 250px;
	height: 40px;
	outline: none;
	cursor: pointer;

  border: none;
	border-radius: 8px;
	background-color: #419dda;

  font-size: 14px;
  font-weight: bold;
	color: #fff;
}
.button {
	text-align: center;
	width: 80px;
	height: 40px;
	outline: none;
	cursor: pointer;

    border: none;
	border-radius: 8px;
	background-color: #757575;

    font-size: 14px;
    font-weight: bold;
	color: #fff;
}
button.error {
	background-color: #fff;
	color: #ededed;
    cursor: default;
}
textarea {
	width: 90% !important;
}
.confirm .btn-send {
    width: 200px;
    height: 40px;
    font-size: 14px;
}
div.btn form {
	width: 200px;
	padding: 3px;
	float: left;
	overflow: hidden;
}
div.btn form.back {
	width: 80px;
	float: left;
	overflow: hidden;
}
#error_reports {
	padding-bottom: 10px;
}
#error_reports li {
	color: #fd384e;
}
/* privacy */
.privacy {
	margin: 20px 0;
	height: 150px;
	overflow-y: scroll;
	border: solid 1px #d4aaaa;
	background: #fff;
    padding: 10px;
}
.privacy p {
	margin-bottom: 10px;
}
.privacy p.tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.privacy li {
	padding-bottom: 6px;
}

/* thanks */
.thanks {
}



/* footer */
.main > div.footer {
    background: #fff;
    text-align: center;
}
.footer p {
	color: #a8a8a8;
	font-size: 10px;
}



h1 {
	border-bottom: solid 3px #419dda;
}
.main > div {
	background: #ececec;
}
table {
	border: solid 1px #a8a8a8;
}
th {
	background: #cef1f0;
	border-bottom: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
}
td {
	border-bottom: solid 1px #a8a8a8;
}
th span {
	color: #fc022f;
}
.btn-send {
	background-color: #419dda;
}
.privacy {
	border: solid 1px #a8a8a8;
}
