@charset "UTF-8";



/* 自由に編集下さい */
body{
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
	max-width: 1100px;
	width: 94%;
	margin: auto;
}
#formWrap{
	width:700px;
	margin:0 auto;
	color:#0A1D38;
	line-height:120%;
	font-size:90%;
}
#formWrap h3{
	text-align:center;
	font-size:24px;
	letter-spacing:0.08em;
	line-height:1.5em;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable tr{
	border-top:solid 1px #dedede;
	text-align:left;
}
.formTable tr:last-child{
	border-bottom:solid 1px #dedede;
}
.formTable th,
.formTable td{
	padding:20px 0;
}
p.error_messe{
	margin:10px 0;
	color:#cf0202;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    letter-spacing: 0.08em;
    border: none;
    width: 250px;
    padding: 7px;
    font-size: 18px;
    border-radius: 8px;
}
input[type="submit"], input[type="reset"]{
	background-color: #243C5E;
    color: #fff;
    margin-right: 10px;
}
input[type="button"] {
	background-color: #F4F6F8;
    color: #243C5E;
}
.thanks-contents{
	margin-top: 25vh;
}
.thankyou-logo{
	max-width: 300px;
	width: 80%;
	margin: auto auto 50px;
}
.thankyou-text{
	text-align: center;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 40px;
}
.thankyou-topbtn a{
	text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    display: block;
    margin: auto;
    color: #fff;
    width: 300px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 300;
    border-radius: 8px;
    background-color: none;
    background-color: #243C5E;
}
@media screen and (max-width:780px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	border-left:none;
	border-right:none;
}
.formTable td{
	padding:0 0 20px;
}
table.formTable th {
	margin-top:0;
	border-bottom:0;
}
input[type="submit"], input[type="reset"]{
    margin-right: 0px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	margin-top: 20px;
}
.thankyou-topbtn a{
    width: 100%;
}
}