@charset "utf-8";
/*-------------------------------------------------------------------
    * research.css
    * site name : チャンスイット　スマホ
    * description : アンケートページ
-------------------------------------------------------------------*/

/*setting-------------------------------------------------------------------*/

.sp_research img{
    vertical-align:bottom;
}
.sp_research a{
    display:block;
    text-decoration:none;
}
#contents input[type="submit"] ,
#contents input[type="text"],
#contents textarea{
    appearance: none;
    -webkit-appearance: none;
}
h1{
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 34px;
    background: url(../img/research/ico_research.png) no-repeat 6px 6px;
    background-size: 24px auto;
}
h2 {
    background:#6c6c6c;
    color:#fff;
    text-align:left;
    font-weight:bold;
    font-size:1.2rem;
    padding:6px 0 6px 10px;
}

/*アンケートページTOP-------------------------------------------------------------------*/

.sp_research{
    margin:0 0 50px;
}
.sp_research > img{
    width:100%;
}
.sp_research .camp_bnr{
    margin:0;
}
.sp_research .flex-control-nav{
    padding-top: 0;
}
.sp_research .contents li{
    border-top: 1px solid #bebebe;
}
.sp_research .contents li ins{
    padding: 10px 0;
}
.sp_research .contents li a{
    text-align:left;
    padding:10px 20px 10px 10px;
    text-decoration:none;
    position:relative;
    color:#555555;
}
.sp_research .contents li:last-child a{
    border-bottom: 1px solid #bebebe;
}
.sp_research .contents li:nth-child(n+26){
    display:none;
}
.sp_research .contents .reco li:last-child{
    border-top: 1px solid #bebebe;
}
.sp_research .contents li .status{
    background:#44ba90;
    width:50px;
    text-align:center;
    display:inline-block;
    padding:2px 10px;
    color:#fff;
    border-radius:30px;
}
.sp_research .contents li .num{
    display:inline-block;
    font-size:0.9rem;
    color:#737373;
    margin:0 0 0 4px;
}
.sp_research .contents dt,
.sp_research .contents dd{
    display:inline-block;
}
.sp_research .contents .name{
    margin:4px 0;
    color:#737373;
    font-size:0.9rem;
}
.sp_research .contents .period{
    border:#b5b5b5 1px solid;
    display:inline-block;
    padding:0 6px;
    color:#737373;
    font-size:0.9rem;
}
.sp_research .contents h3{
    margin:6px 0 0;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sp_research .contents h3 span{
    background:#44ba90;
    display:inline-block;
    width:24px;
    margin:0 6px 0 0;
    text-align:center;
    border-radius:50px;
    color:#fff;
}
.sp_research .contents .point{
    color:#fd5259;
    font-size:1.3rem;
    padding:0 0 0 17px;
    font-weight:bold;
    background: url(https://www.chance.com/img/icon/ico-pt.gif) 0 center no-repeat;
}

/*やじるし*/
.sp_research .list li::before,
.sp_research .contents li a::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    color:#b3b3b3;
    border-top: solid 2px #b3b3b3;
    border-right: solid 2px #b3b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -4px;
}
/*回答済・終了*/
.sp_research .contents li.still,
.sp_research .contents li.finish{
    background:#e5e5e5;
}
.sp_research .contents li.still .status{
    background:#fff;
    color:#555555;
}
.sp_research .contents li.finish .status{
    background:#555555;
    color:#fff;
}

/*未配信*/
.sp_research .nothing{
    border-top:#b5b5b5 1px solid;
    padding:20px 0 0;
}
.sp_research .nothing .caution{
    color:#fd5259;
}
.sp_research .nothing .button{
    margin:20px 0 0;
}

/*ボタン*/
.sp_research .button{
    background:#fff4e7;
    padding:20px;
}
.sp_research .button:nth-child(1){
    padding:10px 20px;
}
.sp_research .more{
    display:none;
}
.sp_research .button .box{
    position:relative;
}
.sp_research .box::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #ffa747;
    border-right: solid 2px #ffa747;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}
.sp_research .button input,
.sp_research .button a,
.sp_research .more button{
    border:none;
    background: #fff;
    color: #777;
    width:100%;
    margin:0 auto;
    padding:14px 0;
    display: block;
    font-size:1.0rem;
    font-weight:bold;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius: 5px;
}

/*アンカーリンク*/
.list{
    border-top: 1px solid #bebebe;
}
.list li{
    text-align:left;
    font-size:1.0rem;
    border-bottom: 1px solid #bebebe;
    position:relative;
}
.list li:last-child{
    border-bottom: none;
}
.list a{
    color:#555555;
    font-weight:bold;
    padding:12px 10px 12px 10px;
}
.list a span{
    background: transparent;
    border-left: solid 5px #ffa747;
    padding:0 10px;
}

/*注意事項-------------------------------------------------------------------*/

.research_help{
    text-align:left;
}
.research_help a{
    display:block;
    text-decoration:none;
}
.research_help .list{
    border:none;
}
.research_help img{
    width:100%;
}
.research_help .main ul{
    padding:0 0 20px;
}
.research_help .main ul li{
    margin:0 0 24px;
}
.research_help .main > p{
    margin:14px 0;
}
.research_help h3{
    background:#EEEEEE;
    color:#555555;
    margin:0 0 8px;
    font-weight:bold;
    padding:10px 0 10px 6px;
}
.research_help p{
    padding:0 10px;
}
.research_help .point,
.research_help p span{
    color:#fd5259;
    font-weight:bold;
}
.research_help h3 span{
    background:#555555;
    display:inline-block;
    width:20px;
    font-weight:normal;
    margin:0 6px 0 0;
    text-align:center;
    border-radius:50px;
    color:#fff;
}

/*ログイン-------------------------------------------------------------------*/

.no_login{
    border-top:1px #bebebe solid;
    padding:20px 0;
}
.no_login li a{
    width:100%;
    color:#fff;
    padding:16px 10px;
    border:none;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius:5px;
    font-size:1.2rem;
    box-sizing:border-box;
}
.no_login li{
    padding:0 20px;
}
.no_login li:first-child a{
    background:#fd5259;
    margin:0 0 20px;
}
.no_login li:last-child a{
    background:#44ba90;
}
.login_btn a{
    background:#fd5259;
    width:100%;
    color:#fff;
    padding:16px 10px;
    border:none;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius:5px;
    font-size:1.2rem;
    text-align:center;
    box-sizing:border-box;
    margin:50px 0 20px;
}
.req .login_btn a{
    margin:0 0 50px;
}
.error{
    color:#fd5259;
    font-weight:bold;
}
.req .error{
    margin:20px 0 10px;
    text-align:center;
}
.adnetwork{
    margin:50px 0 0;
}