@charset "utf-8";
/* CSS Document */
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #F9F9F9;
}

h2 {
	font-size: 15px;
}

h3 {
	padding-top: 30px;
	font-size: 18px;
	margin-bottom: 6px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#formWrap {
	width:700px;
	margin: 20px auto 0;
	color:#333;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px 10px 10px 20px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFFAF0;
	text-align:left;
}

table.formTable td {
	background-color: #FFF;
}

table#personal_info td {
	background:#FFFAF0;
}

table#personal_info td div {
	height: 270px;
	font-size: 15px;
	overflow: auto;
}

table.formTable ul li {
	margin: 2px 0;
}

table.formTable span , .outmust{
	font-size: 12px;
	background-color: #FF3333;
	color: #FFF;
	line-height: 18px;
	padding: 0px 6px;
	margin: 0 5px 0 0;
	vertical-align: top;
	border-radius: 5px;
}

.subtitle {
	letter-spacing: 1px;
	font-size: 12px;
	margin: 3px 0 0 0;
}

#request {
	text-align: center;
}


#footer {
    width: 90vw;
    max-width: 900px;
    margin: 50px auto 15px;
    text-align: center;
	line-height: 12px;
}

.kome {
	margin: 6px 0 3px;
	font-size: 90%;
}

.SpOnly { display: none; }


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
.SpOnly { display: inherit; }
.PcOnly { display: none; }
	
#formWrap {
	width:95%;
	margin:0 auto;
	font-size: 100%;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	border:1px solid #aaa;
}
table.formTable th {
	margin-top: 8px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:90%;
	padding:5px;
	font-size:110%;
	display:block;
}

input.number {
	width:56%;
	display: inline-block;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

#request {
	font-size: 14px;
}
}