@charset "utf-8";

/**************

Smile Survey テスト環境（dev.smilesurvey.co）
 - SP版css

last Update: 2019.11.28

**************

　[ 1 ] 全体
　[ 2 ] 開始ページ（answer_start）
　[ 3 ] 回答ページ
		[ 3-1 ] percent
		[ 3-2 ] 設問文（question）
		[ 3-3 ] 回答部分（answer）
			[ 3-3a ] 回答：単一選択 テキスト（sa_card_text）
			[ 3-3b ] 回答：自由回答（fa_textbox）
			[ 3-3c ] 回答：（nu_slide）
			[ 3-3d ] 回答：（sa_scale）
			[ 3-3e ] 回答：単一選択 スライド（sa_slide）
			[ 3-3f ] 回答：（slide_matrix）
			[ 3-3g ] 回答：アップロードボタン

**************

　[ 1 ] 全体

**************/
/**
 * reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	-webkit-appearance: button;
}

em {
    font-style: italic;
}

/**
 * clearfix
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/**
 * common style
 */
* {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #f6f6f6;
	font-size: 1.4rem;
	padding-bottom: 50px;
}

h1,
h2,
h3 {
	font-size: 1.6rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=file] {
	outline: 0;
	padding: 2px 5px;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #ffffff;
	color: #333;
	border: 1px solid #999;
	border-top: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/**
 * id
 */
#wrapper {
	margin: 0 20px;
}


/**************

　[ 2 ] 開始ページ（answer_start）

**************/
.answer_start #startbox {
	margin: 20px auto 0 auto;
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	word-wrap: break-word;
}

.answer_start h1 {
	line-height: 1.4em;
	margin-top: 10px;
}

.answer_start h2 {
	margin-top: 30px;
	padding: 10px;
	font-weight: normal;
	font-size: 1.4rem;
	background-color: #ebebeb;
}

.answer_start p,
.answer_start li,
.answer_start dd,
.answer_start dt {
	line-height: 1.3em;
}

.answer_start p,
.answer_start ul {
	margin-top: 15px;
}

.answer_start ul {
	list-style: disc;
	margin-left: 20px;
}

.answer_start dl.info {
	margin-top: 40px;
}

.answer_start dl.info dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.answer_start dl.info dd {
	width: auto;
	margin-bottom: 15px;
}

.answer_start .recommend div {
	border: dotted 1px #878787;
	margin-top: 10px;
}

.answer_start .recommend dl {
	padding: 15px;
}

.answer_start .recommend dt {
	font-weight: bold;
	margin-bottom: 0.3em;
}

/**************

　[ 3 ] 回答ページ

**************/
/**  質問前テキスト（bef_text） **/
.bef_text {
	margin-top: 30px;
	color: #f08c00;
  word-wrap: break-word;
}

/**  ボタン（btn） **/
.btn {
	/* 2019.11.27 変更
	padding:10px 6px; */
	padding: 10px 20px;
	margin: 10px auto;
	background-color: #f08c00;
	color: #fff;
	font-size: 1.4rem;
	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;
}

.btn[disabled] {
	background-color: #f5e1c5;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	cursor: auto;
}

.btn:hover:not([disabled]) {
	background-color: #e56803;
}

/**  スライダーのボタンの枠の色をなくす **/
/* 2019.11.28 追加 */
#answer #slider .ui-state-default a {
	border: none;
	color: none;
}





/**  [ 3-1 ] percent **/
#percent {
	margin: 50px auto 20px auto;
	width: 100%;
	position: relative;
}

#percent #percent_gauge {
	width: 100%;
	height: 10px;
	background-color: #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#percent #percent_gauge_comp {
	height: 10px;
	background-color: #5d5d5d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
}

#percent p.arrow_box {
	display: inline-block;
	background-color: #fff;
	position: absolute;
	padding: 5px;
	top: -30px;
	font-weight: bold;
	font-size: 1.2rem;
}

#percent p.arrow_box:after,
#percent p.arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#percent p.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

/** [ 3-2 ] 設問文（question） **/
#question {
	margin-top: 30px;
}

#question dt span {
	display: inline-block;
	background-color: #f08c00;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#question dd {
	width: auto;
	line-height: 1.5em;
	font-size: 1.6rem;
	/*
 * wygwig editorの設定を利用するため削除
	font-weight:bold;
	color:#333333;
	*/
}

#question dd p{
	margin-left: 6px;
	margin-right: 6px;
}
/** [ 3-3 ] 回答部分（answer） **/
#answer {
	margin-top: 30px;
}

#answer ul {
	list-style: none;
	margin: 0 auto 25px;
}

#answer ul li {
	padding: 0;
	margin: 0;
	position: relative;
}

#answer input[type="radio"],
#answer input[type="checkbox"] {
	position: absolute;
	top: -5px;
}

#legal-before,#legal-after{
	top: auto !important;
	margin: 0px 10px;
	
}



