
#survey-app .survey-question-image {
	margin-top:20px;
	text-align:center;
}

#survey-app .survey-question-image img {
	max-width:838px;
}




#survey-app .survey-section {
	margin-bottom:100px;
}

#survey-app .survey-section:last-child {
	margin-bottom:20px;
}

#survey-app .survey-section .border01 {
	border:2px dotted #f08c00;
	background-color: #fbfbfb;
	padding:15px;
	margin-top:10px;
}

#survey-app .survey-section .border01 li {
	margin-left:30px;
	list-style:disc;
}

#survey-app .survey-err,
#survey-app .survey-error {
	width:838px;
	margin:0 auto;
}

#survey-app .survey-err li,
#survey-app .survey-error li{
	color:#ff3030;
	padding:4px;
}


/* その他ポップアップ  */
#survey-dialog .background,
#error-dialog .background,
#loader .background {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index:10000;
}
#survey-dialog .survey-dialog-body,
#error-dialog #error-message,
#loader #loader-image {
	width:416px;
	background:#fff;
	color:#333;
    position: fixed;
    top:50%;
    left:50%;
    margin-left:-220px;
    z-index:10001;
	padding:25px 15px 35px 15px;
	text-align:center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#loader #loader-image {
	width:150px;
	height:100px;
	margin-left:-75px;
	margin-top:-50px;
}
#loader #loader-image p {
	text-align:center;
	padding:10px;
}
#loader #loader-image p.text {
	color:#666;
}

#error-dialog #error-message p.text {
	margin:10px 0 30px 0;
}

#survey-dialog .survey-dialog-body p,
#error-dialog #error-message p{
	text-align:center;
}

#survey-dialog .survey-dialog-body .ok-btn,
#error-dialog #error-message .ok-btn {
	background-color:#f08c00;
	color:#fff;
	padding:0 10px;
	min-width:60px;
	height:36px;
	font-size:14px;
	overflow:hidden;
	text-align:center;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	cursor:pointer;
}

/* loader  */
/*
#loader .background {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#ccc;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index:10000;
}
*/




#wrapper {
	width: 1080px !important;
}

#question {
	/* width:838px; */
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
}

#answer {
}

#savebtn{
	margin:0 0 0 795px !important;
}

.sa_card_text #answer,
.sa_card_image #answer,
.ma_card_text #answer,
.sa_card_image #answer,
.fa_multi #answer {
	/* width:838px; */
	margin-left:auto;
	margin-right:auto;
}

.sa_matrix #answer table {
	/* 2022.03.24 変更
	width: auto;*/
	width: 100%;
}

.sa_matrix #answer td.title{
	min-width:260px;
}

.sa_matrix #answer th.option {
	padding:10px;
	vertical-align:top;
	text-align:center;
	/* 2022.03.24 削除
	width: 50px;*/
	word-wrap: break-word; /* 2022.03.24 追加 */
}
.sa_matrix #answer th div.vertical {
	width:1.2em;
	height:18em;
	display:inline-block;
	text-align:left;
}
.sa_matrix #answer th div.vertical::-webkit-scrollbar {
    display: none;
}
.sa_matrix #answer th.option {
	vertical-align: middle;
}

.sa_matrix #answer input[type="radio"] + label,
.sa_matrix #answer input[type="checkbox"] + label{
	padding:20px 0;
}



.sa_matrix #answer tr:nth-child(even) {
	/*background-color: #e7e7e7;*/
	background-color: #f8f8f8;
	/* 2019.08.14 変更 */
}
.sa_matrix #answer tr:nth-child(odd) {
	background-color: #ffffff;
}
.sa_matrix #answer tr:nth-child(even) input[type="radio"] + label,
.sa_matrix #answer tr:nth-child(even) input[type="checkbox"] + label{
	background-color:#d0d0d0;
	/* 2022.03.24 追加 */
	width: 95%;
    margin: 2px auto;
}
.sa_matrix #answer tr:nth-child(odd) input[type="radio"] + label,
.sa_matrix #answer tr:nth-child(odd) input[type="checkbox"] + label{
	background-color:#e4e4e4;
	/* 2022.03.24 追加 */
	width: 95%;
    margin: 2px auto;
}
.sa_matrix #answer input[type="checkbox"] + label{
	background-size: 16px;
}
.sa_matrix #answer th{
	background-color:#ffffff;
}

.sa_matrix #answer input[type="radio"]:checked + label{
	background-color:#fff !important;
}

.sa_matrix #answer table .taketori-writingmode-ttb .taketori-col{
  width: auto !important;
	max-height: 130px;
	display: flex;
	align-items: flex-start;
  margin: 0 auto;
}