@charset "UTF-8";

.mB10 {
    margin-bottom: 10px;
}

.mT10 {
    margin-top: 10px;
}

.fw-B {
    font-weight: bold;
}

.fc-Red {
    color: #f00 !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.wrapper--questionnaire {
    width: 800px;
    margin: 40px auto 0 auto;
    position: relative;
}

.title--questionnaire {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.title--questionnaire-head {
    display: table-cell;
    color: #444;
    text-align: center;
}

.title--questionnaire-head:nth-of-type(1) {
    width: 120px;
}

.title--questionnaire-head:nth-of-type(2) {
    width: 110px;
}

.title--questionnaire-head:nth-of-type(3) {
    width: 460px;
}

.title--questionnaire-head:nth-of-type(4) {
    width: 200px;
}

.questionnaire--list {
    margin-bottom: 60px;
}

.questionnaire--child,
.questionnaire--child-ans {
    border-radius: 5px;
    position: relative;
    display: table;
    font-size: 14px;
    width: 100%;
    border: 1px solid #eee;
    background: #f8f8f8;
    box-sizing: border-box;
    transition: background 0.1s linear 0.1s,border 0.1s linear 0.1s;
}

.questionnaire--child:hover,
.questionnaire--child-ans:hover {
    background: #fcf4ec;
    border: 1px solid #f79135;
}

.questionnaire--child a,
.questionnaire--child-ans a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
}

.questionnaire--child a > span,
.questionnaire--child-ans a > span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    box-sizing: border-box;
}

.questionnaire--child + .questionnaire--child,
.questionnaire--child + .questionnaire--child-ans,
.questionnaire--child-ans + .questionnaire--child ,
.questionnaire--child-ans + .questionnaire--child-ans{
    margin-top: 10px;
}

.questionnaire--date {
    text-align: center;
    color: #555;
    font-size: 16px;
    width: 100px;
    padding-left: 10px;
    border-left: 5px solid #f79135;
}

.questionnaire--timeーlimit {
    text-align: center;
    color: #555;
    width: 100px;
}

.questionnaire--point {
    text-align: center;
    color: #f00;
    width: 100px;
}

.questionnaire--name {
    text-align: left;
    color: #555;
    width: 470px;
    line-height: 1.6;
    font-weight: bold;
    padding-right: 20px;
    box-sizing: border-box;
}

.questionnaire--read {
    color: #f79135;
    text-align: right;
    width: 100px;
}

.icon-arrow {
    display: inline-block;
    width: 7px;
    height: auto;
    margin-left: 5px;
}

.icon-arrow img {
    width: 100%;
    height: auto;
}
.media--hedding {
    width: 750px;
    margin: 0 auto 50px auto;
}

.text--indent {
    text-indent: -1em;
    margin-left: 1em;
}

.text--indent li {
    margin-bottom: 5px;
}

.overview {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f79135;
    margin-bottom: 20px;
    font-weight: normal;
}