/** [ 3-3a ] 回答：単一選択 テキスト（sa_card_text） **/
.sa_card_image #answer input[type="radio"],
.sa_card_image #answer input[type="checkbox"],
.sa_card_text #answer input[type="radio"],
.sa_card_text #answer input[type="checkbox"] {
	opacity: 0;
	height: 0;
}

.sa_card_image #answer input[type="radio"]+label,
.sa_card_image #answer input[type="checkbox"]+label,
.sa_card_text #answer input[type="radio"]+label,
.sa_card_text #answer input[type="checkbox"]+label {
	display: block;
	margin-bottom: 15px;
	padding: 15px 0 15px 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(209, 209, 209, 1);
	box-shadow: 4px 4px 0px 0px rgba(209, 209, 209, 1);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 22px;
	border: 4px solid;
	border-color: #fff;
	cursor: pointer;
}

.sa_card_image #answer input[type="radio"]+label p,
.sa_card_image #answer input[type="checkbox"]+label p,
.sa_card_text #answer input[type="radio"]+label p,
.sa_card_text #answer input[type="checkbox"]+label p {
	margin-right: 20px;
}

.sa_card_text #answer input[type="radio"]+label {
	background-image: url(../images/radio_off.png);
}

/*
.sa_card_text #answer input[type="radio"] + label:hover{
	border-color:#ffca7f;
}
*/
.sa_card_text #answer input[type="radio"]:checked+label {
	background-image: url(../images/radio_on.png);
	border-color: #f08c00;
}


/**
 * sa_card_image
 */
.sa_card_image #answer input[type="radio"],
.sa_card_image #answer input[type="checkbox"] {
	opacity: 0;
	padding: 0;
}

.sa_card_image #answer input[type="radio"]+label,
.sa_card_image #answer input[type="checkbox"]+label {
	display: block;
	margin: 0 auto 10px auto;
	padding: 3px;
	width: 200px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(209, 209, 209, 1);
	box-shadow: 2px 2px 0px 0px rgba(209, 209, 209, 1);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 22px;
	border: 4px solid;
	border-color: #fff;
	cursor: pointer;
}

/*
.sa_card_image #answer input[type="radio"] + label:hover{
	border-color:#ffca7f;
}
*/

.agreement-label{
	min-width: 100px;
 display: inline-block; 
 margin:auto; 
 white-space: normal;
 word-break: break-all;
}

.sa_card_image #answer input[type="radio"]:checked+label {
	border-color: #f08c00;
}

.sa_card_image #answer input[type="radio"]+label p {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sa_card_image .sub_label {
	margin-top: 5px;
}

.other_text {
	margin-bottom: 20px;
}

.other_selectbox{
	text-align: left;
	margin-top: 15px;
}

#other-form {
	padding: 10px;
	text-align: center;
}

#other-form input[type="text"] {
	width: 180px;
}

#other-form p {
	margin-bottom: 10px;
}


/** [ 3-3b ] 回答：自由回答（fa_textbox） **/
.fa_textbox #answer {
	text-align: center;
}

.fa_textbox #answer p {
	display: inline-block;
	/* 2019.11.13 変更
	width:auto;
	margin:15px auto;*/
	width: 100% !important;
	/* 2019.11.13 追加 */
	text-align: left;
	/*float: left;*/
	/* 2019.11.25 変更
	margin: -2.50em auto 0.5em !important;
	line-height:2em;*/
	margin: 0 !important;
	line-height: 1.50;
}

.fa_textbox .fa-container {
	position: relative;
	text-align: left;
	padding-left: 2px;
	/* 2019.11.13 変更
	width: 300px;*/
	width: 100%;
	/* 2019.11.13 変更
	margin: 0 auto;*/
	margin: 2.50em auto 0;
}

.fa_textbox .fa-container p {
	text-align: center;
	word-wrap: break-word;
	/* 半角も折り返し */
}

/* 2019.11.14 追加 */
.fa_textbox .fa-container p input {
	width: 95% !important;
}

.fa_textbox .fa-container .suffix {
	position: absolute;
	/* 2019.11.13 変更
	left:250px;
	width:3em; */
	left: initial;
	width: 100%;
	/* 2019.11.25 変更
	top: 3.00em;*/
	top: inherit;
	/* 2019.11.13 追加 */
	/*float: right;*/
	margin: 5px;
	font-size: 0.85em;
	vertical-align: bottom;
	right: 0;
	word-wrap: break-word;
	/* 半角も折り返し */
	text-align: right;
	line-height: 1.3;
	/* 2019.11.28 追加 */
}

.fa_textbox #answer .survey-answer-item .fa-container input[type="text"]:disabled {
  background: #ccc;
}

.fa_textbox #answer .survey-answer-item #input_email input[type="text"]:disabled {
  background: #ccc;
}

.fa_textbox #answer .survey-answer-item #input_confirmation_email input[type="text"]:disabled {
  background: #ccc;
}

/**
 * fa_address
 */
.fa_address #answer .survey-answer-item .address input[type="text"]:disabled {
  background: #ccc;
}


/** [ 3-3c ] 回答：（nu_slide） **/
.nu_slide #answer {
	text-align: center;
	margin: 40px 0 40px 0;
	word-wrap: break-word;
}

