/* CSS Document */

#main_area .comment_box
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
}

#main_area .comment_box2
{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
	margin-bottom:30px;
}

#main_area .wak_box
{
	border: 1px solid #ccc;
	padding: 2em;
}

#main_area .red
{
	color: #F00;
}


#main_area dl
{
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_area dt
{
	padding: 1em;
	width: 200px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}




#main_area dd
{
	margin: 0px;
	padding: 1em;
	display: table-cell;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}

#main_area dd input,#main_area dd textarea,#main_area dd select
{
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	padding: 0.4em;
	border: 1px solid #000;
	margin-bottom: 0.4em;
}


#main_area .tr
{
	display: table-row;
}


#main_area .send_btn
{
	text-align: center;
	padding-top: 1em;
}

#main_area .send_btn input
{
	height: 40px;
	width: 200px;
}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{

#main_area .comment_box
{
	width: 96%;
}

#main_area .comment_box2
{
	width: 96%;
}


#main_area dl
{
	display: inline-table;
}


#main_area dt
{
	width: 32%;
}

#main_area dt img
{
	height: auto;
	width: auto;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:768px)
{

#main_area .wak_box
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#main_area dl
{
	display: block;
}

#main_area dt,#main_area dd
{
	display: block;
	width: auto;
}

#main_area dt
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}

#main_area .tr
{
	display: none;
}

#main_area .send_btn p
{
	text-align: left;
}

}

.enquete{
	ul{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		li{
			list-style: none;
			text-align: center;
    position: relative;
    width: 40%;
    height: 60px;
    margin: 0 auto;
		font-size: 1.2rem;
		label{
			width: 100%;
			height: 100%;
			background: #BE0005;
			color: #ffffff;
			border-radius: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		}
		li:nth-child(2){
			label{
				background: #999999;
			}
		}
	}
}
#enqueteList{
	display: none;
}
@media screen and (max-width:768px){

	.enquete{
		ul{
			flex-wrap: wrap;
			gap: 20px;
			li{
			width: 100%;
		}
	}
}