@charset "UTF-8";

/*------------共通--------------*/
img {
    height: auto;
    width: 100%;
}
a:hover {
    opacity: .6;
}
.inner {
    padding: 6% 3%;
}
/* エリア背景 */
.top,
.sec_anchor,
.sec_article {
    background-color: #F5F5F1;
}
h2.title {
    font-size: 5.6vw;
    font-weight: bold;
    color: #4E2D2D;
    background-color: #EEE9D7;
    text-align: center;
    padding: 4.3% 2%;
    line-height: 1.4;
}
.text_discription {
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.next.btn_brown {
    border: none;
    background-color: #5B3E1B;
}
.next.btn_brown p {
    color: #ffffff;
}
.next.btn_brown p::after {
    border-color: #ffffff;
}
/* お店カセット */
.title_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3%;
}
.title_block h2 {
    margin-bottom: 0;
    font-size: 4.5vw;
    color: #4E2D2D;
    font-weight: bold;
}
.title_block .text_arrow_seemore {
    font-size: 3.5vw;
    margin-right: 20px;
    padding-right: calc(1.7vw + 8px);
    position: relative;
}
.title_block .text_arrow_seemore::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid #CC0033;
    border-right: 2px solid #CC0033;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.title_block .text_arrow_seemore a:hover{
    text-decoration:underline;
}
/* SCレコ */
.sec_real .inner.inner_recommend,
.sec_net .inner.inner_recommend,
.sec_service .inner.inner_recommend {
    padding-right: 0;
}
#store_real ul.beside_scrollWrap,
#store_net ul.beside_scrollWrap,
#store_service ul.beside_scrollWrap {
    padding: 0 3% 0 0;
}
/* ボーダー */
.border_bold_large {
    border-bottom: solid 10vw #F5F5F1;
}
@media screen and (min-width: 641px) {
    h2.title {
        padding: 22px 10px;
        font-size: 27px;
    }
    .text_discription {
        font-size: 23px;
    }
    /* タイトル お店カセット */
    .title_block h2 {
        font-size: 20px;
    }
    .title_block .text_arrow_seemore {
        font-size: 16px;
        padding-right: 15px;
    }
    /* ボーダー */
    .border_bold_large {
        border-bottom: solid 50px #F5F5F1;
    }
}

/*-----------タイトル--------------*/
.img_title {
    width: 88%;
    margin: 0 auto;
    max-width: 520px;
    padding-top: 3%;
    padding-bottom: 4%;
}
@media screen and (min-width: 641px) {
    .img_title {
        padding-top: 3%;
        padding-bottom: 23px;
    }
}