.nu_slide #answer .slide-texts {
	margin: 20px 10px 0 10px;
	position: relative;
}

.nu_slide #answer .slide-text-min {
	position: absolute;
}

.nu_slide #answer .slide-text-max {
	position: absolute;
}

.nu_slide #answer #slider-box {
	margin: 0 30px 0 20px;
}

.nu_slide #answer #slider {
	font-size: 20px;
}

.nu_slide #answer #slide-val-box {
	margin-top: 30px;
	text-align: left;
}

.nu_slide #answer #slide-val {
	border: none;
	font-size: 16px;
	width: 5em;
	text-align: center;
	color: #333;
}

.nu_slide #answer .slide_bef_text {
	display: block;
	margin-bottom: 5px;
}

/* Slider Custom*/
.nu_slide #answer #slider.ui-slider-horizontal {
	/*height:20px;*/
	height: 15px;
}

.nu_slide #answer #slider.ui-widget-content {
	border: none;
	background-color: #e0e0e0;
	background-image: none;
}

.nu_slide #answer #slider-start {
	/*
	width:26px;
	height:20px;
	*/
	width: 36px;
	height: 36px;
	background: url(../images/slider-start.png) no-repeat;
	position: absolute;
	left: -12px;
	/*top:0px;*/
	top: -10px;
	z-index: 0;
}

.nu_slide #answer #slider-end {
	/*
	width:150px;
	height:20px;
	*/
	width: 140px;
	height: 15px;
	background: url(../images/slider-end.png) no-repeat right;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.nu_slide #answer #slider-line {
	position: absolute;
	z-index: 2;
}

.nu_slide #answer #slider-text {
	position: absolute;
	top: -4px;
	font-size: 14px;
}

.nu_slide #answer #slider .ui-slider-handle {
	border-color: #fff;
}

.nu_slide #answer #slider .ui-state-default {
	background-image: url(../images/slide-handle.png);
	/*
	height:43px;
	width:29px;
*/
	top: -10px;
	height: 36px;
	width: 36px;
	border: none;
	background-color: transparent;
}

.nu_slide #answer #slider .ui-state-hover {
	/*background-image:url(../images/slide-handle_hover.png);*/
}

.nu_slide #answer #slider .ui-state-active {
	/*background-image:url(../images/slide-handle_active.png);*/
}

.nu_slide #answer #slider .ui-state-focus {
	outline-color: transparent;
}

.nu_slide #answer #slider .border {
	width: 1px;
	height: 15px;
	/*height:20px;*/
	position: absolute;
	background-color: #fff;
}


/** [ 3-3d ] 回答：（sa_scale） **/
.sa_scale #answer div.bar_box {
	position: relative;
	margin: 0 auto;
}

.sa_scale #answer div.bar {
	position: relative;
	width: 100%;
	height: 12px;
	background-color: #9b9b9b;
	margin: 0 auto;
}

.sa_scale #answer div.bar div.left_arrow,
.sa_scale #answer div.bar div.right_arrow {
	position: absolute;
}

.sa_scale #answer div.bar div.left_arrow {
	left: -10px;
	top: -9px;
	width: 20px;
	height: 30px;
	background: url(../images/scale_left_arrow.png) no-repeat;
	background-size: 20px 30px;
}

.sa_scale #answer div.bar div.right_arrow {
	right: -10px;
	top: -9px;
	width: 20px;
	height: 30px;
	background: url(../images/scale_right_arrow.png) no-repeat;
	background-size: 20px 30px;
}

.sa_scale #answer div.left_text,
.sa_scale #answer div.right_text {
	position: absolute;
	top: 22px;
	max-width: 85px;
}


.sa_scale #answer ul.list_view {
	overflow: hidden;
	margin: 40px auto 0 auto;
}

.sa_scale #answer ul.list_view li {
	float: left;
	width: 40px;
	margin: 0 5px 5px 5px;
}

.sa_scale #answer .over ul.list_view li {
	width: 27px;
	margin: 0 4px 5px 4px;
}

.sa_scale #answer label p {
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1.2em;
}

.sa_scale #answer .scale_label {
	width: 1.2em;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
}

.sa_scale #answer input[type="radio"] {
	opacity: 0;
	height: 0;
}



.sa_scale #answer input[type="radio"]+label {
	display: block;
	padding-top: 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(209, 209, 209, 1);
	box-shadow: 4px 4px 0px 0px rgba(209, 209, 209, 1);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 22px;
	border: 4px solid;
	border-color: #fff;
	cursor: pointer;
}

.sa_scale #answer .over input[type="radio"]+label {
	background-size: 16px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(209, 209, 209, 1);
	box-shadow: 3px 3px 0px 0px rgba(209, 209, 209, 1);
}

.sa_scale #answer input[type="radio"]+label {
	background-image: url(../images/radio_off.png);
}

.sa_card_image #answer input[type="radio"]+label:hover,
.sa_scale #answer input[type="radio"]+label:hover {
	border-color: #ffca7f;
}

