@charset "utf-8";


/* ----------------------------------------
* #form
---------------------------------------- */


#form {
}
#form p {
	text-align: center;
    margin: 0;
}
#form .privacy {
	margin: 40px 0px 0px;
}
#form .privacy a {
  color: #3366FF;
  text-decoration: underline;
}



#form .form-table {
	display:table;
	width:100%;
	border: 1px solid #ddd;
    margin-top: 16px;
}
#form .form-table-th {
	background-color:#f1f1f1;
	padding: 32px 0px 32px 24px;
	display:table-cell;
	width:28%;
	vertical-align:top;
	box-sizing: border-box;
	line-height: 40px;
}
#form .form-table-th em {
	background-color:#999;
	font-size: 14px;
	color: #FFFFFF;
	padding: 1px 12px 0;
	position: relative;
	top: -1px;
	margin-right: 8px;
	display: inline-block;
	border-radius: 4px;
	line-height: 27px;
}
#form .form-table-th em.hissu {
	background-color:#FF6666;
}
#form .form-table-th em.nini {
	background-color:#6699CC;
}

#form .form-table-td {
	background-color:#f1f1f1;
	padding: 32px 24px;
	display:table-cell;
	vertical-align:middle;
	box-sizing: border-box;
}
#form .form-table-td em {
	font-size:14px;
	display:block;
	padding: 5px 0px 0px;
	color:#999;
}
#form .form-table-td input {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	padding: 0px 8px;
	width:96%;
	border:1px solid #999;
	line-height: 40px;
	font-size: 16px;
}
#form .form-table-td input.shrink {
	width:48%;
}

#form .form-table-td input::placeholder {
  color: #999;
}

#form .form-table-td textarea {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	padding: 0px 8px;
	width:96%;
	height:200px;
	border:1px solid #999;
	resize:vertical;
	font-size: 16px;
}
#form .form-table-td select {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	padding: 0px 8px;
	border:1px solid #ccc;
	font-size: 16px;
	line-height: 40px;
}
#form .form-table-td select option {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}
#form .form-table-td select optgroup {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}
#form .form-table-td label {
	display:inline-block;
	line-height: 40px;
	margin-right: 24px;
}
#form .form-table-td label input {
	width:10px;
	margin-right: 10px;
	position: relative;
	bottom: -1px;
}
#form .form-btn {
	padding-top: 40px;
}
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

#form .form-btn input {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	width: 400px;
	margin: 0px auto;
	background-color: #6699CC;
	display: block;
	border-style: none;
	line-height: 64px;
	color: #FFFFFF;
	cursor:pointer;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	font-size: 18px;
}


input[type="button"] {
-webkit-appearance: none;
border-radius: 0;
}

#form .form-btn input.backBtn {
	background-color: #eee;
	color: #000;
    margin-bottom: 16px;
}
#form .message {
	color: #CC0000;
	padding: 32px;
	border: 2px solid #CC0000;
	text-align: center;
	margin-bottom: 64px;
	background-color: #FFECEC;
}

#form p.error_messe {
	color: #CC0000;
	margin-bottom: 8px;
}

#form .scroll-box {
	overflow-y: auto;
	height: 335px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #DDDDDD;
	padding: 20px;
	box-sizing: border-box;
}
#form .scroll-box p {
	margin-bottom: 20px;
}


.thanks {
}
#contents .thanks h3 {
	text-align: center;
	font-weight: bold;
	margin: 64px 0 48px;;
    font-size: 24px;
}
.thanks p {
}

.thanks .btn {
	text-align: center;
    margin: 48px auto 0;
	width: 200px;
}
.thanks .btn a {
	background-color: #eee;
	display: inline-block;
	color: #333;
	line-height: 48px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
#form input[type=checkbox] {
	-moz-transform:		scale(1.5);
	-webkit-transform:	scale(1.5);
	transform:		scale(1.5);
}



/* ----------------------------------------
* レスポンシブ / 1023px 
---------------------------------------- */

@media screen and (max-width: 1023px) {

 
#form {
	padding: 0px;
	
}

#form p {

}


#form .form-table-th {
	display:block;
	width:100%;
    padding: 16px 24px 8px 24px;
    border-bottom: none;
}
#form .form-table-td {
	display:block;
	width:100%;
    padding: 0px 24px 24px 24px;
}
#form .form-table-td input {
	width:100%;
}
#form .form-table-td textarea {
	width:100%;
}
#form .form-btn input {
}
#form .message {
	text-align: left;
}
.thanks p {
	text-align: left;
}

}


/* ----------------------------------------
* レスポンシブ / 511px 
---------------------------------------- */

@media screen and (max-width: 511px) {





/* ----------------------------------------
* form
---------------------------------------- */


#form .privacy {
    margin: 24px 0px 16px;
}
#form .form-table-th {
	padding: 12px 16px 8px 16px;
}
#form .form-table-td {
	padding: 0px 16px 16px 16px;
}
#form .form-table-td label {
    line-height: 32px;
}
#form .form-table-td input {
	font-size: 15px;
}
#form .form-table-td textarea {
	font-size: 15px;
}
#form .form-table-td input.shrink {
    width: 64%;
}
#form .form-btn {
	padding-top: 24px;
}
#form .form-btn input {
	width: 100%;
}
#form .form-btn input {
    line-height: 56px;
}

#form .message {
	padding: 16px;
	margin-bottom: 32px;
}

#form .thanks p.end {
	padding-top: 20px;
	font-size: 18px;
	margin-bottom: 30px;
}
#form .thanks .btn a {
	width: 100%;
}

.mw_wp_form {
    margin-top: 32px;
}
form .form-btn-back {
    margin-top: 32px;
}

#contents .thanks h3 {
	margin: 48px 0 32px;
    font-size: 18px;
}
.thanks .btn {
    margin-top: 32px;
}


}
