@charset "utf-8";


/* =========================================================
modal - メインページ用アンケート
========================================================= */

/* modal - .modal-questionnaire */
.modal {
	/*z-index: 10002;*/
}
.modal-backdrop {
	/*z-index: 10001;*/
}
.modal-questionnaire .modal-body {
	overflow-y: auto;
}
.modal-questionnaire .modal-dialog {
	margin-top:50px;
}
.modal-questionnaire div.modal-lg {
	width: 1042px;
}

/* parts */
.modal-step .radio_wrap {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff, #fafafa) repeat scroll 0 0;
    border: 1px solid #e0e3e5;
    cursor: pointer;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 8px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}
.modal-step .radio_wrap.left {
    border-radius: 4px 0 0 4px;
}
.modal-step .radio_wrap.right {
    border-radius: 0 4px 4px 0;
}
.modal-step .radio_wrap.center {
    border-radius: 0;
}
.modal-step .radio_wrap input[type="radio"] {
    left: -100px;
    position: absolute;
    top: -100px;
}
.modal-step .radio_wrap input[type="radio"] .text {
}
.modal-step .radio_wrap input[type="radio"]:checked ~ .text {
    color: #fff;
}
.modal-step .radio_wrap input[type="radio"] ~ .radio_wrap_fill {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.modal-step .radio_wrap input[type="radio"]:checked ~ .radio_wrap_fill {
    background-color: #3498db;
}
.modal-step .radio_wrap.left {
    border-right: medium none !important;
}
.modal-step .radio_wrap.center {
}
.modal-step .radio_wrap.right {
    border-left: medium none !important;
}
.modal-step .checkbox_wrap {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid #dbe3e6;
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 12px 4px 8px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.modal-step .checkbox_wrap:hover {
    border-color: #3498db;
}
.modal-step .checkbox_wrap.selected {
    border: 1px solid #f2f5f6;
}
.modal-step .checkbox_wrap.selected:hover {
    border-color: #3498db;
}
.modal-step .checkbox_wrap.disabled {
    border: 1px solid #eaecee;
    color: #ccc;
    cursor: default;
}
.modal-step .checkbox_wrap.disabled input[type="checkbox"] ~ i.fake_check {
    border: 1px solid #eaecee;
}
.modal-step .checkbox_wrap input[type="checkbox"] {
    left: -100px;
    position: absolute;
    top: -100px;
}
.modal-step .checkbox_wrap_fill {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.modal-step .checkbox_wrap input[type="checkbox"] ~ i.fake_check {
    border: 1px solid #c9cfd3;
    border-radius: 4px;
    color: #fff;
    height: 16px;
    line-height: 15px;
    text-align: center;
    width: 16px;
}
.modal-step .checkbox_wrap input[type="checkbox"]:checked ~ i.fake_check {
    background-color: #3484bc;
    border: 1px solid #3484bc;
}
.modal-step .checkbox_wrap input[type="checkbox"]:checked ~ .checkbox_wrap_fill {
    background-color: #f2f5f6;
}




/* .modal-step */

.modal-questionnaire .modal-body {
	padding:0;
}
.modal-questionnaire .modal-footer {
	background-color: #fff;
	padding: 20px 25px 25px;
	border: 0;
}

/* .modal-step-head */
.modal-step-head {
	color: #333;
	padding: 26px 0;
	text-align: center;
}
.modal-step-head-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.modal-step-head-text {
	font-size: 15px;
	line-height: 1.5;
}
.modal-step .form-question-title {
	position: absolute;
	top: 12px;
	left: 7px;
	width: 28px;
	height: 28px;
	font-size: 15px;
	background-color: #AF956B;
	color: #FFF;
	border-radius: 14px;
	padding: 6px 0 0 7px;
	line-height: 1;
}
.modal-step-color-green {
	color: #9DBA5A;
	font-weight: bold;
}

/* .modal-step-body */
.modal-step-body {
	padding: 11px 15px 0;
	background-color: #FAF9F1;
}
.modal-step-body-table {
	width: 100%;
	color: #333;
}
.modal-step-body-table th,
.modal-step-body-table td {
	border-bottom: 1px dotted #D6D7C6;
	font-size: 13px;
	position: relative;
}
.modal-step-body-table th {
	padding: 16px 43px 12px 43px;
	font-weight: bold;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
}
.modal-step-body-table td {
	padding: 14px 10px 17px 0;
	vertical-align: middle;
	font-weight: normal;
}

.modal-step-zoomcontrol .modal-step-body-table th,
.modal-step-zoomcontrol .modal-step-body-table td {
	-webkit-transform: scale(0.93);
}
.modal-step-zoomcontrol .modal-step-body-table td {
	padding-right: 0;
}

.modal-step-body-table th .main ,
.modal-step-body-table td .main {
	font-size: 18px;
}
.modal-step-body-table th .sub {
	font-size: 11px;
}
.modal-step-body-table th .sub2 {
	font-size: 10px;
}
.modal-step-body-table label {
	font-weight: normal;
}
.modal-step-body-table .modal-step-table-firstline {
	padding: 10px 10px 36px 0;
}
.modal-step-body-inner {
	overflow: hidden;
}
.modal-step-body-inner-right {
	float: right;
}

.modal-step-notice {
	color: #D88C1F;
	font-weight: bold;
	margin-bottom: 11px;
}
.modal-step .required {
	position: absolute;
	top: 18px;
	right: 5px;
	font-size: 11px;
	width: 34px;
	color: #FFF;
	background-color: #E74C3C;
	text-align: center;
	padding: 3px 0 4px;
	height: 19px;
	line-height: 12px;
}
.modal-step-indent01 {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}

/* .modal-step-button */
.modal-step-body-inner-right .modal-step-button {
	text-align: right;
}
.modal-step-button-01 {
	width: 202px;
	height: 62px;
	border-radius: 4px;
	border: 1px solid #ccc;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfcfc 50%, #f7f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fbfcfc), color-stop(100%,#f7f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f9f9',GradientType=0 ); /* IE6-9 */

	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 7px 16px 10px;
}
.modal-step-button-01:hover {
	border-color: #3498DB;
}
.modal-step-button-02 {
	width: 252px;
	height: 62px;
	border-radius: 4px;
	border: 1px solid #D6AE12;

	background: #D6AE12;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 7px 16px 10px;
}
.modal-step-button-02:hover {
	background: #EBC05C;
	border-color: #EBC05C;
}
.modal-step .w210 {
	width: 210px !important;
}
.modal-step .w460 {
	width: 460px !important;
}
.modal-step .w570 {
	width: 570px !important;
}
.modal-step .w672 {
	width: 672px !important;
}

/* .form-layout */
.modal-step .form-layout01 {
	margin-bottom: 12px;
	overflow: hidden;
}
.modal-step .form-layout02 {
	margin-bottom: 5px;
	overflow: hidden;
}
.modal-step .form-layout03 {
	overflow: hidden;
}
.modal-step .form-layout04 {
	overflow: hidden;
	margin-top: 7px;
}
.modal-step div.mb6{
	margin-bottom: 6px;
}
.modal-step #q2_1_div{
	float: left;
}
.modal-step #q2_1_child{
	float: left;
	line-height: 35px;
}
.modal-step .fl03-child{
	display: block;
    margin: 0px 0px 6px 10px;
}
.modal-step #q3_child_text{
    padding: 15px 0;
    display: block;
}
.modal-step #q3_child_select{
    width: 740px;
    border-top: 1px dotted #D6D7C6;
}
.modal-step #q3_7_child{
    margin-bottom: 10px;
}
.modal-step span.pt0{
	padding-top: 0px;
	margin-top: -1px;
}