.sa_scale #answer input[type="radio"]:checked+label,
.sa_scale #answer input[type="radio"].survey-selected+label {
	background-image: url(../images/radio_on.png);
	border-color: #f08c00;
}


/** [ 3-3e ] 回答：単一選択 スライド（sa_slide） **/
.sa_slide #answer {
	text-align: center;
	margin: 30px auto 0 auto;
}

.sa_slide #answer .slide-texts {
	margin: 20px 10px 0 10px;
	position: relative;
}

.sa_slide #answer #slider-box {
	margin: 0 60px 0 20px;
}

.sa_slide #answer #slider {
	font-size: 20px;
}

.sa_slide #answer .slider-help {
	text-align: left;
	font-size: 12px;
	color: #f08c00;
	margin-top: 20px;
}

/* Slider Custom*/
.sa_slide #answer #slider.ui-slider-horizontal {
	height: 15px;
}

.sa_slide #answer #slider.ui-widget-content {
	border: none;
	background-color: #e0e0e0;
	background-image: none;
}

.sa_slide #answer #slider-start {
	width: 36px;
	height: 36px;
	background: url(../images/slider-start.png) no-repeat;
	position: absolute;
	left: -12px;
	top: -10px;
	z-index: 0;
}

.sa_slide #answer #slider-end {
	width: 163px;
	height: 15px;
	background: url(../images/slider-end.png) no-repeat right;
	background-size: 95px 15px;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.sa_slide #answer #slider-line {
	position: absolute;
	z-index: 2;
}

.sa_slide #answer #slider-text {
	position: absolute;
	top: -4px;
	font-size: 14px;
}

.sa_slide #answer #slider .ui-slider-handle {
	border-color: #fff;
}

.sa_slide #answer #slider .ui-state-default {
	background-image: url(../images/slide-handle.png);
	top: -10px;
	height: 36px;
	width: 36px;
	border: none;
	background-color: transparent;
}

.sa_slide #answer #slider .ui-state-focus {
	outline-color: transparent;
}

.sa_slide #answer #slider .border {
	width: 1px;
	height: 15px;
	position: absolute;
	background-color: #fff;
}

.sa_slide #answer .slide-text {
	position: absolute;
}

.sa_slide #answer label p {
	left: 5px;
	line-height: 1.2em;
	margin-bottom: 10px;
	width: 1.2em !important;
}

.sa_slide #answer .over label p {
	line-height: 1.2em;
	margin-bottom: 10px;
	left: 0px;
	width: 1.2em !important;
}

.sa_slide #answer .slide_label {
	display: inline-block;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	/* 白枠超えそうになったら「…」で省略させる 2019.11.28 追加 */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sa_slide #answer label {
	display: block;
	width: 26px;
	padding-top: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	border: 4px solid #fff;
}

.sa_slide #answer .over label {
	display: block;
	width: 16px;
	padding-top: 20px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #fff;
	border: 3px solid #fff;
}


/** [ 3-3f ] 回答：（slide_matrix） **/
.slide_matrix #answer {
	text-align: center;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

.slide_matrix #answer .slide-texts {
	position: relative;
	z-index: 10;
}

.slide_matrix #answer #slider-box {
	margin: 0 60px 0 20px;
}

.slide_matrix #answer .slider-help {
	text-align: left;
	font-size: 12px;
	color: #f08c00;
	margin-top: 20px;
}

.slide_matrix #answer .slider-item-main {
	overflow: hidden;
}

.slide_matrix #answer .right {
	float: right;
}

.slide_matrix #answer .sub-question {
	max-width: 10em;
	float: left;
	text-align: left;
	padding: 8px 0;
	margin-bottom: 4px;
	overflow: scroll;
}

.slide_matrix #answer #slider {
	font-size: 20px;
}


/* Slider Custom*/
.slide_matrix #answer #slider-list div.slider-item {
	margin-bottom: 40px;
}

.slide_matrix #answer #slider-list div.slider-item:last-child {
	margin-bottom: 0;
}

.slide_matrix #answer #slider.ui-slider-horizontal {
	height: 15px;
}

.slide_matrix #answer #slider.ui-widget-content {
	border: none;
	background-color: #e0e0e0;
	background-image: none;
}

.slide_matrix #answer #slider-start {
	width: 36px;
	height: 36px;
	background: url(../images/slider-start.png) no-repeat;
	position: absolute;
	left: -12px;
	top: -10px;
	z-index: 0;
}

.slide_matrix #answer #slider-end {
	width: 163px;
	height: 15px;
	background: url(../images/slider-end.png) no-repeat right;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.slide_matrix #answer #slider-line {
	position: absolute;
	z-index: 2;
}

.slide_matrix #answer #slider .ui-slider-handle {
	border-color: #fff;
}

.slide_matrix #answer #slider .ui-state-default {
	background-image: url(../images/slide-handle.png);
	top: -10px;
	height: 36px;
	width: 36px;
	border: none;
	background-color: transparent;
}

.slide_matrix #answer #slider .ui-state-focus {
	outline-color: transparent;
}