/*------------アンカーリンク--------------*/
.anchor_list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
}
.anchor_list li {
    box-sizing: border-box;
    -webkit-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    background-color: #ffffff;
    border: 2px solid #DBD7CA;
    border-radius: 8px;
    overflow: hidden;
}
.anchor_list li:nth-child(2n) {
    margin-right: 0;
}
.anchor_list li a {
    display: block;
    width: 100%;
    cursor: pointer;
}
.anchor_list_text {
    background-color: #FFFFFF;
    padding: 6% 2% 13% 2%;
    position: relative;
}
.anchor_list_text::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-left: solid 2px #CC0033;
    border-bottom: solid 2px #CC0033;
    bottom: 10%;
    left: 47%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.anchor_list_text p {
    font-size: 3.4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
@media screen and (min-width: 641px) {
    .anchor_list li {
        -webkit-flex-basis:48.5%;
        -ms-flex-preferred-size:48.5%;
        flex-basis:48.5%;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .anchor_list_text {
        padding: 18px 2% 34px 2%;
    }
    .anchor_list_text::after {
        width: 10px;
        height: 10px;
        border-width: 3px;
    }
    .anchor_list_text p {
        font-size: 18px;
        white-space: nowrap;
    }
}

/*------------セクション共通--------------*/
/* d払いはじめてガイド導線 */
.sec_real .dpay_beginner_guide,
.sec_net .dpay_beginner_guide {
    margin: 14% auto 9%;
    width: 100%;
    max-width: 500px;
}
.sec_real .dpay_beginner_guide a,
.sec_net .dpay_beginner_guide a {
    display: block;
}
/* お店SCレコ */
.sec_real .store_block,
.sec_net .store_block  {
    margin-top: 15%;
}
/* ボタン下余白 */
.sec_stamp .next.btn_brown,
.sec_mission .next.btn_brown,
.sec_survey .next.btn_brown,
.sec_campaign .next.btn_brown {
    margin-bottom: 35px;
}
@media screen and (min-width: 641px) {
    .sec_real .dpay_beginner_guide,
    .sec_net .dpay_beginner_guide {
        margin: 85px auto 40px;
    }
    /* お店SCレコ */
    .sec_real .store_block, 
    .sec_net .store_block {
        margin-top: 80px;
    }
}

/*------------街のお店でつかいたい--------------*/
.sec_real .text_discription {
    margin-top: 2%;
}
.sec_real .text_discription .annotation {
    vertical-align: text-top;
    font-size: 3.1vw;
}
.sec_real .img_real {
    margin: 7% auto 0;
    width: 100%;
    max-width: 530px;
}
.sec_real .real_note {
    margin-top: 7%;
    font-size: 3.3vw;
    line-height: 1.4;
}
.sec_real .real_note a {
    text-decoration: underline;
}
@media screen and (min-width: 641px) {
    .sec_real .text_discription {
        margin-top: 5px;
    }
    .sec_real .text_discription .annotation {
        font-size: 16px;
    }
    .sec_real .img_real {
        margin-top: 35px;
    }
    .sec_real .real_note {
        margin-top: 35px;
        font-size: 15px;
    }
}

/*------------ネットのお店でつかいたい--------------*/
.sec_net .text_discription {
    margin-top: 2%;
}
.sec_net .net_step {
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
}
.sec_net .text_discription + .net_step {
    margin-top: 8%;
}
.sec_net .net_step + .net_step {
    margin-top: 5%;
}
@media screen and (min-width: 641px) {
    .sec_net .text_discription {
        margin-top: 5px;
    }
    .sec_net .text_discription + .net_step {
        margin-top: 40px;
    }
}

/*------------お買物のスタンプでためる-------------*/
.sec_stamp .img_stamp {
    margin: 0 auto;
    width: 90%;
    max-width: 510px;
}
.sec_stamp .text_discription {
    margin-top: 8%;
}
@media screen and (min-width: 641px) {
    .sec_stamp .text_discription {
        margin-top: 40px;
    }
}

/*------------ミッションをクリアしてためる-------------*/
.sec_mission .img_mission {
    margin: 3% auto 0;
    width: 95%;
    max-width: 530px;
}
.sec_mission .text_discription {
    margin-top: 8%;
}
@media screen and (min-width: 641px) {
    .sec_mission .img_mission {
        margin: 15px auto 0;
    }
    .sec_mission .text_discription {
        margin-top: 40px;
    }
}

/*------------遊んでためる-------------*/
.sec_land .img_land {
    margin: 1% auto 0;
    width: 92%;
    max-width: 480px;
}
.sec_land .text_discription {
    margin-top: 4%;
}
.sec_land .link_daily_kuji {
    margin-top: 10%;
    margin-bottom: 8%;
    border-radius: 2.8vw;
    background-color: #F7F5F3;
    position: relative;
} 
.sec_land .link_daily_kuji::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid #CC0033;
    border-right: 2px solid #CC0033;
    top: 50%;
    right: 4%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.sec_land .link_daily_kuji a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
    padding: 5.5% 4% 4%;
    box-sizing: border-box;
}
.sec_land .link_daily_kuji figure {
    width: 9%;
    margin-right: 4.3%;
}
.sec_land .link_daily_kuji .text_wrap {
    width: 91%;
}
.sec_land .link_daily_kuji .link_title {
    font-size: 4.2vw;
    font-weight: bold;  
    line-height: 150%;
    margin-bottom: 3px;
}
.sec_land .link_daily_kuji .link_detail {
    font-size: 4vw;
    line-height: 150%;
}

@media screen and (min-width: 641px) {
    .sec_land .link_daily_kuji {
        max-width: 500px;
        margin: 55px auto 40px;
        border-radius: 17px;
    }
    .sec_land .link_daily_kuji a {
        padding: 28px 5% 18px;
    }
    .sec_land .link_daily_kuji .link_title {
        font-size: 18px;
    }
    .sec_land .link_daily_kuji .link_detail {
        font-size: 16px;
    }
}

/*------------アンケートでためる-------------*/
.sec_survey .img_survey {
    margin: 3% auto 0;
    width: 95%;
    max-width: 500px;
}
.sec_survey .text_discription {
    margin-top: 8%;
}
@media screen and (min-width: 641px) {
    .sec_survey .text_discription {
        margin-top: 40px;
    }
}

/*------------キャンペーンでためる-------------*/
.sec_campaign .img_campaign {
    margin: 3% auto 0;
    width: 85%;
    max-width: 460px;
}

.sec_campaign .text_discription {
    margin-top: 8.5%;
}
@media screen and (min-width: 641px) {
    .sec_campaign .text_discription {
        margin-top: 40px;
    }
}

/*------------ドコモのサービスでためる-------------*/
.sec_service .img_service {
    margin: 3% auto 0;
    width: 83%;
    max-width: 480px;
}
.sec_service .text_discription {
    margin-top: 8%;
}
.sec_service .store_block {
    margin-top: 15%;
    margin-bottom: 5%;
}
@media screen and (min-width: 641px) {
    .sec_service .img_service {
        margin: 2.5% auto 0;
    }
    .sec_service .text_discription {
        margin-top: 40px;
    }
    .sec_service .store_block {
        margin-top: 65px;
        margin-bottom: 20px;
    }
}

/*------------ポイント表示エリア-------------*/
#pointInfoWrap {
    display: none;
}
#noLimitedPoints {
    display: none;
}
.sec_pointInfo .pointInfo_wrap {
    margin-top: 6%;
    margin-bottom: 3.5%;
    padding: 7% 3%;
    background-color: #FFF5E2;
    border: solid 2px #FFE5B2;
    border-radius: 10px;
}
.sec_pointInfo .icon_coin {
    width: 10%;
    margin: 0 auto;
}
.sec_pointInfo .title_pointInfo {
    margin-top: 6%;
    font-size: 5.1vw;
    color: #CC0033;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
/* dポイント合計 吹き出し */
#dpointTotal {
    position: relative;
}
#dpointTotal .img_balloon {
    position: absolute;
    width: 60%;
    top: -36%;
    left: calc(50% - 30%);  /*50% - (width/2)% */
}
/* dポイント合計 */
#dpointTotal .dpoint_total {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top: 11%;
    padding: 5.6% 4%;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 1.2vw;
}
#dpointTotal .dpoint_total .item {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    font-size: 3.6vw;
}
#dpointTotal .dpoint_total .points {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    text-align: right;
    font-size: 4.9vw;
}
#dpointTotal .dpoint_total .unit {
    margin-left: 1%;
    font-size: 3.9vw;
}
.sec_pointInfo .next {
    margin-bottom: 2.5%;
}
@media screen and (min-width: 641px) {
    .sec_pointInfo .pointInfo_wrap {
        margin-top: 30px;
        margin-bottom: 5px;
        padding: 40px 20px;
    }
    .sec_pointInfo .title_pointInfo {
        font-size: 27px;
    }
    /* 吹き出し */
    #dpointTotal .img_balloon {
        top: -32px;
        width: 300px;
        left: calc(50% - 150px);
    }
    /* dポイント合計 */
    #dpointTotal .dpoint_total {
        margin-top: 60px;
        padding: 4.7% 4%;
        border-radius: 8px;
    }
    #dpointTotal .dpoint_total .item {
        font-size: 18px;
    }
    #dpointTotal .dpoint_total .points {
        font-size: 26px;
    }
    #dpointTotal .dpoint_total .unit {
        margin-left: 2px;
        font-size: 22px;
    }
}

