@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;
}
.title_caption {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 1.3% 0;
    font-size: 3.2vw;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
}
.title_caption.avail {
    color: #1E6F56;
    background-color: #DDF1EA;
}
.title_caption.not_avail {
    background-color: #E9E9E9;
    color: #666666;
}
.title_caption div {
    padding-right: 2.5%;
}
.title_caption.avail div {
    -webkit-flex-basis: 3.3%;
    -ms-flex-preferred-size: 3.3%;
    flex-basis: 3.3%;
    width: 3.3%;
}
.title_caption.not_avail div {
    -webkit-flex-basis: 2.9%;
    -ms-flex-preferred-size: 2.9%;
    flex-basis: 2.9%;
    width: 2.9%;
}
.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,
.sec_content .inner,
.sec_article .inner {
    padding-right: 0;
}
#store_real ul.beside_scrollWrap,
#store_net ul.beside_scrollWrap,
#store_service ul.beside_scrollWrap,
#recommendContent ul.beside_scrollWrap_flex,
#recommendArticle ul.beside_scrollWrap_flex {
    padding: 0 3% 0 0;
}
@media screen and (min-width: 641px) {
    h2.title {
        padding: 22px 10px;
        font-size: 27px;
    }
    .title_caption {
        padding: 8px;
        font-size: 16px;
    }
    .title_caption div {
        -webkit-flex-basis:15px;
        -ms-flex-preferred-size:15px;
        flex-basis:15px;
        width: 15px;
        padding-right: 14px;
    }
    .title_caption.avail div {
        -webkit-flex-basis: 18px;
        -ms-flex-preferred-size: 18px;
        flex-basis: 18px;
        width: 18px;
    }
    .title_caption.not_avail div {
        -webkit-flex-basis: 15px;
        -ms-flex-preferred-size: 15px;
        flex-basis: 15px;
        width: 15px;
    }
    .text_discription {
        font-size: 23px;
    }
    /* タイトル お店カセット */
    .title_block h2 {
        font-size: 20px;
    }
    .title_block .text_arrow_seemore {
        font-size: 16px;
        padding-right: 15px;
    }
}

/*-----------タイトル--------------*/
.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;
    }
}

/*-----------利用者情報登録--------------*/
.registrationAlert {
    padding-bottom: 4.8%;
    display: none;
}
.registrationAlert a {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding: 1% 2%;
    border: solid 2px #CC0033;
    border-radius: 5px;
    background-color: #F3E7E9;
}
.registrationAlert .icon_alert {
    -webkit-flex-basis: 4.5%;
    -ms-flex-preferred-size: 4.5%;
    flex-basis: 4.5%;
    width: 4.5%;
    margin-right: 2vw;
}
.registrationAlert p {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    width: 90%;
    font-size: 3.2vw;
    color: #CC0033;
    font-weight: bold;
    line-height: normal;
}
.registrationAlert p::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 17px;
    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);
}
@media screen and (min-width: 641px) {
    .registrationAlert {
        padding-bottom: 25px;
    }
    .registrationAlert a {
        padding: 4px 10px;
    }
    .registrationAlert .icon_alert {
        -webkit-flex-basis: 18px;
        -ms-flex-preferred-size: 18px;
        flex-basis: 18px;
        width: 18px;
        margin-right: 10px;
    }
    .registrationAlert p {
        font-size: 16px;
    }
}

/*------------アンカーリンク--------------*/
.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;
}
/* 期間・用途限定ポイント */
.limited_points {
    font-size: 3.0vw;
    font-weight: bold;
    text-align: center;
    padding: 1.7% 0;
    position: relative;
}
.limited_points.avail {
    color: #1E6F56;
    background-color: #DDF1EB;
}
.limited_points.not_avail {
    color: #666666;
    background-color: #E9E9E9;
}
.limited_points span {
    position: relative;
    padding-left: 5.0vw;
    line-height: 1.2;
}
.limited_points span:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.limited_points.avail span:before {
    width: 3.2vw;
    height: 3.2vw;
    background-image: url(/guide/howto_use/img/icon_circle.png);
}
.limited_points.not_avail span:before {
    width: 2.9vw;
    height: 2.9vw;
    background-image: url(/guide/howto_use/img/icon_cross.png);
}
.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%;
    }
    /* 期間・用途限定ポイント */
    .limited_points {
        padding: 5px 0;
        font-size: 15px;
    }
    .limited_points span {
        padding-left: 25px;
    }
    .limited_points.avail span:before {
        width: 16px;
        height: 16px;
    }
    .limited_points.not_avail span:before {
        width: 15px;
        height: 15px;
    }
    .limited_points.avail:before,
    .limited_points.not_avail:before {
        top: 50%;
    }
    .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_payment .next.btn_brown,
.sec_invest .next.btn_brown,
.sec_idcb .next.btn_brown,
.sec_content .next.btn_brown,
.sec_article .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_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: 8%;
}
@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;
    }
}

/*------------ケータイ料金につかいたい-------------*/
.sec_payment .img_payment {
    margin: 2.5% auto 0;
    width: 95%;
    max-width: 530px;
}
.sec_payment .text_discription {
    margin-top: 8%;
}
@media screen and (min-width: 641px) {
    .sec_payment .img_payment {
        margin: 1% auto 0;
    }
    .sec_payment .text_discription {
        margin-top: 40px;
    }
}

/*------------ケータイ料金につかいたい-------------*/
.sec_invest .img_invest {
    margin: 2.5% auto 0;
    width: 90%;
    max-width: 430px;
}
.sec_invest .text_discription {
    margin-top: 7%;
}
@media screen and (min-width: 641px) {
    .sec_invest .img_invest {
        margin: 2% auto 0;
    }
    .sec_invest .text_discription {
        margin-top: 35px;
    }
}

