@charset "UTF-8";

/* C対応用 */
#survey *{
box-sizing: border-box;
}
#survey select{
width: 100%;
height: 2.6em;
padding: 2px 10px;
vertical-align: middle;
font-family: inherit;
background-color: #f6f6f6;
border: 1px solid #d6d6d6;

}
/* */

#survey__nav {
    width: 100%;
    position: fixed;
    bottom: 58px;
    z-index: 9500;
}

#survey__iconnav01 a img {
    top: 15px;
    left: 31px;
    margin: 0 auto;
    position: absolute;
    width: 21px;
    height: 21px;
    z-index: 1000;
}

#survey__iconnav02 a img {
    top: -17px;
    left: 121px;
    margin: 0 auto;
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 1000;
}

#survey__btmnav {
    left: 41px;
    margin: 0 auto;
    position: absolute;
	padding: 9px 10px 7px 13px;
	border-radius: 8px;
	background-color: #767676;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	box-shadow: 0px 2px 10px -5px #000;
	font-size: 11px;
    z-index: 999;
}

#survey__btmnav p a{
    color: #fff;
    text-decoration: none;
}

.white-popup {
	position: relative;
	width: auto;
	max-width: 660px;
	margin: auto !important;
}

.white-popup .mfp-close{
	position: static;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.white-popup button.mfp-close {
	display: block;
	position: absolute;
	width: auto;
	height: 20px;
	top: -30px;
	right: 0;
	margin: 0;
	padding: 2px 8px;
	text-align: right;
	border-radius: 20px;
	background-color: #000;
	font-size: 0;
}
.white-popup button.mfp-close:focus{
	outline: 1px dotted #000;
	outline-offset: 1px;
}
.white-popup button.mfp-close > span.mfp-close{
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.white-popup button.mfp-close img.mfp-close{
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}
.white-popup button.mfp-close > span.mfp-close:before{
	display: inline-block;
	content: "閉じる";
	color: #FFF;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

.survey__box {
	margin: 73px auto 0px;
	width: 660px;
	max-height:480px;
	padding: 30px 0px 30px 0px ;
	border-radius: 8px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	color: #333333;
	box-shadow: 0px 2px 10px -5px #000;
}

.survey__box p {
    font-size: 14px;
    margin-bottom: 20px;
}

.survey__box .survey__notes {
    padding-left: 12px;
    text-indent: -1em;
}
.survey__box .survey__notes--caption{
    font-weight: bold;
}

.survey__box .survey__underline {
    text-decoration: underline;
}

.survey__box form {
    /* margin-bottom: 20px; */
}

.survey__box .survey__input-btn {
    position: relative;
	display: inline-block;
	margin: 0px auto;
    font-size: 12px;
    font-weight: bold;
	color: #FFF;
    width: 200px;
    height: 32px;
    border-radius: 16px !important;
    border: 2px solid #0a70f5;
    color: #0a70f5;
    cursor: pointer;
	cursor: hand;
    transition: all .35s;
    overflow: hidden;
}
.survey__box .survey__input-btn:focus,
.survey__box .survey__input-btn:hover{
    color: #FFF;
}
.survey__box .survey__input-btn span{
    position: relative;
    z-index: 1;
}
.survey__box .survey__input-btn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0a70f5;
    transition: all .35s;
}
.survey__box .survey__input-btn:focus:after,
.survey__box .survey__input-btn:hover:after{
    width: 100%;
}

.survey__box .survey__range {
	display: inline-block;
	width: 520px;
	background-color: transparent;
	margin-bottom: 20px;
}

.survey__box .survey__range--line {
	text-align: center !important;
	user-select:none;
    position: relative;
    margin:0px 0px 120px;
    width: 580px;
}

.survey__box .survey__range--datalist {
	position: absolute;
    z-index: 2;
    width: 580px;
}

.survey__box .survey__range--line00 {
    position: absolute;
    font-size: 14px;
    left: 5.8%;
    top: -3px;
    z-index: 1;
}
.survey__box .survey__range--line01 {
    position: absolute;
    font-size: 7px;
    left: 14.8%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line02 {
    position: absolute;
    font-size: 7px;
    left: 23.6%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line03 {
    position: absolute;
    font-size: 7px;
    left: 32.2%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line04 {
    position: absolute;
    font-size: 7px;
    left: 41%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line05 {
    position: absolute;
    font-size: 14px;
    left: 49.2%;
    top: -3px;
    z-index: 1;
}
.survey__box .survey__range--line06 {
    position: absolute;
    font-size: 7px;
    left: 58.2%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line07 {
    position: absolute;
    font-size: 7px;
    left: 67%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line08 {
    position: absolute;
    font-size: 7px;
    left: 75.6%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line09 {
    position: absolute;
    font-size: 7px;
    left: 84.4%;
    top: -1px;
    z-index: 1;
}
.survey__box .survey__range--line10 {
    position: absolute;
    font-size: 14px;
    left: 91.9%;
    top: -3px;
    z-index: 1;
}
.survey__box .survey__range--line-text01 {
    position: absolute;
    font-size: 14px;
    left: -1.8%;
    top: 40px;
    z-index: 1;
}
.survey__box .survey__range--line-text05 {
    position: absolute;
    font-size: 14px;
    left: 43.9%;
    top: 40px;
    z-index: 1;
}
.survey__box .survey__range--line-text10 {
    position: absolute;
    font-size: 14px;
    left: 87.4%;
    top: 40px;
    z-index: 1;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,

.survey__box .survey__range--line00 {
    position: absolute;
    font-size: 14px;
    left: 5.8%;
    top: 3px;
    z-index: 1;
}
.survey__box .survey__range--line01 {
    position: absolute;
    font-size: 7px;
    left: 14.8%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line02 {
    position: absolute;
    font-size: 7px;
    left: 23.6%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line03 {
    position: absolute;
    font-size: 7px;
    left: 32.2%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line04 {
    position: absolute;
    font-size: 7px;
    left: 41%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line05 {
    position: absolute;
    font-size: 14px;
    left: 49.2%;
    top: 3px;
    z-index: 1;
}
.survey__box .survey__range--line06 {
    position: absolute;
    font-size: 7px;
    left: 58.2%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line07 {
    position: absolute;
    font-size: 7px;
    left: 67%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line08 {
    position: absolute;
    font-size: 7px;
    left: 75.6%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line09 {
    position: absolute;
    font-size: 7px;
    left: 84.4%;
    top: 5px;
    z-index: 1;
}
.survey__box .survey__range--line10 {
    position: absolute;
    font-size: 14px;
    left: 91.9%;
    top: 3px;
    z-index: 1;
}
.survey__box .survey__range--line-text01 {
    position: absolute;
    font-size: 14px;
    left: -1.8%;
    top: 46px;
    z-index: 1;
}
.survey__box .survey__range--line-text05 {
    position: absolute;
    font-size: 14px;
    left: 43.9%;
    top: 46px;
    z-index: 1;
}
.survey__box .survey__range--line-text10 {
    position: absolute;
    font-size: 14px;
    left: 87.4%;
    top: 46px;
    z-index: 1;
}

 /* IE11 */
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}

/* WebKit・Blink向け 溝のスタイル */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #707070;
}
/* WebKit・Blink向け つまみのスタイル */
input[type=range]::-webkit-slider-thumb {
  border: 1px solid #B8B8B8;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  /* 以下は つまみの縦位置調整 */
  margin-top: -7px;  /* (つまみの高さ - トラックの高さ) / 2 。つまみの高さは border を含む */	
}

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto) {
	input[type=range]::-webkit-slider-thumb {
		margin-top: 0 !important;
	}
}

/* WebKit・Blink向け focus時のスタイル */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #707070;
}

/* Firefox向け 溝のスタイル */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #707070;
}
/* Firefox向け つまみのスタイル */
input[type=range]::-moz-range-thumb {
  border: 1px solid #B8B8B8;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

/* Edge・IE向け 溝のスタイル */
input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
/* Edge・IE向け 溝の色（つまみより左側） */
input[type=range]::-ms-fill-lower {
  background: #707070;
}
/* Edge・IE向け 溝の色（つまみより右側） */
input[type=range]::-ms-fill-upper {
  background: #707070;
}
/* Edge・IE向け つまみのスタイル */
input[type=range]::-ms-thumb {
  border: 1px solid #B8B8B8;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
/* Edge・IE向け focus時の色（つまみより左側） */
input[type=range]:focus::-ms-fill-lower {
  background: #707070;
}
/* Edge・IE向け focus時の色（つまみより右側） */
input[type=range]:focus::-ms-fill-upper {
  background: #707070;
}

/* Edge・IE向け ポップアップを非表示に */
input[type=range]::-ms-tooltip {
  display: none;
}

.survey__box .survey__ul--check01{
margin: 0;
padding: 0;
list-style: none;
}
.survey__box .survey__ul--check01 label {
    width: 291px;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    margin-bottom: -1px;
}

.survey__box{
list-style: none;
}
.survey__box .survey__li--check01 {
    position: relative;
    display: inline-block;
}

.survey__li--check01 input[type=checkbox] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    accent-color: #0a70f5;
    vertical-align: middle;
}
.survey__li--check01.survey__li--check01-border{
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 20px 0;
}

.survey__box .survey__ul--check01 input[type="checkbox"]:checked + label {
    background-color: #FFF;
	border: 1px solid #BBB;
	padding: 9px 9px 9px 29px;
}

.survey__box .survey__label--input {
    appearance: none;
    opacity: 0;
}

.survey__box .survey__ul--radio01 {
    text-align: center !important;
}

.survey__box .survey__li--radio01{
	display: inline-block;
}

.survey__box .survey__ul--radio01 label {
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
	width: 200px;
	height: 32px;
    border-radius: 16px !important;
    background-color: #FFF;
	border: #5A5A5A 1px solid;
	text-align: center;
	line-height: 2.3;
	margin: 0px 10px;
	cursor: pointer;
}

.survey__box .survey__ul--radio01 input[type="radio"]:checked + label {
    background-color: #F2F2F2;
    background-image:url(/images_osp/common/ico_survey_check.png);
    background-repeat:no-repeat;
    background-position:95% 50% ;
    background-size: 14px;
}

.survey__box .survey__ul--radio02 label {
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
	width: 118px;
	height: 32px;
    border-radius: 16px !important;
    background-color: #FFF;
	border: #5A5A5A 1px solid;
	text-align: center;
	line-height: 2.3;
	margin: 0 11.7px 20px;
}

.survey__box .survey__ul--radio02 input[type="radio"]:focus + label {
    outline: 1px dotted #000;
    outline-offset: 1px;
}

.survey__box .survey__ul--radio02 input[type="radio"]:checked + label {
    border-color: #0a70f5;
    background-color: #0a70f5;
    background-image:url(/images_osp/common/survey/check_mark.png);
    background-repeat:no-repeat;
    background-position:94% 50%;
    background-size: 14px;
    color: #FFF;
}

.survey__box hr {
	margin: 20px 0px;
	color: #707070;
}

.survey__box .survey__notice {
    font-size: 12px;
    margin-bottom: 20px;
}

.survey__box .survey__notice--b {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold;
}

.survey__box .survey__section--h2 {
	padding: 1px 30px;
	max-height: 420px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.survey__box .survey__section--h2 h2 {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.survey__box .survey__section--h2 .survey__section--h3 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.survey__ta--c {
	text-align: center !important;
}

.survey__mb--00 {
    margin-bottom: 0px !important;
}

.survey__mt--10 {
    margin-top: 10px !important;
}
.survey__mt--20 {
    margin-top: 20px !important;
}
.survey__mt--30 {
    margin-top: 30px !important;
}

.survey__mb--10 {
    margin-bottom: 10px !important;
}
.survey__mb--20 {
    margin-bottom: 20px !important;
}
.survey__mb--30 {
    margin-bottom: 30px !important;
}

.survey__pt--10 {
    padding-top: 10px !important;
}
.survey__pt--20 {
    padding-top: 20px !important;
}
.survey__pt--30 {
    padding-top: 30px !important;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,

.survey__pb--10 {
    padding-bottom: 10px !important;
}
.survey__pb--10 {
    padding-bottom: 20px !important;
}
.survey__pb--30 {
    padding-bottom: 30px !important;
}

 /* IE11 */
}