.title--overview {
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.overview--wrapper {
    background: #f9f9f9;
    padding: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.title--border {
    display: inline-block;
    border-bottom: 3px solid #f79135;
    margin-bottom: 0px;
    padding-bottom: 1px;
		padding:50px 0 1px;
}

.overview--list > li {
    color: #555;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.icon-new {
    width: 60px;
    position: absolute;
    top: 50%;
    left: -56px;
    margin-top: -26px;
    animation-duration: 3s;
    animation-name: new;
    animation-iteration-count: infinite;
}

.icon-new img {
    width: 100%;
    height: auto;
}

@keyframes new {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.icon-arrow2 {
    display: inline-block;
    width: 8px;
    height: auto;
    margin-right: 5px;
}

.icon-arrow2 img {
    width: 100%;
    height: auto;
}

.icon-new-tab {
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.popup {
    display: none;
    border: 1px solid #000;
    background: #fff;
    background-size: 95%;
    position: fixed;
    right: 50%;
    bottom: 30px;
    z-index: 2;
    width: 280px;
    padding: 15px;
    box-sizing: border-box;
    margin-right: -140px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px #ccc;
    -moz-box-shadow: 0px 0px 4px 0px #ccc;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
}

.popup--read {
    font-size: 14px;
    margin-bottom: 20px;
}

.popup--btn {
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #3ea5ed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.popup--btn a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.popup--newregi {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.close img {
    width: 100%;
}
.questionnaire--foot {
    color: #444;
    float: right;
}

.xS {
	background: none;
}
.local--footer {
	width: 100%;
	background: #f2f2f2;
  margin-top: 100px;
}
.local--footer-inner {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.pagetop {
	width: 200px;
	padding: 0 0 0 23px;
	line-height: 40px;
	position: absolute;
	height: 40px;
	top: -40px;
	right: 0;
	background: #f2f2f2;
	border-radius: 6px;
	box-sizing: border-box;
}
.pagetop a {
	display: block;
	color: #333;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
.pagetop--arrow {
	width: 17px;
	position: absolute;
	top:15px;
	right: 23px;
}
#footerWrapper {
	margin: 0;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}
.flex-item {
	flex-grow: 0.4;
}
.local--footer-inner .flex-item:last-child {
	flex-grow: 2;
}
.local--footer-link dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.local--footer-link dd ul li a {
	color: #333;
}
.sns-button-list {
	display: flex;
	justify-content: flex-end;
}
.icon-sns {
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 3px;
}
.icon-sns a {
	display: block;
	width: 50px;
	height: 50px;
}
.icon-sns + .icon-sns {
	margin-left: 10px;
}
.icon-twitter {
	background: #00acec;
}
.icon-facebook {
	background: #265a96;
}
.icon-googleplus {
	background: #dc4a38;
}
.icon-hatena {
	background: #006fbb;
}
.icon-twitter img {
	width: 60%;
	height: auto;
	padding-top: 14px;
}
.icon-facebook img {
	width: 37%;
	height: auto;
	padding: 9px 0 0 8px;
}
.icon-googleplus img {
	width: 60%;
	height: auto;
	padding-top: 16px;
}
.icon-hatena img {
	width: 60%;
	height: auto;
	padding-top: 13px;
}
.mailmgzn {
    width: 980px;
    margin: 10px auto 0 auto;
    position: relative;
    text-align: right;
}
.mailmgzn img {
    width: 17px;
    height: auto;
    margin: 3px 3px;
}
.wrapper--announce {
    text-align: center;
    margin-bottom: 50px;
    color: red;
    font-weight: bold;
    font-size: 14px;
}

/*スペシャルアンケートstart*/
/*共通タイトル*/
.spc-title,.special-area-inner{
	text-align: center;
	width: 850px;
	position:relative;
	right: 25px;
}
.spc-title{
	margin-top: 50px;
	border-bottom: 2px #46b8b8 solid;
}
.special-area-inner{
	padding-bottom: 40px;
    border-bottom: 1px solid #525252;
	margin-top: 5px;
}
.spc-title-on{
	background-image:url(../img/pc/spc-title-on.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 23px;
	background-size: 100% auto;
	margin: 0 auto 5px;
}
.spc-bk-inner{
	border-radius: 10px;
	background-color: #f6fbfb;
	padding: 25px 0 25px;
}
/*ボタン、ボタンアクション*/
.spc-btn{
	padding-top: 25px;
	display: inline-block;
}
.spc-btn a{
	display: inline-block;
	width: 460px;
	height: 87px;
	line-height:87px;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
    background-image: linear-gradient(to top, #fc0d1c, #fa4f5a);
    border: solid 2px #fc0d1c;
	box-sizing: border-box;
	transition: all .3s;
}
.spc-btn a:hover{
	background-color: #ffffff;
	background-image: none;
    border: 2px solid #fc0d1c;
    color: #fc0d1c !important;
}
/*ログイン訴求*/
.spc-btn-background{
	width: 751px;
	padding: 5px 0 20px;
	border-radius: 20px;
	border:  1px solid #7dd7d7;
	margin: 0 auto;
	background-color: #fffaf0;
	position: relative;
}
.login-ponta{
	background-image:url(../img/pc/img_login_ponta.png);
	background-repeat: no-repeat;
	width: 72px;
	height: 81px;
	background-size:100% auto;
	display: inline-block;
	vertical-align:bottom;
	margin-right: 15px;
}
.spc-copy{
	background-image: url(../img/pc/spc-copy.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 40px;
	background-size: 100% auto;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 85px;
}
.spc-btn-txt{
	font-size: 19px;
	padding-top: 20px;
}

.spc-btn-txt span{
	color: #fc1422;
	font-weight: bold;
}
/*アンケートコンテンツ*/
.spc-question-inner{
	width: 800px;
	margin: 0 auto;
}
.sp--list--questionnaire{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 450px;
}
.spc--questionnaire--point{
	color: #f00;
	width: 145px;
	text-align:left;
	padding:0 0 0 15px;
}
.spc-questionnaire--child,
.spc-questionnaire--child-ans{
    border-radius: 5px;
    position: relative;
    display: table;
    font-size: 14px;
    width: 100%;
    border: 1px solid #eee;
    background: #f8f8f8;
    box-sizing: border-box;
    transition: background 0.1s linear 0.1s,border 0.1s linear 0.1s;
}

.spc-questionnaire--child:hover {
    background: #f6fbfb;
    border: 1px solid #7dd7d7;
}
.spc-questionnaire--child a,
.spc-questionnaire--child-ans a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;

}
.spc-questionnaire--child a > span,
.spc-questionnaire--child-ans a > span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    box-sizing: border-box;
}
.spc-questionnaire--child + .spc-questionnaire--child,
.spc-questionnaire--child + .spc-questionnaire--child-ans,
.spc-questionnaire--child-ans + .spc-questionnaire--child,
.spc-questionnaire--child-ans + .spc-questionnaire--child-ans {
    margin-top: 10px;
}
.spc-questionnaire--date {
    text-align: center;
    color: #555;
    font-size: 16px;
    width: 100px;
    padding-left: 10px;
    border-left: 5px solid #46b8b8;
}
/*回答済み処理の表示*/
.spc-questionnaire--child-ans a,
.questionnaire--child-ans a {
	opacity: 0.3;
	pointer-events: none;
}

.spc-questionnaire--child-ans:hover,
.questionnaire--child-ans:hover {
    border: 1px solid #eee;
	background: #f8f8f8;
}
/*アンケート番号*/
.questionnaire--number{
	font-size: 10.5px;
	font-weight: normal;
	color: #777777;
	line-height:1;
	display:block;
	padding-top:10px;
	text-indent:0.5em;
}
/*
.spc-questionnaire--child-ans .questionnaire--read {
	color: #cacaca;
}
*/
/*アンケート下部追加_180829*/
.spc--detachange{
	color: #e46c0a;
	font-weight: bold;
	border-left: 5px solid #46b8b8;
	padding-left:10px;
	border-radius: 0px;
	text-align: left;
}
.spc--detachange a{
	color: #e46c0a;
	text-align: left;
	font-weight: bold;
	height: 50px;
	line-height: 40px;
	padding-right: 5px;
	padding-left: 10px;
	border-left: 5px solid #46b8b8;
}
.spc--detachange a::after{
	display: block;
	content: "";
	clear:both;
}
.spc--detachange img {
	display: inline-block;
	width: 7px;
	height: auto;
	right: 10px;
	position: absolute;
	top: 23px;
}
.bnrmm {
	background-color: #fffaf0 !important;
}
.bnrgmo {
	background-color: #fff5e1 !important;
}
/*アンケート準備中*/
.spc-prep{
	background-image: url(../img/pc/spc-prep.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 40px;
	background-size: 100% auto;
	margin: 15px auto 0;
}
.prep-ponta{
	background-image: url(../img/pc/img_prep_ponta.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 135px;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 10px;
}
/*あなたに関するアンケート,途中回答*/
.reg_you{
	background-image: url(../img/pc/reg_you_monitor.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 65px;
	background-size: 100% auto;
	font-size: 33px;
	font-weight: bold;
	color: #46b8b8;
	padding-top: 12px;
	margin: 15px auto 0;
}
.cons,.cons_ans_inter span{
	color: #e75b57;
	font-weight: normal;
}
.cons_ans_inter{
	padding: 10px 0 15px !important;
}
.cons_ans_inter span{
	display: inline-block;
	padding: 0 135px;
	text-indent: -19px;
	text-align: left;
}
.btn_about_ques{
	font-size: 17px;
	color: #386193 !important;
}
/*モーダル*/
.modal-area-inner,.caution{
	border-radius: 5px;
}
.modal-area-inner,.modal-area-inner_mm2{
  width: 800px;
  text-align: left;
  z-index: 99;
  background-color: #fff;
  margin: 0px;
  position: absolute;
}
.caution,.spc-modal-txt,.modal-txt{
	width: 686px;
	padding-right: 80px;
	padding-left: 34px;
}
.caution{
	font-size: 30px;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #3a95d3;
	overflow-wrap: break-word;
}
.close-btn,.modal_mm2{
	position: absolute;
	right: -32px;
	top: -31px;
	cursor:pointer;
}
.close-btn img{
	width: 62px;
}
.close-btn span {
	display: inline-block;
	background: url(../img/pc/close_p.png) no-repeat;
	width: 50px;
	height: 19px;
	position: absolute;
	top: -15px;
	right: 6px;
}
.spc-modal-txt,.modal-txt{
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 5px;
}
.caution-txt,.macromill{
	width: 755px;
}
.caution-txt,.caution-txt_mm2{
	font-size: 16px;
	text-align: left;
	background-color: #f9f9f9;
	padding: 10px 0 10px;
	border: 1px solid #bababa;
	margin: 0 auto;
}
.caution-txt img,.caution-txt_mm2 img{
	height: 100%;
	width: auto;
	padding: 12px;
}
.caution-txt span{
	display: inline-block;
	width: 646px;
	height: 50px;
}
.macromill_logo{
	float: right;
	padding: 10px 20px 0;
}
.macromill{
	font-size: 16px;
	margin: 0 auto;
}
.macromill a{
	color: #0000ff;
}
.spc-btn-modal,.btn-modal{
	width: 460px;
	height: 87px;
	line-height: 87px;
	text-align: center;
	margin:5px auto 40px;
	border: solid 1px #2f89d4;
	border-radius: 10px;
    background-image: linear-gradient(to top, #2f89d4, #4ba7d2);
}
.spc-btn-modal a,.btn-modal a{
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
/*スペシャルアンケートend*/
.bnr-area {
    width: 800px;
    margin: 60px auto 0 auto;
		clear:both;
}
.bnr-area p{
    margin-top: 10px
}
.end-bnr-area {
    width: 800px;
    margin: 40px auto 0 auto;
        clear:both;
}
.end-bnr-area p {
    text-align: center;
}
.end-bnr-area img{
    width: 600px;
       clear:both;
}
/*------- アンケート0の場合 -------*/
.no_survey_pc {	display:block;}
.no_survey_sp {	display:none;}

#border{
    border: 5px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    }

.pr--wrapper {
    text-align: center;
    width: 494px;
    height: 66px;
    display: inline-flex;
    position:relative;
    top: -2px;
    left: 25px;
    border: 1px solid #ccc;
}

.pr--bnr {
    font-weight: bold;
    width: 20px;
    line-height: 1.3;
    color: #333;
    background-color: #ccc;
    padding: 18px 0;
    display: inline-block;
}

.pr--add {
    width: 468px;
    height: 60px;
    margin: 3px 2px 1px 3px;
}

.logoLeft {
    width: 195px;
    margin-top: 8px;
}
/* IE9のみ */
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
    .logoLeft {
        float:left;
    }
    .pr--wrapper,
    .pr--bnr,
    .pr--add {
        float: left;
    }
    .pr--wrapper {
        margin-top:3px;
    }
}

#header {
    height: 74px;
}

img[src*="survey_pr.png"] {
    float: left;
    position: absolute;
    left: 10px;
    top: -22px;
    margin: 0 10px;
    width: 100px;
}
/*キービジュアル差し込み*/
.header_kv{
	text-align: center;
	width: 100%;
	height: 440px;
	background: url(../img/pc/bg_kv.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	border-top: 8px solid #ee6003;
	border-bottom: 8px solid #ee6003;
}
.kv_inner{
	width: 1000px;
	height: 440px;
	text-align: right;
	margin: 0 auto;
	position: relative;
}
.header_kv .login_btn{
	width: 480px;
	height: 83px;
	position: absolute;
	top: 320px;
	left: 217px;
}
.header_kv .login_btn a{
	display: block;
	width: 480px;
	height: 83px;
	position: relative;
}
.header_kv .login_btn img{
	position: absolute;
	left: 0;
}
.header_kv .login_btn img:nth-child(1){
	z-index: 100;
	opacity: 1;
	-webkit-transition: all .3s;
    transition:all .3s;
}
.header_kv .login_btn img:nth-child(2){
	z-index: 50;
	opacity: 1;
}
.header_kv .login_btn img:nth-child(1):hover{
	opacity: 0;
}
/*ログイン後KV*/
.header_kv_login{
	text-align: center;
	width: 100%;
	height: 290px;
	background: url(../img/pc/bg_kv.png);
	background-repeat: repeat-x;
	border-top: 8px solid #ee6003;
	border-bottom: 8px solid #ee6003;
}
/*アンケート一覧*/
.section--questionnaire{
	font-size: 25px;
	color: #000;
	width: 850px;
	position: relative;
	right: 25px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 17px;
}
.section--questionnaire a:hover{
	opacity: 0.6;
	color: #000;
}
.section--questionnaire img{
	vertical-align: sub;
}
.section--questionnaire span{
	font-size: 18px;
	font-weight:normal;
	padding-left: 437px;
}
.section--questionnaire span a{
	cursor:pointer;
}
/*アンケート回答履歴画面*/
.history_list{
	width: 800px;
	height: 549px;
	border: 1px solid transparent;
	border-radius: 10px;
    background-color: #ffffff;
	position: relative;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	z-index:99;
}
.history_inner{
	width: 700px;
	margin: 0 auto;
}
.history_close_btn{
	width: 31px;
	height: 31px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor:pointer;
}

.enquete_history{
	font-size: 29px;
	font-weight: bold;
	border-bottom:1px solid #000;
	margin-top: 34px;
}
.enquete_history span{
	font-size: 17px;
	font-weight: normal;
}
.item_name{
	font-size: 12px;
	margin: 24px 0 11px;
}
.item_name::after{
	content:"";
	display: block;
	clear: both;
}
.item_name li{
	float: left;
	text-align:center;
}
.item_name li:nth-child(1){
	padding-left: 50px;
}
.item_name li:nth-child(2){
	padding-left: 210px;;
}
.item_name li:nth-child(3){
	padding-left: 218px;
}
.history--name{
	padding-left: 36px;
}
.enquete_history_item{
	height: 350px;
	overflow-y: scroll;
}
.enquete_history_item ul{
	padding-right: 10px;
}
.history--questionnaire--child {
    border-radius: 5px;
    position: relative;
    display: table;
    font-size: 14px;
    width: 100%;
    border: 1px solid #eee;
    background: #f8f8f8;
    box-sizing: border-box;
    transition: background 0.1s linear 0.1s,border 0.1s linear 0.1s;
}

.history--questionnaire--child .history--questionnaire {
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
}

.history--questionnaire--child .history--questionnaire > span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    box-sizing: border-box;
}

.history--questionnaire--child + .history--questionnaire--child{
    margin-top: 10px;
}
.history--questionnaire--date{
	border-left: 5px solid #8c8c8c;
}
.history--point{
	color: #c80000;
	width: 100px;
	text-align: center;
}
/*マクロミル二次開発時モーダル許諾画面*/
.modal-area-inner_mm2 .caution{
	border-radius: 5px 5px 0 0/5px 5px 0 0;
}
.modal_mm2{
	top: 15px;
	right: 15px;
}
.modal_mm2 img{
	width: 100%;
}
.modal-txt{
	word-wrap: break-word;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: 732px;
	margin: 0 auto;
}
.company{
	font-size: 20px;
	width: 732px;
	padding: 20px 0 32px;
	margin: 0 auto;
}
.caution-txt_mm2{
	width: 730px;
}
.caution-txt_mm2 .modal_txt_mm2{
	width: 675px;
	display: inline-block;
}
.btn-modal{
	width: 530px;
	height: 90px;
	line-height: 90px;
	margin: 42px auto 55px;
}
/*フローティングボックス*/
.floating_box{
	width: 414px;
	height: 150px;
	border-radius: 10px 10px 10px 10px/10px 10px 10px 10px;
	position: fixed;
	bottom: 15px;
	right: 27px;
	padding-bottom: 10px;
	border: 3px solid #f57a2a;
	background: #ffffff;
	z-index:1000;
	box-shadow: 0 0 7.8px 0.2px rgba(0, 0, 0, 0.4);
}
.float_inner,.floating_login_btn{
	position: relative;
	text-align: center;
}
.float_inner p{
	color: #263e73;
	font-size: 16px;
	font-weight: bold;
	padding-top: 23px;
}
.float_inner .red{
	color: #fb2a37;
}
.float_inner a{
	position: absolute;
	top: 5px;
	right: 27px;
	display: block;
	width: 87%;
	height: auto;
}
.float_inner a{
	text-decoration: none;
}
.float_inner a span{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fb2a37;
	border-radius: 32px;
}
.float_inner a img{
	vertical-align:top;
	margin-left: 7px;
	margin-top:19px;
}
.floating_login_btn a span:nth-child(1){
	z-index: 100;
	opacity: 1;
	-webkit-transition: all .3s;
    transition:all .3s;
	color: #fff;
	background: #fb2a37;
	border: 3px solid #fb2a37;
	box-sizing: border-box;
    box-shadow: 0px 5px 0 0 #bc2029;
	line-height: 59px;

}
.floating_login_btn a span:nth-child(2){
	z-index: 50;
	opacity: 1;
	color: #fb2a37;
	background: #ffffff;
	border: 3px solid #fb2a37;
	box-sizing: border-box;
	box-shadow: 0px 5px 0 0 #bc2029;
	line-height: 59px;

}
.floating_login_btn a span:nth-child(1):hover{
	opacity: 0;
}

/*CMサイト用*/
#cmsite_bnr_area{ margin: 40px auto 46px; text-align: center;}
#cmsite_bnr_area + .wrapper--questionnaire .warpper--cmbnr{ margin-bottom: 0;}


/*------- 追加指示後日場所移動 -------*/
.modal-window { position: fixed; top:0; bottom:0; right:0px; left:0px; z-index:97;}
.modal-area-background { position: fixed; top:0; left:0; bottom:0; right:0; background-color:#000; opacity:0.6; z-index:98; }
.modal-area-inner { left:0; right:0; top:0; bottom:0; margin:auto};
.modal-wrapper { position: fixed; top:0; bottom:0; right:9999px; left:-9999px; z-index:97;}
.modal-back-shadow { position: fixed; top:0; bottom:0; right:0; left:0; background-color:#000; opacity:0.6; z-index:98;}
.macromill a{text-decoration: none;}

/*------- 20180703 SWバナー追加 -------*/
.sw-bnr-area { padding:60px 0 0;}
.pr-dha-title-area { background:#eeeeee; height:28px; padding:10px 0 0;}
.pr-icon { border-radius: 5px; background:#008ef2; color:#ffffff; padding:3px 15px 2px; margin:0 0 0 10px; font-weight:bold;}
.pr-dha-title { font-size:14px; font-weight:bold; padding:0 0 0 10px;}
.dha-bnr { padding:2px 0 0;}

/*------- 20190116 アンケートの準備中画像追加 -------*/
.prep-notall.spc-bk-inner { background-color:unset; padding: 10px 0 0;}
.prep-notall .spc-btn-background { width: 100%; border: none;}
.prep-notall .spc-prep { background-image: url(../img/pc/prep_title_notall.png); width:568px; height:31px;}
.prep-notall .prep-ponta { background-image: url(../img/pc/prep_ponta_notall.png); right: 0; left: 70px; width: 105px; height: 130px;}

/*------- 20191003 お知らせ枠追加 -------*/
.researchnews{ position: absolute; top: 10px; left: 50%; transform: translateX(-45%); -webkit-transform: translateX(-45%); -ms-transform: translateX(-45%); line-height: 1; font-size: 12px; border-radius: 5px; border: solid 1px #95cddc; background-color: #fcfefe;}
.researchnews:hover{ opacity: 0.7;}
.researchnews a{ color: #36859b; text-decoration: none; display: block; padding: 17px 20px 17px 12px;}
.researchnews span:nth-child(1){ padding-right: 40px; font-weight: bold;}
.researchnews span:nth-child(2){ padding-right: 8px;}
.researchnews .arrow{ position: relative; display: inline-block; vertical-align: middle; text-decoration: none; font-size: 15px;}
.researchnews .arrow::before,.researchnews .arrow::after{ position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: ""; vertical-align: middle;}
.researchnews .arrow::before{ left: -5px; top: -1px; width: 9px; height: 9px; border-top: 2px solid #36859b; border-right: 2px solid #36859b; -webkit-transform: rotate(45deg); transform: rotate(45deg);}

/*------- 20191213 属性アンケート更新追加 -------*/
.orizen--questionnaire--child {margin-top: 10px; border-radius: 5px; position: relative; display: table; font-size: 14px; width: 100%; border: 1px solid #eee; background: #fffaf0; box-sizing: border-box; transition: background 0.1s linear 0.1s,border 0.1s linear 0.1s;}
.orizen--questionnaire--child a {display: block; text-decoration: none; padding: 5px 10px 5px 5px; box-sizing: border-box;}
.orizen--questionnaire--child a > span {display: table-cell; vertical-align: middle; height: 50px; box-sizing: border-box;}
.orizen--questionnaire--child:hover {background: #fcf4ec;border: 1px solid #f79135;}
.orizen--detachange{
	color: #e46c0a;
	font-weight: bold;
	border-left: 5px solid #f79135;
	padding-left:10px;
	border-radius: 0px;
	text-align: left;
}
.orizen--detachange img {
	display: inline-block;
	width: 7px;
	height: auto;
	right: 10px;
	position: absolute;
	top: 23px;
}