.form-layout04-child {
	padding-right: 16px;
	float: left;
}
.form-layout04-child {
	float: left;
	width: 180px;
}
.form-layout04 .checkbox_wrap .text {
	font-size: 12px;
}
.form-layout04 select{
	float: left;
	height: 30px;
}
.form-layout04 .form-text-last{
    float: left;
    line-height: 28px;
    padding-left: 5px;
}

.modal-step .form-layout05 {
	margin-bottom: 10px;
	overflow: hidden;
}
.modal-step .form-layout05.portal {
	/*margin-top: 17px;*/
}
.modal-step .form-layout-lefticon {
	float: left;
	display: inline-block;
	width: 25px;
	color: #333;
	text-align: center;
	font-size: 15px;
	padding-top: 4px;
}

@media screen and (max-width: 0px) { /* ここから新しいソース (ダミー media query) */

.form-q3-optGroup .form-layout03 {
	margin-top: 7px;
}
.form-q3-optGroup .form-layout03:first-child {
	margin-top: 12px;
}
.modal-step .form-layout-leftlabel {
	float: left;
	display: inline-block;
	color: #333;
	text-align: center;
	padding-top: 7px;
}
.modal-step .form-label {
	float: left;
	line-height: 28px;
	margin-right: 5px;
}

/* .radio_wrap */
.modal-step .radio_wrap {
	float: left;
}
.modal-step .radio_wrap.left {
	border-right: 1px solid #e0e3e5 !important;
}
.modal-step .radio_wrap.center {
	margin-left: -1px;
}
.modal-step .radio_wrap .text {
	font-size: 12px;
}
.modal-step .radio_wrap:hover {
	border-color: #3498DB;
	z-index: 100;
	position: relative;
}
.modal-step .radio_wrap.left:hover {
	border-right: 1px solid #3498DB !important;
}
.modal-step .radio_wrap.right:hover {
	border-left: 1px solid #3498DB !important;
	margin-left: -1px;
}

/* .ico_step4_portal */
.modal-step .ico_step4_portal {
	background-repeat: no-repeat;
	background-position: 2px 0;
	display: inline-block;
	overflow: hidden;
	text-indent: 100px;
	vertical-align: middle;
}

/* ここから古いソース */

.modal-step .form-label {
	float: left;
	line-height: 28px;
	margin-right: 5px;
}

/* .radio_wrap */
.modal-step .radio_wrap {
	float: left;
}
.modal-step .radio_wrap.left {
	border-right: 1px solid #e0e3e5 !important;
}
.modal-step .radio_wrap.center {
	margin-left: -1px;
}
.modal-step .radio_wrap .text {
	font-size: 12px;
}
.modal-step .radio_wrap:hover {
	border-color: #3498DB;
	z-index: 100;
	position: relative;
}
.modal-step .radio_wrap.left:hover {
	border-right: 1px solid #3498DB !important;
}
.modal-step .radio_wrap.right:hover {
	border-left: 1px solid #3498DB !important;
	margin-left: -1px;
}

/* .ico_step4_portal */
.modal-step .ico_step4_portal {
	background-repeat: no-repeat;
	background-position: 2px 0;
	display: inline-block;
	overflow: hidden;
	text-indent: 100px;
	vertical-align: middle;
}

/* .checkbox_wrap  */
.modal-step .checkbox_wrap {
    overflow: auto;
    position: static;
}
.modal-step .checkbox_wrap input[type="checkbox"] {
    position: absolute;
    left: -10000px;
}
.modal-step .checkbox_wrap .text {
	color: #333;
}
.modal-step .checkbox_wrap input[type="checkbox"]:checked ~ .text {
	color: #3398DA;
}


.modal-step .checkbox_wrap .text {
	font-size: 13px;
}
.modal-step-table-firstline .checkbox_wrap {
	min-width: 100px;
}
.modal-step-table-secondline .checkbox_wrap {
	min-width: 110px;
}
.modal-step-body select {
	font-size: 13px;
}

.modal-step .disable {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* modal - .modal-questionnaire-complete */
.modal-questionnaire-complete div.modal-lg {
	width: 1042px;
}
.modal-questionnaire-complete .modal-body {
	text-align: center;
	padding-top: 27px;
}
.modal-questionnaire-complete .modal-step .modal-step-title {
	font-size:24px;
	color: #3498DB;
	margin-bottom: 14px;
}
.modal-questionnaire-complete .modal-step .modal-step-text {
	font-size: 15px;
	line-height: 1.5;
}
.modal-questionnaire-complete .modal-footer {
	border-top: 0;
	padding: 17px 0 37px;
}
.modal-step-button-03 {
	width: 102px;
	height: 37px;
	border-radius: 4px;
	border: 1px solid #ccc;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfcfc 50%, #f7f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fbfcfc), color-stop(100%,#f7f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfcfc 50%,#f7f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f9f9',GradientType=0 ); /* IE6-9 */

	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 7px 16px 10px;
}
.modal-step-button-03:hover {
	border-color: #3498DB;
}
