@charset "utf-8";


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}



#error {
 color: #ff0000;
 padding-left: 40px;
 margin-bottom: 10px;
 text-align: left;
}
#com {
 padding-left: 30px;
 margin-bottom: 20px;
 text-align: left;
}


.tbl-form {
	width: 90%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;
}

.tbl-form th{
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFEBEC;
}

.tbl-form td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.com-btn-list {
	margin-top: 20px;
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  align-items: center; /* 垂直方向の中央寄せ */
}

.sect-form-body {
  width: -webkit-fill-available;
}

.description {
	padding-top: 10px;
	padding-bottom: 10px;
}

.enquete-form-errors-list {
	color: #ff0000;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	text-align: left;
}

.tbl-form-paragraph {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.input01{
	width: 350px;
}
.input02{
	width: 65px;
}
.input03{
	width: 100%;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 70%;
}

.b-red {
 color: #ff0000;
 font-weight: bold;
}


.submit {
 width: 200px;
 height: 50px;
 font-size: 120%;
 margin-right: 20px;
}

input[type="radio"] {
	transform: scale(1.5);  /* 2倍のサイズ */
	margin-top: 12px;   /* 余白調整 */
	margin-right: 12px;   /* 余白調整 */
	margin-bottom: 12px;   /* 余白調整 */
}

input[type="checkbox"] {
	transform: scale(1.5);  /* 2倍のサイズ */
	margin-top: 12px;   /* 余白調整 */
	margin-right: 12px;   /* 余白調整 */
	margin-bottom: 12px;   /* 余白調整 */
}

/* スマホサイト始まり
==================================================
================================================== */
@media (max-width: 768px) {



#error {
 padding-left: 10px;
 margin-bottom: 5px;
}
#com {
 padding-left: 10px;
 margin-bottom: 10px;
}



.tbl-form {
	width: 100%;

}

.tbl-form tr{
	display: block;
}


.tbl-form th{
	display: list-item;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;

}

.tbl-form td{
	display: list-item;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}




.input01{
	width: 96%;
}
.input02{
	width: 65px;
}
.input03{
	width: 96%;
}

.submit {
 width: 110px;
 height: 35px;

}


.kubun span {
	display: block;
}

}
