@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: 14px;
	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: 640px;
	margin: 0 auto;
	padding: 20px;
}
h1 {
	font-size: 18px;
	border-bottom: solid 3px #419dda;
	padding: 10px;
}
.main > div {
	background: #f9eded;
    margin-top: 10px;
	padding: 20px;
}
.main > p {
	padding: 12px 0 5px;
}
/* table */
table {
	width: 600px;
	margin: 0 auto;
	border: solid 1px #d4aaaa;
	table-layout: fixed;
}
th {
	width: 35%;
    vertical-align: top;
	background: #f1dede;
	padding: 20px;
	border-bottom: solid 1px #d4aaaa;
	border-right: solid 1px #d4aaaa;
}
td {
	width: 65%;
    vertical-align: top;
	background: #fff;
	padding: 20px;
	border-bottom: solid 1px #d4aaaa;
}
th span {
	color: #fd384e;
	font-size: 12px;
}
td span {
	color: #fd384e;
	font-weight: bold;
}
form p {
	padding: 10px 0;
}
/* form */
form > div {
	text-align: center;
}
div.btn {
	padding: 20px 0;
    overflow: hidden;
    width: 352px;
	margin: 0 auto;
}
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: 50px;
	outline: none;
	cursor: pointer;

    border: none;
	border-radius: 8px;
	background-color: #419dda;

    font-size: 16px;
    font-weight: bold;
	color: #fff;
}
.button {
	text-align: center;
	width: 90px;
	height: 50px;
	outline: none;
	cursor: pointer;

    border: none;
	border-radius: 8px;
	background-color: #757575;

    font-size: 16px;
    font-weight: bold;
	color: #fff;
}
.button.error {
	background-color: #fff;
	color: #ededed;
    cursor: default;
}
div.btn form {
	width: 250px;
	padding: 3px;
	float: left;
	overflow: hidden;
}
div.btn form.back {
	width: 90px;
	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: 12px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .main {
		width: 98%;
		padding: 2%;
		overflow: hidden;
	}
  ::i-block-chrome, .main > div {
		padding: 3%;
	}
  ::i-block-chrome, table {
		width: 100%;
		box-sizing: border-box;
	}
  ::i-block-chrome, th {
		padding: 5px;
		box-sizing: border-box;
	}
  ::i-block-chrome, td {
		padding: 5px;
		box-sizing: border-box;
	}
  ::i-block-chrome, th span {
		font-size: 10px;
	}
  ::i-block-chrome, th span {
		font-size: 10px;
	}
  ::i-block-chrome, .btn-send {
		width: 250px;
		height: 40px;
		font-size: 14px;
	}
  ::i-block-chrome, .button {
		width: 80px;
		height: 40px;
		font-size: 14px;
	}
  ::i-block-chrome, div.btn form {
		width: 200px;
		padding: 3px;
		float: left;
		overflow: hidden;
	}
  ::i-block-chrome, div.btn form.back {
		width: 80px;
		float: left;
		overflow: hidden;
	}

  ::i-block-chrome, textarea {
		width: 90% !important;
	}
  ::i-block-chrome, .confirm .btn-send {
		width: 200px;
		height: 40px;
		font-size: 14px;
	}
  ::i-block-chrome, .footer p {
		color: #a8a8a8;
		font-size: 10px;
	}



}


h1 {
	border-bottom: solid 3px #419dda;
}
.main > div {
	background: #ececec;
}
table {
	border: solid 1px #a8a8a8;
}
th {
	background: #d7efff;
	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;
}
.footer p {
	color: #a8a8a8;
}
