@charset "UTF-8";
/*-------  top  --------*/



img[src$="_sp.jpg"],
img[src$="_sp.png"] {
	display: none;
}

.sp {
	display: none;
}

@media only screen and (max-width:754px) {
	body {
		/*font-size: calc(100vw * 24 / 640);*/
	}
	img[src$="_sp.jpg"],
	img[src$="_sp.png"] {
		display: inline-block;
	}
	img[src$="_sp.jpg"] + img,
	img[src$="_sp.png"] + img {
		display: none;
	}
	.pc {
		display: none;
	}
}


#formWrap {
	width:900px;
	margin:0 auto;
	color:#000;
	line-height:120%;
	font-size:90%;
	padding-top: 50px;
	padding-bottom: 50px;
}
#formWrap .submit_btn{
	margin: 60px 0 30px 0;
    border: 0px;
    width:463px;
    height:85px;
    background: url(../images/agree_btn.jpg) left top no-repeat;
	outline:0;
}
#formWrap .submit_btn:hover{
	cursor: pointer;
    opacity:0.8;
}
#formWrap .common_btn {
	padding-top: 20px;
}
input.submit_button {
	padding: 15px 50px;
    font-size: 1.5em;
    background-color: #b48f1e;
    color: #fff;
    border-style: none;
	border-radius: 5px;
	margin: 10px;
}
input.common_button {
	padding: 15px 50px;
    font-size: 1.5em;
    background-color: #999;
    color: #fff;
    border-style: none;
	border-radius: 5px;
	margin: 50px 10px 10px 10px;
}
h3{
	text-align: center;
	margin-bottom: 80px;
}

.read{
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.thanks{
	font-size: 18px;
	line-height: 2em;
	margin: 100px;
	text-align: center;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td{
	padding: 10px 20px;
	font-size: 16px;
}

table.formTable th{
	width:25%;
	line-height: 3em;
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: bold;
	/*background:#efefef;*/
	text-align:left;
	/*padding: 10px 20px;*/
}
table.formTable th span{
	font-size: 16px;
	color: #ff0000;
}
table.formTable input {
    font-size: 18px;
    padding: 2%;
    width: 96%;
}
table.formTable input::placeholder {
  color: #777;
  font-size: 14px;
}
table.formTable textarea {
    font-size: 18px;
    padding: 2%;
    width: 96%;
	border-color: #cccccc;
}
table.formTable .txtframe {
    border: .1rem solid #ccc;
    overflow: scroll;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 2%;
    width: 96%;
    height: 235px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:754px) {
#formWrap {
	/*width:95%;
	margin:0 auto;*/
    width: 84%;
    padding: 8%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#formWrap .submit_btn {
    background-size: cover;
    /*width: 360px;
    height: 66px;*/
    width:300px;
    height:55px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	padding: 0;
}
table.formTable.output th,table.formTable.output td {
	padding: 20px;
}
table.formTable.output th {
	line-height: inherit;
}
table.formTable th {
	/*margin-top:5px;*/
	border-bottom:0;
}
table.formTable td {
	margin-bottom: 20px;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}