@charset "utf-8";


/* 　フォーム下部の個人情報インラインフレーム　 */
iframe.form_privacy {
	display: block;
	width: 95%;
	margin: 10px  auto;
	padding: 1em 0 1em 1em;
	border: solid 1px #ccc;
	background: #ffffff;
}
.form_privacy_text {	/* form_privacy.html */
	padding-right: 1em;
	font-size: 90%;
	color: #333;
    font-family: "ヒラギノUD角ゴ W3 JIS2004";
}

/* 　フォームボタン　 */

input.btn {
	padding: 3px 1em !important;
	margin-left: 2em;
	cursor: pointer;
}
input.submit {
	padding: 8px 1.2em !important;
	background: #ef5350;
	border: solid 1px #ef5350;
	cursor: pointer;
	font-size: 100%;
	color: #fff;
}
input.submit:hover {
	opacity: 0.8;
}

/* 　フォーム用table　 */

.table_form {
	width: 100%;
	margin: 40px auto 20px auto;
	border-collapse: collapse;
	background: #f3f3f3;
	border-radius: 10px;
}
.table_form.color tr:nth-child(2n) {
	background: #ddd;
}
.table_form th, .table_form td {
	text-align: left;
	vertical-align: top;
	padding: 0.8em 0.1em 0.8em 0.7em;
	border-bottom: solid 3px #fff;
}
.table_form th {
	width: 20em;
    font-family: "ヒラギノUD角ゴ W6 JIS2004";
}
.table_form td.nobg {
	background: #fff;
	text-align: center;
}
.table_form td .notice {
	margin: 10px 5px 0 5px !important;
	font-size: 90%;
}
.table_form td.lineheight {
	line-height: 240%;
	padding: 0.5em 0.7em;
}
.table_form input {
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 5px;
}
.table_form select {
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 5px;
}
.table_form textarea {
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

/* 　必須　 */

.req {
	margin-left: 0.3em;
	font-size: 80%;
	color: #cc0000;
	font-weight: bold;
    font-family: "ヒラギノUD角ゴ W6 JIS2004";
}


.td_pc {
	display: table-cell;
}
/* ---------    フォーム幅指定　　----------- */
.form_w5 {width:5em !important;}
.form_w10 {width:10em !important;}
.form_w15 {width:15em !important;}
.form_w20 {width:20em !important;}
.textarea {width: 95%; height: 4em; }


/* ---------    スマホ時　　----------- */
@media screen and (max-width: 498px) {
/* ---------    フォーム幅指定　　----------- */
.form_w20 {width:95% !important;}
/* 　フォームボタン　 */
input.submit {
	margin-bottom: 0.5em;
}
input.btn {
	margin-left: 0 !important;
}
.td_pc {
	display: none !important;
}
.table_form th {
	border-bottom: none;
	padding: 0.8em 0.1em 0em 0.7em;
}




}