/*------------iDの支払いにつかいたい-------------*/
.sec_idcb .img_idcb {
    margin: 2.5% auto 0;
    width: 90%;
    max-width: 480px;
}
.sec_idcb .text_discription {
    margin-top: 9%;
}
.sec_idcb .text {
    padding-top: 6%;
    font-size: 3.2vw;
    text-align: center;
    font-weight: bold;
}
.sec_idcb .next {
    margin-top: 10%;
}
@media screen and (min-width: 641px) {
    .sec_idcb .img_idcb {
        margin-top: 20px auto 0;
    }
    .sec_idcb .text_discription {
        margin-top: 40px;
    }
    .sec_idcb .text {
        padding-top: 30px;
        font-size: 16px;
    }
    .sec_idcb .next {
        margin-top: 50px;
    }
}

/*------------特集・セールからおトクにつかいたい-------------*/
.sec_content .text_discription {
    margin-top: 4%;
}
.sec_content #recommendContent {
    margin-top: 5%;
}
@media screen and (min-width: 641px) {
    .sec_content .text_discription {
        margin-top: 2.5%;
    }
}

/*------------dポイントの活用ヒント集-------------*/
.sec_idcb + .sec_pointInfo .inner,
.sec_content + .sec_pointInfo .inner {
    padding-top: 0;
}
.sec_article {
    padding-top: 24%;
}
.sec_article .title_article {
    position: relative;
}
.sec_article .title_article .img_poinco {
    position: absolute;
    width: 30%;
    top: -129%;
    left: calc(50% - 15%); /* 50% - width/2 */
}
.sec_article .title_article h2 {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 75%;
    padding: 4% 2%;
    font-weight: bold;
    font-size: 4.8vw;
    color: #5B3E1B;
    border: solid 2px #5B3E1B;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
}
.sec_article .title_article::before,
.sec_article .title_article::after {
    content: '';
    position: absolute;
    top: 45%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 8%;
    height: 3vw;
}
.sec_article .title_article::before {
    left: 1.1%;
    background-image: url(/guide/howto_use/img/line_dashed.png);
}
.sec_article .title_article::after {
    right: 1.1%;
    background-image: url(/guide/howto_use/img/line_dashed.png);
}
.sec_article #recommendArticle {
    margin-top: 5%;
}
.sec_article #recommendArticle ul.contents_item_list li {
    background-color: #ffffff;
}
@media screen and (min-width: 641px) {
    .sec_article {
        padding-top: 135px;
    }
    .sec_article .title_article .img_poinco {
        top: -94px;
        width: 170px;
        left: calc(50% - 85px);
    }
    .sec_article .title_article h2 {
        padding: 3% 2%;
        font-size: 23px;
    }
}

/*------------ポイント表示エリア-------------*/
#pointInfoWrap {
    display: none;
}
#noLimitedPoints {
    display: none;
}
.sec_pointInfo .pointInfo_wrap {
    margin-top: 6%;
    margin-bottom: 3.5%;
    padding: 7% 3%;
    background-color: #FFEEF2;
    border: solid 2px #FFDBE4;
    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;
}
/* 60日以内に失効するポイント */
#expireLimitBlock {
    margin-top: 2.5%;
    background-color: #ffffff;
    border-radius: 1.2vw;
}
#expireLimitBlock .subtitle,
.expire_limit {
    margin: 0 auto;
    width: 96%;
    box-sizing: border-box;
}
#expireLimitBlock .subtitle {
    font-size: 3.6vw;
    font-weight: bold;
    padding: 5% 2%;
}
.expire_limit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4% 2%;
    border-top: dashed 0.4vw #ddd;
}
.expire_limit.expire_soon {
    color: #CC0033;
}
.expire_limit .expire_limit_date,
.expire_limit .expire_limit_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.expire_limit .expire_limit_date {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 3.5vw;
    line-height: 1.5;
}
.expire_limit .expire_limit_data {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: bold;
}
.expire_limit .datablock_status {
    padding: 4px 4px;
    border-radius: 2px;
    font-size: 2.5vw;
    font-weight: bold;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    white-space: nowrap;
}
.expire_limit .expire_limit_point {
    font-size: 4.2vw;
    margin-left: 10px;
}
.expire_limit .expire_limit_unit {
    font-size: 3.2vw;
    margin-left: 3px;
}
/* 60日以内に失効するポイントはありません */
.no_limited_points {
    margin: 0 auto;
    width: 96%;
    padding: 8% 2%;
    box-sizing: border-box;
    font-size: 3.5vw;
    border-top: dashed 0.4vw #ddd;
    text-align: center;
}
.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;
    }
    /* 60日以内に失効するポイント */
    #expireLimitBlock {
        margin-top: 10px;
        border-radius: 8px;
    }
    #expireLimitBlock .subtitle {
        padding: 4.5% 10px;
        font-size: 18px;
    }
    .expire_limit {
        padding: 20px 2%;
        border-top: dashed 2px #ddd;
    }
    .expire_limit .expire_limit_date {
        font-size: 17px;
    }
    .expire_limit .datablock_status {
        font-size: 12px;
    }
    .expire_limit .expire_limit_point {
        font-size: 22px;
    }
    .expire_limit .expire_limit_unit {
        font-size: 17px;
    }
    /* 60日以内に失効するポイントはありません */
    .no_limited_points {
        padding: 7.5% 2%;
        font-size: 17px;
        border-top: dashed 2px #ddd;
        border-radius: 0 0 8px 8px;
    }
}

/*------------よくある質問-------------*/
.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;
    }
}
