@charset "UTF-8";

@media screen and (min-width: 641px) {
#comlist {
	position: relative;
	width: 857px;
	margin: 0 auto 60px;
}
#comlist .lead {
	margin-bottom: 40px;
	text-align: center;
}
#comlist .lead p {
	display: inline-block;
	text-align: left;
}

.comlist_table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.comlist_table td,
.comlist_table th{
	padding: 30px 30px;
	border: 2px solid #ccc;
}
.comlist_table th{
	width: 210px;
	text-align: center;
	vertical-align: top;
}
.comlist_table th dl{
	margin-bottom: 25px;
}
.comlist_table th dl dt{
	margin-bottom: 10px;
}
.comlist_table th dl dd{
	font-size: 18px;
	font-weight: bold;
}
.comlist_check{
	display: inline-block;
	width: 210px;
	padding: 16px 0;
	background: #2f94cd;
	vertical-align: middle;
	color: #fff;
	font-weight: normal;
}
.comlist_check input{
	vertical-align: middle;
	margin-right: 5px;
}

.comlist_table td dl {}
.comlist_table td dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.comlist_table td dt:after {
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	margin-top: 0.3em;
	background-color: #ffdb00;
}
.comlist_table td dd {
	margin-bottom: 25px;
	padding: 0 0 0 0;
}
.formBtnArea {
	text-align: center;
}
.formBtnArea_subTxt{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.formBtnArea { margin: 52px 0; }
.formBtnArea_checkBtn {
	display: block;
	width: 46%;
	margin: 0 auto 20px;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 22px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 16px;
	cursor: pointer;
	background-color: #ffdb00;
}
/*.formBtnArea__checkBtn:disabled {
  color: #bababa;
  background-color: #d9d9d9;
}*/
.formBtnArea_backBtn {
	display: block;
	width: 36%;
	margin: 0 auto;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 16px;
	cursor: pointer;
	background-color: #ccc;
}
.resultDspt{
	width: 542px;
	margin: 0 auto;
	padding: 35px 20px;
	background-color: #eeeeee;
}


}

@media screen and (max-width: 640px){
	
#comlist {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 25px;
}
#comlist .lead {
	margin-bottom: 20px;
	text-align: center;
}
#comlist .lead p {
	display: inline-block;
	text-align: left;
}

.comlist_table th,
.comlist_table td{
	display: block;
	/*padding: 10px;*/
}
.comlist_table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.comlist_table td,
.comlist_table th{
	display: block;
	padding: 6%;
	border: 2px solid #ccc;
}
.comlist_table th{
	padding-bottom: 0;
	text-align: center;
	border-bottom: none;
}
.comlist_table td{
	border-top: none;
}
.comlist_table th dl{
	margin-bottom: 15px;
}
.comlist_table th dl dt{
	margin-bottom: 10px;
	text-align: center;
}
.comlist_table th dl dt img{
	width: 60%!important;
}
.comlist_table th dl dd{
	font-size: 16px;
	font-weight: bold;
}
.comlist_check{
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	background: #2f94cd;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
.comlist_check input{
	margin-right: 5px;
	vertical-align: middle;
}

.comlist_table td dl {}
.comlist_table td dt {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}
.comlist_table td dt:after {
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	margin-top: 0.1em;
	background-color: #ffdb00;
}
.comlist_table td dd {
	margin-bottom: 10px;
	padding: 0 0 0 0;
}

.formBtnArea {
	text-align: center;
}
.formBtnArea_subTxt{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.formBtnArea { margin: 25px 0; }
.formBtnArea_checkBtn,
.formBtnArea__backBtn {
	width: 80%;
	margin-bottom: 15px;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 12px;
	cursor: pointer;
}
.formBtnArea_checkBtn { background-color: #ffdb00; }
/*.formBtnArea__checkBtn:disabled {
  color: #bababa;
  background-color: #d9d9d9;
}*/
.formBtnArea_backBtn {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	border: 3px solid #333;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ccc;
	/*color: #fff;*/
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
.resultDspt{
	box-sizing:border-box;
	width: 100%;
	padding: 6%;
	margin: 0 auto;
	background-color: #eeeeee;
}
  
}