/*------------よくある質問-------------*/
.sec_faq .title_faq {
    font-size: 5.6vw;
    font-weight: bold;
}
.sec_faq .q_list {
    display: none;
    margin-top: 4%;
}
.sec_faq .q_list li {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #ddd;
}
/* 始めの3件のみ表示 */
.sec_faq .q_list li:nth-child(n+4) {
    display: none;
}
.sec_faq .q_list li:first-child {
    border-top: solid 1px #ddd;
}
.sec_faq .q_list a {
    width: 100%;
    padding: 1.8em 0;
    position: relative;
}
.sec_faq .q_list a p {
    position: relative;
    margin-left: 4%;
    padding: 0 8% 0 9%;
    line-height: 1.5;
    font-size: 3.4vw;
}
.sec_faq .q_list li a p:before {
    content: "";
    background-image: url(/guide/faq/img/icon_q.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 4.3%;
    height: 8vw;
    position: absolute;
    top: -1.2vw;
    left: 0;
}
.sec_faq .q_list li a p:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #CC0033;
    border-right: solid 2px #CC0033;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 3%;
}
@media screen and (min-width: 641px) {
    .sec_faq .q_list {
        margin-top: 20px;
    }
    .sec_faq .title_faq {
        font-size: 27px;
    }
    .sec_faq .q_list a p {
        margin-left: 2%;
        padding: 0 7% 0 7%;
        font-size: 16px;
    }
    .sec_faq .q_list li a p:before {
        top: -7px;
        width: 20px;
        height: 35px;
    }
}

/*------------ボタン ホームへ-------------*/
@media screen and (min-width: 641px) {
    .next.btn_home {
        margin-top: 0;
    }
}