.slide_matrix #answer #slider .border {
	width: 1px;
	height: 15px;
	position: absolute;
	background-color: #fff;
}

.slide_matrix #answer .slide-text {
	width: 70px;
	position: absolute;
}

.slide_matrix #answer label p {
	left: 5px;
	line-height: 1.2em;
	margin-bottom: 10px;
	width: 1.2em !important;
}

.slide_matrix #answer .over label p {
	line-height: 1.2em;
	margin-bottom: 10px;
	left: 0px;
	width: 1.2em !important;
}

.slide_matrix #answer .slide_label {
	display: inline-block;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
}

.slide_matrix #answer label {
	display: block;
	width: 26px;
	padding-top: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	border: 4px solid #fff;
}

.slide_matrix #answer .over label {
	display: block;
	width: 16px;
	padding-top: 20px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #fff;
	border: 3px solid #fff;
}

/*----------------------*/
/*
 * NU Slide Matrix
/*
 *----------------------*/
#answer #slider-list.nu-slider .sub-question {
	margin-bottom: 15px;
}

#answer #slider-list.nu-slider div.slider-item {
	margin-bottom: 40px;
}

#answer #slider-list.nu-slider div.slider-item .slider-help {
	text-align: left;
	font-size: 12px;
	color: #f08c00;
	margin-bottom: 20px;
}

#answer #slider-list.nu-slider #slide-val-box {
	margin-top: 20px;
}




/**
 * nextbtn
 */
#nextbtn,
#row-pdf {
	margin: 50px auto 0 auto;
	text-align: center;
}

#nextbtn input {
	background-color: #f08c00;
	color: #fff;
	width: 230px;
	height: 53px;
	font-size: 1.6rem;
	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;
}

#nextbtn input[disabled] {
	background-color: #f5e1c5;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	cursor: auto;
}

#nextbtn input:hover:not([disabled]) {
	background-color: #e56803;
}

/**
 * nextbtn
 */
#nextbtn {
	margin: 50px auto 0 auto;
	text-align: center;
}

#row-pdf input,
#row-pdf button,
#nextbtn input,
#nextbtn button {
	background-color: #f08c00;
	color: #fff;
	width: 230px;
	height: 53px;
	font-size: 1.6rem;
	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;
}

#row-pdf input[disabled],
#nextbtn input[disabled]{
	background-color:#f5e1c5;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	cursor: auto;
}

#row-pdf input:hover:not([disabled]),
#nextbtn input:hover:not([disabled]){
	background-color:#e56803;
}

#row-pdf input.one_preview_disabled,
#nextbtn input.one_preview_disabled {
	background-color: #f08c00;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
}

/**
 * btn
 */


/**
 * savebtn
 */
#savebtn {
	margin: 50px 0 20px 0;
	text-align: right;
}

#savebtn p a {
	font-size: 1.3rem;
	text-decoration: none;
	display: inline-block;
	padding: 15px 40px 15px 15px;
	color: #fff;
	background-image: url(../images/icon_save.png);
	background-repeat: no-repeat;
	background-color: #7c7c7c;
	background-position: 90% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#savebtn p a:hover {
	background-color: #444;
}



/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/**
 * add by 2013/09/02
 */
textarea {
	outline: 0;
	padding: 2px 5px;
	width: 100%;
	height: 150px;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	background-color: #ffffff;
	color: #333;
	border: 1px solid #999;
	border-top: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/**
 * sa_card_text
 */
.sa_card_text #answer input[type="checkbox"]+label {
	background-image: url(../images/checkbox_off.png);
}

/*
.sa_card_text #answer input[type="checkbox"] + label:hover{
	border-color:#ffca7f;
}
*/
.sa_card_text #answer input[type="checkbox"]:checked+label {
	background-image: url(../images/checkbox_on.png);
	border-color: #f08c00;
}

.sa_card_text .survey-label {
	overflow-wrap: anywhere;
}


/**
 * sa_card_image
 */
/*
.sa_card_image #answer input[type="checkbox"] + label:hover{
	border-color:#ffca7f;
}
*/
.sa_card_image #answer input[type="checkbox"]:checked+label {
	border-color: #f08c00;
}

.sa_card_image #answer input[type="checkbox"]+label p {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}



/**
 * answer_end
 */
.answer_end #endbox {
	width: 88%;
	margin: 20px auto 0 auto;
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	word-wrap: break-word;
}

.answer_end h1 {
	line-height: 1.4em;
	margin-bottom: 35px;
}

.answer_end p {
	font-size: 16px;
	line-height: 1.6em;
}

.answer_end p a {
	word-break: break-all;
}


#survey-app .survey-question-image {
	margin-top: 20px;
	text-align: center;
}

#survey-app .survey-question-image img {
	max-width: 90% !important;
}




#survey-app .survey-section {
	margin-bottom: 70px;
}

#survey-app .survey-section:last-child {
	margin-bottom: 20px;
}

#survey-app .survey-section .border01 {
	border: 2px dotted #f08c00;
	background-color: #fbfbfb;
	padding: 10px;
	margin-top: 10px;
}

