@charset "euc-jp"; /* RP 未ログインページ */


.no-login {
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #268fb8;
}
.no-login ul, .no-login ol {
    list-style: none;
}


/* 共通CSS
----------------------------------------------------*/

/* タイトル */
.no-login__heading {
    margin: 20px auto;
    font-size: 35px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 2px #333;
    letter-spacing: -0.05px;
}
.no-login__heading span{
    color: #FBE552;
}

/* 背景 */
.no-login__box {
    box-sizing: border-box;
    margin: 0 auto 40px;
    border: solid 4px #9BC8DA;
    width: 840px;
    background-image: url(/home/img/rp_bg.png);
}


/* 扉絵
----------------------------------------------------*/
.main-visual {
    position: relative;
    margin: 0 auto 30px;
    width: 1100px;
    height: 400px;
}
.main-visual__image {
    display: block;
    width: 1100px;
    height: 400px;
}
.main-visual__user {
    position: absolute;
    top: 45px;
    right: 100px;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}
.main-visual__user-number {
    font-size: 24px;
    color: #D10000;
    letter-spacing: -0.03em;
}
.main-visual__user-notice {
    position: absolute;
    top: 170px;
    right: 95px;
    font-size: 13px;
    line-height: 1.25;
    color: #FFF;
}
.main-visual__button {
    position: absolute;
    bottom: 30px;
    right: 90px;
}


/* 簡単に稼げる！リサーチパネルのアンケート
----------------------------------------------------*/
.about-rp__inner {
    padding: 20px;
}
.about-rp__text-wrapper {
    display: table;
    margin-bottom: 40px;
}
.about-rp__text {
    display: table-cell;
    width: 480px;
    font-size: 18px;
    vertical-align: middle;
}
.about-rp__image {
    display: table-cell;
    vertical-align: middle;
}
.about-rp__list {
    display: flex;
    justify-content: center;
    padding: 0;
}
.about-rp__item {
    box-sizing: border-box;
    counter-increment: step;
    position: relative;
    padding: 25px 8px 20px;
    width: 240px;
    background-color: #FFF;
    box-shadow: 0 0 6px #333;
    text-align: center;
}
.about-rp__item::before {
    content: counter(step);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #5DC199;
    font-size: 24px;
    color: #FFF;
    line-height: 50px;
}
.about-rp__item:not(:last-of-type) {
    margin-right: 30px;
}
.about-rp__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    border: 28px solid transparent;
    border-left: 28px solid #FEB810;
}
.about-rp__list-title {
    background-color: #FFF12C;
    font-size: 16px;
    font-weight: bold;
    color: #0D4780;
}
.about-rp__logo-list {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
    width: 180px;
}
.about-rp__logo-item {
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    border: solid 1px #CCC;
    border-radius: 5px;
    width: 80px;
    height: 50px;
    background: #FFF;
}
.about-rp__logo-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 70px;
    max-height: 40px;
}
.about-rp__notice {
    margin-bottom: 20px;
}

/* 主な交換先一覧 */
.exchange-logo {
    position: relative;
}
.exchange-logo__heading {
    position: relative;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0D4780;
}
.exchange-logo__heading::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 330px;
    margin: auto;
    width: 460px;
    height: 2px;
    background-color: #0D4780;
}
.exchange-logo__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 750px;
}
.exchage-logo__item {
    box-sizing: border-box;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 5px;
    width: 140px;
    height: 80px;
    background: #FFF;
}
.exchage-logo__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100px;
    max-height: 50px;
}
.exchage-logo__bank {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    width: 4em;
    height: 1.5em;
}
.exchange-logo__text {
    position: absolute;
    bottom: 230px;
    right: 80px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.exchange-logo__notice {
    margin: 20px 0 0;
}


/* 様々なアンケートで稼げる！
----------------------------------------------------*/
.enquete__inner {
    padding: 20px;
}
.enquete__text-wrapper {
    display: table;
    margin-bottom: 20px;
}
.enquete__text {
    display: table-cell;
    width: 480px;
    font-size: 18px;
    vertical-align: middle;
}
.enquete__image {
    display: table-cell;
    vertical-align: middle;
}
.enquete__message {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.enquete__message span {
    color: #0D4780;
    background-color: #FFF12C;
}

 /* アンケートの種類の一例 */
.enquete-example__heading {
    position: relative;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0D4780;
}
.enquete-example__heading::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 270px;
    margin: auto;
    width: 520px;
    height: 2px;
    background-color: #0D4780;
}
.enquete-example__list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
}
.enquete-example__item {
    box-sizing: border-box;
    position: relative;
    padding: 25px 10px 20px;
    width: 260px;
    background-color: #FFF;
    box-shadow: 0 0 6px #333;
    text-align: center;
}
.enquete-example__item:not(:last-of-type) {
    margin-right: 20px;
}
.enquete-example__sub-heading {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    color: #0D4780;
    background-color: #FFF12C;
}
.enquete-example__image {
    display: block;
    margin: 50px auto 20px;
}
.enquete-example__text {
    margin: 5px 0 10px;
    text-align: left;
}
.enquete-example__table {
    margin: 0 auto;
    width: 230px;
}
.enquete-example__table-header {
    box-sizing: border-box;
    padding: 5px;
    border-bottom: solid 1px #B2B2B2;
    width: 100px;
    height: 35px;
    background-color: #EBEBEB;
    text-align: left;
}
.enquete-example__table-data {
    box-sizing: border-box;
    padding: 5px;
    border-bottom: solid 1px #B2B2B2;
    height: 35px;
    text-align: left;
}
.enquete-example__table-header:first-of-type, .enquete-example__table-data:first-of-type {
    border-top: solid 1px #B2B2B2;
}
.enquete-example__point {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #FCE908;
    font-size: 12px;
    font-weight: bold;
    color: #F73215;
    line-height: 20px;
    text-align: center;
}
.enquete-example__point:not(:first-of-type) {
    margin-left: 3px;
}


