@charset "utf-8";


/* ----------------------------------
問い合わせ
---------------------------------- */


/* .main{
	min-height: 50vh;
} */

.table th,.table td{
	border-top:none !important;
	border-bottom: dotted 1px #CCCCCC;
	vertical-align: middle !important;
}

th{
	width: 200px;
}

.kome{
	padding-left:1rem;
	color: #ff0080;
}

.error{
	color: #c71585;
}

.check{
	width:30%;
	display:inline-block;
	font-size:12px;
}

input:read-only {
    background-color: #FFDDFF;
    cursor: not-allowed;
}

@media screen and (max-width: 767px) {
	.table th,.table td{
	display: block;
	width:100%;
	}

	input:not([type=radio]){
	width:70%;
	}

	.error{
		display: block;
	}

	button.submit{
	width:100%;
	}

	div.submit{
	text-align:center;
	}

	.check{
	width:100%;
	}

	textarea{
	width:100%;
	height:90px;
	}

}