#survey-app .survey-section .border01 li {
	margin-left: 20px;
	list-style: disc;
}

#survey-app .survey-section #survey-sub-question {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
	border-left: 5px solid #333;
	padding: 8px 0 12px 12px;
	width: 95%;
	overflow: scroll;
}

.sp_sa_text_val {
	width:83%;
	overflow: scroll;
  height: 18px;
}
.sp_sa_text_val::-webkit-scrollbar {
	display: none;
}


#survey-app .survey-error li,
#survey-app .survey-err li {
	color: #ff3030;
	padding: 4px 4px 0 4px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


#answer.col_4 {
	margin-left: -18px;
}

#answer.col_4 ul li {
	width: 196px;
	float: left;
	margin-left: 18px;
}

.image_card li label {
	display: block;
	margin-bottom: 20px;
	padding: 20px 0 20px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(209, 209, 209, 1);
	box-shadow: 4px 4px 0px 0px rgba(209, 209, 209, 1);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 22px;
	border: 4px solid;
	border-color: #fff;
	cursor: pointer;
	text-align: center;
}

.image_card li label:hover {
	border-color: #ffca7f;
}

.image_card li label.survey-selected {
	border-color: #f08c00;
}

/* その他ポップアップ  */
/*
#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:216px;
	background:#fff;
	color:#333;
    position: fixed;
    top:50%;
    left:50%;
    margin-left:-120px;
    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:140px;
	height:100px;
	margin-left:-80px;
	margin-top:-60px;
}
#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 {
	margin-bottom:10px;
}

#survey-dialog .survey-dialog-body input[type="text"]{
	width:180px;
}

#survey-dialog .survey-dialog-body button.survey-dialog-submit,
#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;
}
*/


/*ラジオボタン*/
#answer .text_card input[type="radio"]+label {
	background-image: url(../images/checkbox_off.png);
}

#answer .text_card input[type="radio"]+label:hover {
	border-color: #ffca7f;
}

#answer .text_card input[type="radio"]:checked+label {
	background-image: url(../images/checkbox_on.png);
	border-color: #f08c00;
}


/*ドラム*/
.drum_val {
	display: none;
}


/*ファイルボタン*/
#answer .image-preview img.upload-image {
	max-width: 80%;
}

#answer .image-preview div.thumb_bg {
	width: 220px;
	height: 160px;
	background: url(../images/thumb_bg.png) repeat;
	margin: 0 auto;
	border: 5px solid #efefef;
}

#answer .image-preview div.thumb_bg img {
	margin-top: 60px;
	width: 40px;
}

/** [ 3-3g ] 回答：アップロードボタン **/
#answer .file-buttons {
	position: relative;
	margin: 15px 0;
	/*2019.11.27 追加*/
	width: 100%;
	word-break: keep-all;
	display: flex;
	justify-content: center;
}

#answer .file-view .btn,
#answer .file-delete-view .btn {
	/*2019.11.27 .btnデフォルト設定なし
	padding: 10px 20px;
	margin: 10px auto;
	background-color: #f08c00;
	color: #fff;
	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;*/
	line-height: 2.00;
	box-shadow: none;
	/* 2019.11.27 追加 */
	padding: 0;
}

/* 2019.11.27 追加 */
#answer .file-view .btn[disabled],
#answer .file-delete-view .btn[disabled] {
	/*2019.07.12 .btnデフォルト設定なし
	background-color:#f5e1c5;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 0.2);
	cursor:auto;*/
	background: none;
	box-shadow: none;
}

/* 2019.11.27 追加 */
#answer .file-view .btn:hover:not([disabled]),
#answer .file-delete-view .btn:hover:not([disabled]) {
	/*2019.07.12 .btnデフォルト設定なし
	background-color:#e56803;*/
	background: none;
}

#answer .file-input {
	clear: both;
	margin: 0 auto 5px auto;
	position: relative;
	/*2019.11.27 幅変更
	width: 150px;*/
	width: auto;
	/*2019.11.27 追加 */
	max-width: 90%;
}

#answer .file-edit {
	margin: 0 0 5px 5px !important;
}

#answer .file-view {
	display: block;
	z-index: 1;
	/*2019.11.27 変更
	position: absolute;
	top: 12px;
	left: 0px;*/
	position: inherit;
	/*201911.27 追加 */
	width: auto;
	background-color: #f08c00;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	border-radius: 5px;
	margin: 0 5px;
}

#answer .file-delete-view {
	display: none;
	/*2019.11.27 変更
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 1;*/
	position: inherit;
	z-index: inherit;
	/*2019.11.27 追加 */
	width: auto;
	max-width: 50%;
	height: 100%;
	background-color: #f08c00;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	box-shadow: 0px 4px 0px 0px rgba(197, 115, 1, 1);
	border-radius: 5px;
	margin: 0 5px;
}

#answer input.file {
	text-align: right;
	border: 1px solid #ff0000;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	/*ieでのみ有効*/
	/*2019.07.12 変更
	position: relative;
	height:36px;
	width: 150px !important;*/
	position: absolute;
	width: 90% !important;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 10px;
}