/* テレビ・雑誌・新聞で紹介！
----------------------------------------------------*/
.media {
    position: relative;
    width: 840px;
    margin: auto;
}
.media__wrapper {
    padding: 30px 25px;
}
.media__section {
    display: table;
    min-height: 160px;
    box-shadow: 0 0 6px #333;
}
.media__section:not(:last-of-type) {
    margin-bottom: 20px;
}
.media__user-notice {
    position: absolute;
    top: 100px;
    left: 290px;
    font-size: 13px;
    color: #FFF;
}
.media__sub-heading {
    display: table-cell;
    position: relative;
    padding-top: 85px;
    width: 180px;
    background-color: #EBEBEB;
    font-size: 16px;
    font-weight: bold;
    color: #0D4780;
    text-align: center;
    vertical-align: middle;
}
.media__sub-heading::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 75px;
    background: url(/home/img/media.png) 0 0 no-repeat;
    background-size: 270px 75px;
}
.media__section:nth-of-type(2) .media__sub-heading::before {
    top: 65px;
    background-position: -90px 0;
}
.media__section:nth-of-type(3) .media__sub-heading::before {
    top: 30px;
    background-position: -180px 0;
}
.media__list {
    display: table-cell;
    box-sizing: border-box;
    padding: 15px 10px;
    width: 600px;
    background-color: #FFF;
    vertical-align: middle;
}
.media__list-title {
    font-size: 16px;
    font-weight: bold;
    color: #0D4780;
}
.media__list-data {
    margin: 5px 0 10px;
}


/* 登録しているモニターに感想を聞いてみました！
----------------------------------------------------*/
.user-voice__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
}
.user-voice__section {
    position: relative;
    padding: 10px;
    width: 360px;
    background-color: #FFF;
    box-shadow: 0 0 6px #333;
}
.user-voice__section::before {
    position: absolute;
    top: 35px;
    content: "";
    width: 120px;
    height: 120px;
    background: url(/home/img/user_voice.png) 0 0 no-repeat;
    background-size: 360px 240px;
}
.user-voice__section:nth-of-type(2)::before {
    background-position: -120px 0;
}
.user-voice__section:nth-of-type(3)::before {
    background-position: -240px 0;
}
.user-voice__section:nth-of-type(4)::before {
    background-position: 0 -120px;
}
.user-voice__section:nth-of-type(5)::before {
    background-position: -120px -120px;
}
.user-voice__section:nth-of-type(6)::before {
    background-position: -240px -120px;
}
.user-voice__section:nth-of-type(odd){
    margin-right: 30px;
}
.user-voice__section:nth-of-type(n+3){
    margin-top: 30px;
}
.user-voice__user-data {
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.user-voice__user-data span {
    display: block;
    padding-top: 15px;
    font-size: 16px;
    color: #FFF;
    line-height: 1.25;
    text-align: center;
}
.user-voice__user-data.type-woman {
    background-color: #E67778;
}
.user-voice__user-data.type-man {
    background-color: #5DC199;
}
.user-voice__sub-heading {
    margin: 0 0 10px 130px;
    font-size: 16px;
    font-weight: bold;
    color: #DB5F38;
}
.user-voice__text {
    margin: 0 0 0 130px;
}


/* よくあるお問い合わせ
----------------------------------------------------*/
.faq__list {
    padding: 10px 20px 0;
}
.faq__item {
    margin: 0 auto;
    width: 750px;
    border: solid 1px #B2B2B2;
    border-radius: 5px;
}
.faq__item:not(:last-of-type) {
    margin-bottom: 20px;
}
.faq__question {
    position: relative;
    margin: 0;
    padding: 15px 10px 15px 50px;
    background-color: #E5E5E5;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #0D4780;
}
.faq__answer {
    position: relative;
    margin: 0;
    padding: 15px 10px 15px 50px;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
}
.faq__question::before, .faq__answer::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
}
.faq__question::before {
    content: "Q";
    background-color: #0D4780;
}
.faq__answer::before {
    content: "A";
    background-color: #E83F18;
}
.faq__link {
    padding-left: 40px;
}


/* 無料登録
----------------------------------------------------*/
.touroku_contents {
  width: 796px;
  margin:0 auto 24px;
}
.touroku_contents .box_potision .btn02 {
  margin-left: 18px;
  position: absolute;
}
.touroku_contents img {
    display: block;
}

