@charset "UTF-8";
/* CSS Document */

#kibou {
margin-top: 20px;
}
.kibou-link{
text-align: right;
}
.kibou-link a{
text-decoration: underline;
}
.kibou-link a:hover{
    text-decoration: none;
}
#formWrap {
	line-height:120%;
	font-size:90%;
	margin-top: 30px;
}
.hissu{
color: #FF3437;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    margin-top: 30px;
}
table.formTable:first-child{
    margin-top: 0;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc !important;
	padding:8px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFF8D5;
	text-align:left;
}
table.formTable p{
	margin: 5px 0 0;
}
table.formTable2 th{
	background-color: #EEE;
}

.form-text{
line-height: 1.4em;
}
.form-text h3{
font-size: 1.3em;
margin-top: 20px;
}
.form-bottom{
margin-top: 20px;
}




/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
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;
}
}

/*お問合せ*/
#info .top-title-point {
    width: 250px;
}
#info .top-title-point:before {
    width: 310px;           /* 幅指定 */
}