select.ques-select {
	padding: 10px 30px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../images/select-arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
	background: url(../images/select-arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
	background-size: 20px, 100%;
	font-size: 14px;
  max-width: 350px;
}

#legal-ques-select{
	margin-right: 0px !important;
	margin-bottom: 10px;
	width: 100%;
}

table.address {}

table.address th,
table.address td {
	text-align: left;
	font-weight: normal;
	padding: 6px;
}

table.address td input {
	width: 12em !important;
}

/* wrap css for ckeditor: mediv plugin */
.mediv {
	overflow: hidden;
	margin: 0 auto;
}

.mediv-content {
	position: relative;
	height: 0;
	overflow: hidden;
}

.mediv-content-youtube,
.mediv-content-vimeo {
	padding-bottom: 59%
}

.mediv-content-instagram {
	padding-bottom: 125%
}

.mediv-content iframe,
.mediv-content object,
.mediv-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.mediv_spHide {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.mediv_pcHide {
		display: none !important;
	}
}

@keyframes showlogout {
	from {
		top: -200px;
		opacity: 0;
	}

	to {
		top: 10px;
		opacity: 1;
	}
}

.btn-logout,
.btn-logout-header,
.btn-logout-endpage {
	background-color: #f08c00;
	color: #fff;
	font-size: 12px;
	max-width: 110px;
	overflow: hidden;
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	line-height: 33px;
	height: 33px;
}

.btn-logout {
	top: 10px;
	right: 0;
	margin-right: 20px;
	position: fixed;
	animation-name: showlogout;
	animation-duration: 1500ms;

}

.btn-logout-header {
	float: right;
	vertical-align: middle;
	margin-left: 20px;
	width: 80%;
}

.btn-logout-endpage {
	justify-content: center;
	display: flex;
	margin: 0 auto;
}

.start_header {
	display: inline-flex;
	width: 100%;
}

.box_logout {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.l_header {
	background-color: #fff;
	border-bottom: 4px solid #212d60;
	padding-bottom: 22px;
	padding-top: 27px;
}

.start_header {
	display: block;
	box-sizing: border-box;
}

.l_header_inner {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin: 0 auto;
	-ms-flex-align: end;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l_header_title {
	display: block;
}

.l_header_title a {
	display: block;
	color: #432db2;
	box-sizing: border-box;
	outline: none;
}

.l_header_title img {
	max-width: 100%;
	width: auto;
	text-decoration: none;
	vertical-align: top;
	font-size: 0;
}

.survey-question {
  word-wrap: break-word;
}

.survey-question p {
	line-height: normal;
}

.endtext {
	margin-top: 60px;
	font-size: 16px;
	line-height: 1.3em;
	overflow: auto;
}

.align-left,
.align-left img {
	float: left;
}

.align-right,
.align-right img {
	float: right;
}

.align-center {
	text-align: center;
}

.align-center>figure {
	display: inline-block;
}



.survey-section-confirmation #question {
	margin-top: 10px;
}

#answer-confirmation .answer {
	padding-top: 6px;
	word-wrap: break-word;
}

#answer-confirmation #survey-sub-question {
	padding-top: 5px;
}

#answer-confirmation ul>li {
	padding: 5px;
}

#answer-confirmation img {
	max-width: 320px;
	width: auto;
	height: auto;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.corp-select-box{
	width:100%; margin: 0 auto;
}

.corporation-box{
	margin: 0 auto;
}

.corporation-select-box{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	flex-direction: column-reverse;

}


.corp-name-input-box{
	width: 100%;
}

.corp-name-input{
	width: 95%;
}



.legal-form-container {
	display: flex;
	align-items: center;
	padding: 10px 7px 10px 0px;
}

#sp-legal-radio{
	margin-bottom: 20px;
}

.legal-radio-label{
	margin-left:30px
}
.radio-container{
	display: flex;
	align-items: center;
}

/*** sa_card_text（nps）***/
.sa_card_text #answer .survey-answer.nps .survey-answer-item {
	max-width: calc(4.00em*11);
    width: 100%;
    margin: auto;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item .nps_text {
	margin: 1.30em 0 0.50em;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item .nps_text p {
	width: 50%;
    display: inline-block;
	color: #333;
	vertical-align: top;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item .nps_text p:last-child {
	text-align: right;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul {
	width: 100%;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul li {
	display: inline-block;
	max-width: 4.00em;
    width: calc(100% /11);
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul li input[type="radio"] + label {
	background: #fff;
	box-shadow: none;
    padding: 2.00em 0;
	border-radius: 0;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	border-left: 0;
	box-sizing: border-box;
	margin: 0 auto;
	height: auto;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul li:first-child input[type="radio"] + label {
	border-left: 1px solid #ccc;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul li input[type="radio"] + label p {	
	position: absolute;
    top: 50%;
	width: 100%;
    margin: -7px auto 0;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul li input[type="radio"] + label p span {	
	display: block;
    text-align: center;
}
.sa_card_text #answer .survey-answer.nps .survey-answer-item ul li input[type="radio"]:checked + label {
	background: #f08c00;
	color: #fff;
}
body {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	display: none;
}

/* Google Chrome 書体メイリオ 対応.斜体対応 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
  	font-family: Meiryo;
    src: local('Meiryo'), local('メイリオ');
  }
}

.fa_name_contact_form input {
  width: 95%;
}
.fa_name_contact_form .first_name {
  margin-top: 6px;
}

/**
 * fa_matrix
 */
 .fa_matrix .survey-answer-item .fa_matrix_scroll_comment {
  color: #333;
  font-size: 14px;
  margin-bottom: 4px;
 }
 .fa_matrix .survey-answer-item .fa_matrix_scroll_container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
 }
 .fa_matrix #answer table {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
	margin: 0 auto;
	/* 2019.10.28 変更
	width: 740px; */
    width: 1000px;
	/* 2019.10.28 追加 */
	table-layout: fixed;
    /* 2022.03.24 削除
	word-break: break-all;*/
    word-wrap: break-word;
}

.fa_matrix #answer td,
.fa_matrix #answer th {
	border: 1px solid #d3d3d3;
	color: #666666;
	font-weight: normal;
	font-size: 0.85em;
	padding: 2px;
	vertical-align: middle;
	line-height: 1.2em;
}

.fa_matrix #answer td.hover,
.fa_matrix #answer th.hover {
	background-color: #fff5e8;
}

.fa_matrix #answer th {
	background-color: #fbfbfb;
	padding: 15px;
}

/* 回答方向画像を自動で枠内に収める（2019.10.28 追加） */
.fa_matrix #answer table tr:first-child th:first-child img {
	width: 100%;
    height: auto;
	max-width: 182px;
}
.fa_matrix #answer td.title {
	padding: 15px;
	width: 225px;
	/* 2019.10.28 追加 */
	text-align: left;
}

.fa_matrix #answer td{
	/*width:101px;*/
	/* 2019.10.28 追加 */
	text-align: center;
}
/* マトリクス（自由回答）の入力欄を枠内に収める（2019.10.28 追加） */
.fa_matrix #answer table tr td input[type=text] {
	width: 90%;
	margin: 5px 0; /* 2019.11.07 追加 */
}
/* マトリクス（自由回答）の単位を右詰め（2019.11.07 追加） */
.fa_matrix #answer table tr td span {
	text-align: right;
	display: block;
	padding: 0 5px 5px 5px;
}

.fa_matrix #answer label p {
	opacity: 0;
	height: 0;
}

.fa_matrix #answer input[type="radio"],
.fa_matrix #answer input[type="checkbox"] {
	opacity: 0;
	height: 0;
}

.fa_matrix #answer input[type="radio"]+label,
.fa_matrix #answer input[type="checkbox"]+label {
	display: block;
	padding: 30px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e4e4e4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px;
	border: 2px solid;
	border-color: #e4e4e4;
	cursor: pointer;
}

.fa_matrix #answer input[type="radio"]+label {
	background-image: url(../images/radio_off_white.png);
}

.fa_matrix #answer input[type="radio"]+label:hover {
	border-color: #ffca7f;
}

.fa_matrix #answer input[type="radio"]:checked+label {
	background-image: url(../images/radio_on.png);
	border-color: #f08c00;
	background-color: #fff;
}

.fa_matrix #answer input[type="radio"]+label,
.fa_matrix #answer input[type="checkbox"]+label {
	padding: 20px 0;
}



.fa_matrix #answer tr:nth-child(even) {
	/*background-color: #e7e7e7;*/
	background-color: #f8f8f8;
	/* 2019.08.14 変更 */
}

.fa_matrix #answer tr:nth-child(odd) {
	background-color: #ffffff;
}

.fa_matrix #answer tr:nth-child(even) input[type="radio"]+label,
.fa_matrix #answer tr:nth-child(even) input[type="checkbox"]+label {
	background-color: #d0d0d0;
}

.fa_matrix #answer tr:nth-child(odd) input[type="radio"]+label,
.fa_matrix #answer tr:nth-child(odd) input[type="checkbox"]+label {
	background-color: #e4e4e4;
}

.fa_matrix #answer input[type="checkbox"]+label {
	background-size: 16px;
}

.fa_matrix #answer th {
	background-color: #ffffff;
}

.fa_matrix #answer input[type="radio"]:checked+label {
	background-color: #fff !important;
}

.right-align {
	text-align: right; /* Aligns text to the right */
}

/**
 * 入力成功サイン（スマホ用）
 */
.input-success-sign {
  position: absolute;
  top: -8px;
  right: -16px;
  width: 24px;
  height: 24px;
  background-color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.input-success-sign::before {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

/**
 * 入力成功サイン（フォーム用）
 */
 .input-success-sign-form {
    width: 20px;
    height: 20px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}
.input-success-sign-form::before {
    content: "✓";
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

/* 設問コンテナに相対位置を設定 */
#survey-app .survey-section {
  position: relative;
}
