@charset "utf-8";
@media screen and (min-width:641px) {
    #popup,
    #popup_free_shipping {
        width: 1000px;
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 0 50px;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        color: #000;
        border-radius: 10px;
    }
    #popup.pu_webikecard {
        width: 1000px;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 0 35px;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        color: #000;
        border-radius: 10px;
    }
    #popup .present_imgs img {
        display: none;
    }
    #popup .close,
    #popup_free_shipping .close {
        position: absolute;
        right: -15px;
        top: -15px;
        background: #fff;
        display: block;
        border-radius: 25px;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 45px;
        cursor: pointer;
        box-sizing: content-box;
    }
    #popup.pu_signup .close {
        border: 2px solid #de262e;
        color: #de262e;
    }
    #popup.pu_mybike .close {
        border: 2px solid #328ac9;
        color: #328ac9;
    }
    #popup.pu_community .close {
        border: 2px solid #16a085;
        color: #16a085;
    }
    #popup.pu_webikecard .close {
        border: 2px solid #ff8410;
        color: #ff8410;
    }
    #popup.pu_community_unregistered .close {
        border: 2px solid #16a085;
        color: #16a085;
    }
    #popup .title {
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 1.4;
        border-radius: 10px 10px 0 0;
    }
    #popup.pu_signup .title {
        background: #de262e;
        padding: 25px 0 15px;
    }
    #popup.pu_mybike .title {
        background: #328ac9;
        padding: 20px 0;
    }
    #popup.pu_community .title {
        background: #16a085;
        padding: 20px 0;
    }
    #popup.pu_webikecard .title {
        background: #ff8410;
        padding: 25px 40px 15px;
        width: 100%;
        box-sizing: border-box;
        display: table;
    }
    #popup.pu_webikecard h2,
    #popup.pu_webikecard .webikecard_tit_img {
        display: inline-block;
        vertical-align: middle;
        text-shadow: 0px 0px 6px rgba(80, 55, 1, 0.4);
    }
    #popup.pu_webikecard h2 {
        font-size: 18px;
        text-align: center;
    }
    /* CP時 */
    #popup.pu_webikecard h2.cp_title {
        font-size: 36px;
    }
    #popup.pu_webikecard h2.cp_title br {
        display: inline-block;
    }
    #popup.pu_webikecard h2.cp_title span {
        color: #ff0000;
        /* 袋文字 */
        text-shadow: #fff 2px 0px, #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px, #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px, #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px, #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
        display: inline;
        font-size: 35px!important;
    }
    #popup.pu_webikecard img.pc {
        display: block;
        max-width: 100%;
    }
    #popup.pu_webikecard img.sp {
        display: none;
        max-width: 100%;
    }
    #popup.pu_community_unregistered .title {
        background: #16a085;
        padding: 20px 0;
    }
    #popup .title br {
        display: none;
    }
    #popup .title span {
        font-size: 46px;
        display: block;
        font-weight: bold;
    }

                  /* pc用 20190417追記*/
                  #popup #extSecurity {
                      display: -webkit-flex;
                      display: flex;
                      margin:25px 0 10px 50px;
                  }
                  #popup #extSecurity .securityBox {
                      margin: 25px 0 0 15px;
                  }
                  #popup #extSecurity p.securityTitle {
                      font-size: 35px;
                      font-weight: bold;
                      font-feature-settings: "palt";
                      margin: 0 0 20px 15px;
                  }
                  #popup #extSecurity p.securityText {
                    font-size: 21px ;
                    text-align: left;
                    margin: 0 0 0 20px;
                  }
                  #popup #extSecurity .securityBox p.securityLink{
                    text-align: left;
                    margin: 15px 0 0 20px;
                    text-decoration: underline;
                  }
                /* pc用 20190417追記 end*/

    #popup .point {
        padding: 0 10px;
        text-align: center;
    }
    #popup.pu_webikecard .point {
        color: #000!important;
    }
    /* Webikeカード CP時のキャプチャ画像　*/
    #popup.pu_webikecard .point h3 {
        font-size: 22px;
        margin: 20px 0 0;
    }
    #popup.pu_webikecard .point p {
        font-size: 20px;
        margin: 5px 0 0;
    }
    #popup .point ul li {
        float: left;
        width: 245px;
        margin: 15px 0 0;
    }
    #popup.pu_community_unregistered .point ul li {
        margin: 20px 1% 0;
        width: 31.33%;
        height: 108px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden;
        background-color: #efefef;
        border: solid 1px #cfcfcf;
        background-image: -webkit-linear-gradient(bottom, #ededed, #fff);
        background-image: -moz-linear-gradient(bottom, #ededed, #fff);
        background-image: -o-linear-gradient(bottom, #ededed, #fff);
        background-image: -ms-linear-gradient(bottom, #ededed, #fff);
        background-image: linear-gradient(to top, #ededed, #fff);
        box-sizing: border-box;
        position: relative;
    }
    #popup.pu_community_unregistered .point ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    #popup.pu_community_unregistered .point ul li p {
        width: calc(100% - 112px);
        overflow: hidden;
        position: relative;
        text-align: left;
        display: inline-block;
        margin: 22px 0 0;
        padding: 0 0 0 80px;
        color: #000;
    }
    #popup.pu_community_unregistered .point ul li p span {
        display: block;
        color: #000;
        font-weight: bold;
        margin: 0 0 5px;
    }
    #popup.pu_webikecard .point ul li p span {
        font-weight: bold;
    }
    #popup .point ul li div {
        font-size: 18px;
        font-weight: bold;
        height: 33px;
        padding: 0;
        display: inline-block;
        box-sizing: content-box;
        line-height: 1.5;
        width: 100%;
    }
    #popup.pu_webikecard .point ul li div {
        line-height: 1.2em;
        margin: 10px 0 2px;
        padding: 5px 0 0;
    }

    #popup.pu_community .point ul li:nth-child(1) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point1.gif) center 0 no-repeat;
    }
    #popup.pu_community .point ul li:nth-child(2) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point2.gif) center 0 no-repeat;
    }
    #popup.pu_community .point ul li:nth-child(3) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point3.gif) center 0 no-repeat;
    }
    #popup.pu_community .point ul li:nth-child(4) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point4.gif) center 0 no-repeat;
    }

    #popup.pu_community_unregistered .point ul li a img {
        display: block;
        position: absolute;
        margin: 10px 0 0 10px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(1) a img {
        left: 10px;
        top: 10px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(2) a img {
        left: 10px;
        top: -90px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(3) a img {
        left: 10px;
        top: -190px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(4) a img {
        left: 10px;
        top: -290px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(5) a img {
        left: 10px;
        top: -390px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(6) a img {
        left: 10px;
        top: -490px;
    }
    #popup .point ul li p {
        font-size: 13px;
        line-height: 1.5;
        margin: 10px 0 0;
    }
    #popup.pu_webikecard .point ul li p {
        font-size: 13px;
        line-height: 1.5;
        margin: 10px 0 0;
        padding: 0 20px;
        text-align: left;
    }
    #popup .point ul li p span {
        color: #e00;
    }
    #popup .links {
        margin: 40px 80px 0;
    }
    #popup.pu_webikecard .links {
    margin: 15px 80px 0;
    }
    #popup .links ul {
        display: table;
        width: 100%;
    }
    #popup .links ul li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #popup.pu_signup .links ul li:last-child {
        padding: 0 25px 0 15px;
        border-left: 2px solid #eee;
    }
    #popup .links ul li .y_btn div span {
        font-size: 22px;
        display: block;
        margin: 0 0 5px;
    }
    #popup .links ul li .y_btn div a img {
        width: 400px;
    }
    #popup .links ul li .y_btn p,
    #popup .links ul li .mybike_btn p {
        margin: 15px 0 0;
        line-height: 1;
    }
    #popup .links ul li .y_btn p a,
    #popup .links ul li .mybike_btn p a {
        font-size: 18px;
        text-decoration: none;
        color: #416090;
    }
    #popup .links ul li .y_btn p a:hover,
    #popup .links ul li .mybike_btn p a:hover {
        text-decoration: underline;
    }
    #popup .links ul li .w_btn,
    #popup .links ul li .login_btn,
    #popup .links ul li .mybike_btn {
        width: 300px;
        margin: 0 auto;
    }
    #popup .links ul li .w_btn a,
    #popup .links ul li .login_btn a,
    #popup .links ul li .mybike_btn div a {
        font-weight: bold;
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        line-height: 1.5;
        color: #000;
        width: 100%;
    }
    #popup .links ul li .w_btn a:hover,
    #popup .links ul li .login_btn a:hover,
    #popup .links ul li .mybike_btn div a:hover {
        opacity: 0.7;
    }
    /*ウェビックカード*/
    #popup .links ul li .webikecard_btn div a {
        font-weight: bold;
        display: block;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        line-height: 1.5;
        color: #fff;
        width: 100%;
        max-width: 405px;
        padding: 20px 0;
        margin: 0 auto;
        font-size: 24px;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, .25);
        text-decoration: none;
        background: #ff8410;
        text-shadow: 0px 0px 6px rgba(80, 55, 1, 0.4);
    }
    #popup .links ul li .w_btn a {
        background: #ffd800;
        padding: 15px 0;
        font-size: 20px;
    }
    #popup .links ul li .mybike_btn div a {
        background: #ffd800;
        padding: 20px 0;
        font-size: 26px;
    }
    #popup .links ul li .login_btn a {
        background: #eee;
        padding: 9px 0;
        margin: 15px 0 0;
        font-size: 18px;
    }
    #popup_overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.75);
        display: block;
        z-index: 9998;
    }
    #popup.present .present_imgs img:nth-child(1) {
        display: block;
        position: absolute;
        top: -35px;
        left: 25px;
    }
    #popup.present .title {
        padding-left: 150px;
    }

}

@media screen and (max-width:640px) {
    #popup {
        background: #fff;
        padding: 0 0 20px;
        margin: 10px;
        text-align: center;
        position: relative;
    }
    #popup.pu_signup {
        border: 5px solid #e61e25;
    }
    #popup.pu_mybike {
        border: 5px solid #328ac9;
    }

    #popup.pu_community {
        border: 5px solid #16a085;
    }
    #popup.pu_community_unregistered {
        border: 5px solid #16a085;
    }
    #popup .present_imgs img {
        display: none;
    }
    #popup .close {
        position: absolute;
        right: -10px;
        top: -10px;
        background: #fff;
        display: block;
        border-radius: 25px;
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        line-height: 34px;
    }
    #popup.pu_signup .close {
        border: 2px solid #de262e;
        color: #de262e;
    }
    #popup.pu_mybike .close {
        border: 2px solid #328ac9;
        color: #328ac9;
    }
    #popup.pu_community .close {
        border: 2px solid #16a085;
        color: #16a085;
    }
    #popup .title {
        color: #fff;
        line-height: 1.3;
    }
    #popup.pu_signup .title {
        background: #e61e25;
        padding: 25px 5px 10px;
    }
    #popup.pu_mybike .title {
        background: #328ac9;
        padding: 5px 5px 15px;
    }
    #popup.pu_community .title {
        background: #16a085;
        padding: 5px 5px 15px;
    }
    #popup.pu_community_unregistered .title {
        background: #16a085;
        padding: 5px 5px 15px;
    }
    #popup .title img {
        display: none;
    }

    #popup .title span {
        font-size: 20px;
        margin: 5px 0;
        font-weight: bold;
        display: block;
    }

    /* スマホ用 */
    #w_spng_sp #popup #extSecurity {
        margin:0;
        padding: 20px 0 0;
        border-bottom: 5px solid #ff8410;
    }
    #w_spng_sp #popup #extSecurity .flexBox{
        display: -webkit-flex;
        display: flex;
    }
    #w_spng_sp #popup .webikecard_security_img {
      padding: 0 0 0 10px;
      margin: 0 5px 10px 0;
    }
    #w_spng_sp #popup #extSecurity .securityBox {
          margin: 0;
    }
    #w_spng_sp #popup #extSecurity p.securityTitle {
        font-size: 28px;
        font-weight: bold;
        font-feature-settings: "palt";
        margin: 0;
        line-height: 1.2em;
    }
    #w_spng_sp #popup #extSecurity .securityTitle span {
      font-size: 32px;
    }
    #w_spng_sp #popup #extSecurity p.securityText {
      font-size: 13px ;
      text-align: left;
      margin: 10px 0 0 5px;
    }
    #w_spng_sp #popup #extSecurity .securityBox p.securityLink{
      text-align: left;
      margin: 10px 5px 0 5px;
      text-decoration: underline;
        padding-left: 1em;
        text-indent: -1em;
    }
    #w_spng_sp #popup #extSecurity .securityBox a {
      color: #416090;
      text-decoration: none;
    }
    #w_spng_sp #popup #extSecurity .securityBox a:visited {
      color: #416090;
    }
    #w_spng_sp #popup .point ul li {
      display: -webkit-flex;
      display: flex;
      margin: 0;
    }
    #w_spng_sp #popup .point ul li .flexBoxLi {
      display: -webkit-flex;
      display: flex;
      margin: 0;
    }
    #w_spng_sp #popup.pu_webikecard .point ul li div p.Sub{
      font-size: 18px;
      font-weight: bold;
      padding: 5px 0 0;
      margin: 5px 0 5px 15px;
      line-height: 1.3em;
      text-align: left;
    }
    #w_spng_sp #popup.pu_webikecard .point .br::before {
      content: "\A" ;
      white-space: pre ;
    }
        #w_spng_sp #popup.pu_webikecard .point ul li div {
            line-height: 1;
        }
        #w_spng_sp #popup.pu_webikecard .point ul li div img{
            margin: 0;
        }
        #w_spng_sp #popup.pu_webikecard .point ul li div p {
            line-height: 1.5em;
            margin:0 0 0 15px;
            padding: 0;
            text-align: left;
            font-weight: normal;
        }

    #popup .point ul li {
        margin: 40px 0 0;
    }
    #popup .point ul li div {
        font-size: 18px;
        font-weight: bold;
        padding 0;
        display: inline-block;
        margin: 0;
        line-height: 1.2;
    }
    #popup.pu_community_unregistered .point ul {
        padding: 0 22px;
    }
    #popup.pu_community_unregistered .point ul li {
        margin: 22px 0 0;
        width: 100%;
        height: 108px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden;
        background-color: #efefef;
        border: solid 1px #cfcfcf;
        background-image: -webkit-linear-gradient(bottom, #ededed, #fff);
        background-image: -moz-linear-gradient(bottom, #ededed, #fff);
        background-image: -o-linear-gradient(bottom, #ededed, #fff);
        background-image: -ms-linear-gradient(bottom, #ededed, #fff);
        background-image: linear-gradient(to top, #ededed, #fff);
        position: relative;
    }
    #popup.pu_community_unregistered .point ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #popup.pu_community_unregistered .point ul li p {
        width: calc(100% - 112px);
        overflow: hidden;
        position: relative;
        text-align: left;
        display: inline-block;
        margin: 22px 0 0;
        padding: 0 0 0 80px;
        color: #000;
    }
    #popup.pu_community_unregistered .point ul li p span {
        display: block;
        color: #000;
        font-weight: bold;
        margin: 0 0 5px;
    }
    #popup.pu_community .point ul li div {
        width: 100%;
    }

    #popup.pu_community .point ul li:nth-child(1) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point1.gif) center 0 no-repeat;
    }
    #popup.pu_community .point ul li:nth-child(2) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point2.gif) center 0 no-repeat;
    }
    #popup.pu_community .point ul li:nth-child(3) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point3.gif) center 0 no-repeat;
    }
    #popup.pu_community .point ul li:nth-child(4) div {
        background: url(/sys_images/popup/images/20171002_popup_commu_point4.gif) center 0 no-repeat;
    }
    #popup.pu_community_unregistered .point ul li a img {
        display: block;
        position: absolute;
        margin: 10px 0 0 10px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(1) a img {
        left: 10px;
        top: 10px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(2) a img {
        left: 10px;
        top: -90px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(3) a img {
        left: 10px;
        top: -190px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(4) a img {
        left: 10px;
        top: -290px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(5) a img {
        left: 10px;
        top: -390px;
    }
    #popup.pu_community_unregistered .point ul li:nth-child(6) a img {
        left: 10px;
        top: -490px;
    }
    #popup .point ul li p {
        line-height: 1.4;
        margin: 5px 0 0;
    }
    #popup.pu_community .point ul li p {
        line-height: 1.4;
        margin: 10px 0 0;
        padding: 0 10px;
    }
    #popup.pu_community .point ul li p br {
        display: none;
    }
    #popup .point ul li p span {
        color: #e00;
        font-weight: bold;
    }
    #popup .links {
        padding: 0 10px;
        margin: 25px 0 0;
    }
    #popup .links ul li {
        margin: 25px 0 0;
    }
    #popup .links ul li .y_btn {
        text-align: center;
    }
    #popup .links ul li .y_btn div span {
        display: block;
        margin: 0 0 8px;
        font-weight: bold;
        font-size: 15px;
    }
    #popup .links ul li .y_btn div a img {
        width: 100%;
        max-width: 300px;
    }
    #popup .links ul li .y_btn p {
        margin: 5px 0 0;
    }
    #popup .links ul li .mybike_btn p {
        margin: 10px 0 0;
    }
    #popup .links ul li .y_btn p a,
    #popup .links ul li .mybike_btn p a {
        color: #318acc;
        text-decoration: none;
        font-size: 13px;
    }
    #popup .links ul li .w_btn a,
    #popup .links ul li .login_btn a,
    #popup .links ul li .mybike_btn a,
    #popup .links ul li .webikecard_btn a {
        font-weight: bold;
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        line-height: 1.5;
        color: #000;
        width: 100%;
        max-width: 300px;
    }
    #popup .links ul li .w_btn a,
    #popup .links ul li .mybike_btn div a {
        background: #ffd800;
        padding: 10px 0;
        font-size: 16px;
    }
    #popup .links ul li .webikecard_btn div a {
        text-shadow: 0px 0px 6px rgba(80, 55, 1, 0.4);
        background: #ff8410;
        color: #fff;
        padding: 10px 0;
        font-size: 16px;
    }

    #popup .links ul li .login_btn a {
        background: #eee;
        padding: 5px 0;
        margin: 10px 0 0;
        font-size: 16px;
    }
    #popup.present {
        margin-top: 95px;
    }
    #popup.present .present_imgs img:nth-child(2) {
        display: block;
        position: absolute;
        width: 200px;
        top: -90px;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*==================================
    * Webike CARD
    ====================================*/
    #popup.pu_webikecard {
        border: 5px solid #ff8410;
        z-index:9999;
    }

    #popup.pu_webikecard .close {
        border: 2px solid #ff8410;
        color: #ff8410;
    }

    #popup.pu_webikecard #popup.pu_community_unregistered .close {
        border: 2px solid #16a085;
        color: #16a085;
    }

    #popup.pu_webikecard .title {
        background: #ff8410;
        padding: 15px 10px 15px;
        border-spacing: 10px 0;
    }
    #popup.pu_webikecard h2.cp_title br {
        display: inline-block;
    }
    #popup.pu_webikecard h2,
    #popup.pu_webikecard .webikecard_tit_img {
        vertical-align: middle;
        text-shadow: 0px 0px 6px rgba(80, 55, 1, 0.4);
        display: block;
    }
    #popup.pu_webikecard .links {
        padding: 0 10px;
        margin: 10px 0 0;
    }
    #popup.pu_webikecard .links ul li {
        margin: 15px 0 0;
    }
    /* 画像 */
    #popup.pu_webikecard img.pc {
        display: none!important;
        max-width: 100%;
    }

    #popup.pu_webikecard img.sp {
        display: block!important;
        max-width: 100%;
    }
    #popup.pu_webikecard .point {
        color: #000;
    }
    /* Webikeカード CP時のキャプチャ画像　*/
    #popup.pu_webikecard .point h3 {
        font-size: 22px;
        margin: 25px 0 0;
        padding: 0 5px;
    }
    #popup.pu_webikecard .point p {
        font-size: 20px;
        margin: 5px 0 0;
    }
    #popup.pu_webikecard .point h3 span {
        display: block;
    }
    #popup.pu_webikecard .title img {
        display: inline-block;
    }
    #popup.pu_webikecard .point ul li:first-child {
        margin: 25px 0;
    }
    #popup.pu_webikecard .point ul li {
        display: block;
        clear: both;
        width: 100%;
        padding: 0 10px;
        margin: 0 0 25px;
    }

    #w_spng_sp #popup.pu_webikecard .point ul li {
        line-height: 1;
        margin: 10px 0 0;
        padding: 30px 0 0;
    }
    #popup.pu_webikecard .point ul li p {
        text-align: center;
    }


    #popup.pu_webikecard .point ul li img {
        display: block;
        margin: 20px auto 25px;
    }
    /* CP時 */
    #popup.pu_webikecard h2.cp_title {
        font-size: 18px;
        font-weight: bold;
        padding: 0 5px;
    }

    #popup.pu_webikecard h2.cp_title br {
        display: block;
    }

    #popup.pu_webikecard h2.cp_title span {
        color: #ff0000;
        /* 袋文字 */
        text-shadow: #fff 2px 0px, #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px, #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px, #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px, #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
        display: inline;
        font-size: 18px;
    }
}

/*===================================
* SP Webike CARD
*====================================*/

#w_spng_sp #popup.pu_webikecard .close {
    border: 2px solid #ff8410;
    color: #ff8410;
}

#w_spng_sp #popup.pu_webikecard #popup.pu_community_unregistered .close {
    border: 2px solid #16a085;
    color: #16a085;
}

#w_spng_sp #popup.pu_webikecard .title {
    background: #ff8410;
    padding: 15px 10px 15px;
    border-spacing: 10px 0;
}

/* CP時 */

#w_spng_sp #popup.pu_webikecard h2.cp_title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}

#w_spng_sp #popup.pu_webikecard h2.cp_title br {
    display: block;
}

#popup.pu_webikecard h2.cp_title span {
    color: #ff0000;
    /* 袋文字 */
    text-shadow: #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
    display: inline;
    font-size: 18px;
}

/* 画像 */

#w_spng_sp #popup.pu_webikecard img.pc {
    display: none!important;
    max-width: 100%;
}

#w_spng_sp #popup.pu_webikecard img.sp {
    display: block!important;
    max-width: 100%;
    margin:0 auto;
}

/* Webikeカード CP時　*/

#w_spng_sp #popup.pu_webikecard .point h3 {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 0 10px;
    line-height: 1.2;
    font-weight: bold;
}

#w_spng_sp #popup.pu_webikecard .point h3 span {
    display: block;
    font-size:16px;
}

#w_spng_sp #popup.pu_webikecard .point p {
    font-size: 13px;
    margin: 5px 0 0;
    padding: 0;
}

#w_spng_sp .title span {
    font-size: 19px;
}

#w_spng_sp #popup.pu_webikecard h2,
#w_spng_sp #popup.pu_webikecard .webikecard_tit_img {
    vertical-align: middle;
    text-shadow: 0px 0px 6px rgba(80, 55, 1, 0.4);
    display: block;
}

#w_spng_sp #popup.pu_webikecard .main_img {}

#w_spng_sp #popup.pu_webikecard .point {
    color: #000;
}

#w_spng_sp #popup.pu_webikecard .title img {
    display: inline-block;
}

#w_spng_sp #popup.pu_webikecard .point ul li:first-child {
    margin: 25px 0;
}

#w_spng_sp #popup.pu_webikecard .point ul li {
    display: block;
    clear: both;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 25px;
}

      #w_spng_sp #popup.pu_webikecard .point ul li div {
          line-height: 1;
      }

#w_spng_sp #popup.pu_webikecard .point ul li p {
    text-align: center;
}


#w_spng_sp #popup.pu_webikecard .point ul li img {
    display: block;
    margin: 20px auto 25px;
}

/*==================================
* 20181108追記_送料無料ポップアップ_PC
====================================*/
#popup_free_shipping.free_popup_pc {
    padding: 0 !important;
    width: 650px;
    text-align: center;
}
.free_popup_pc .main_btm_img {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    padding: 20px 0 115px 0;
    background: #f20d43;
}
.free_popup_pc .popup-link {
    position: absolute;
    bottom: 95px;
    right: 30px;
}
.free_popup_pc .popup-link a{
    color: white;
    font-size: large;
}
.free_popup_pc#popup_free_shipping .close {
    z-index: 3;
    bottom: 0;
    top: 75%;
    right: 35%;
    border-radius: 10px;
    font-size: 20px;
    width: 30%;
    padding: 10px;
    color: #666;
}

/*==================================
* 20181108追記_送料無料ポップアップ_SP
====================================*/
#popup_free_shipping.free_popup_sp {
    background: none;
    padding: 0;
    box-shadow: none;
    width: auto;
    position: relative;
    top: 0;
    margin: 10px auto;
    max-width: 650px;
}
.free_popup_sp {
    position: relative;
}
.free_popup_sp img {
    max-width: 100%;
}
#popup_free_shipping.free_popup_sp .close {
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #f20d43;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 100px;
    display: block;
    text-align: center;
}

/*==================================
* 20190321追記_安心サービスポップアップ_PC
====================================*/
#popup.relief_popup_pc {
    padding: 0!important;
    width: 650px;
    left: 0;
    height: 420px;
    border: 5px solid #deb334;
}

.relief_popup_pc .main_btm_img {
    border-radius:10px 10px 0 0 ;
    width: 100%;
    padding: 20px 0 10px 0;
    background: #fff;
}
.relief_popup_pc a{
    display: block;
}
.relief_popup_pc#popup .close {
    z-index: 3;
    bottom: 0;
    top: 80%;
    right: 35%;
    border-radius: 10px;
    font-size: 20px;
    width: 30%;
    padding: 10px;
    color: #666;
    background: #deb334;
    border: 2px solid #deb334;
}
.relief_popup_pc#popup .close:hover{
    background: #fff;
    border: 2px solid #deb334;
    color: #deb334;
}

/*==================================
* 20190321追記_安心サービスポップアップ_SP
====================================*/
#popup.relief_popup_sp{
    background: none;
    padding: 0;
    box-shadow: none;
    width: auto;
    position: relative;
    top: 0;
    margin:10px auto;
    max-width: 650px;
    border: 5px solid #deb334;
}
.relief_popup_sp{
    position: relative;
}
.relief_popup_sp img{
    max-width: 100%;
}
#popup.relief_popup_sp .close{
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    background: #deb334;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    display: block;
}

/*==================================
20190425_shoei_共通
====================================*/
#popup.shoei_popup h2 {
  background: #efefef;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  line-height: 1;
}

#popup.shoei_popup + #popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  display: block;
  z-index: 9998;
}

#popup.shoei_popup .movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#popup.shoei_popup .movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#popup.shoei_popup .q_list {
  width: 54%;
  margin: 20px 2%;
  float: left;
  height: 400px;
  overflow-y: scroll;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #efefef;
  border-radius: 5px;
}

#popup.shoei_popup .q_list ol {
  padding: 0 0 0 20px;
}

#popup.shoei_popup .q_list ol li {
  list-style-type: decimal !important;
  list-style: decimal !important;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 30px;
}

#popup.shoei_popup .q_list ol li:last-child {
  margin: 0;
}

#popup.shoei_popup .q_list ol li .question {
  margin: 0 0 6px;
}

#popup.shoei_popup .q_list ol li .choice {
  font-weight: normal;
}

#popup.shoei_popup .q_list input {
  display: none;
}

#popup.shoei_popup .q_list input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

#popup.shoei_popup .q_list input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}

#popup.shoei_popup .q_list input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #1C69BB;
  border-radius: 50%;
}

#popup.shoei_popup .button a {
  display: block;
}

#popup.shoei_popup .button a.purchase {
  background: #FFCC00;
  padding: 16px 0;
  text-align: center;
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#popup.shoei_popup .button a.close_purchase {
  margin: 20px auto 10px;
  text-align: center;
  text-decoration: underline;
}

/*==================================
20190425_shoei_pc
====================================*/
@media screen and (min-width:641px) {
  #popup.shoei_popup {
    max-width: 1000px;
    width: 100%;
  }

  #popup.shoei_popup h3 {
    border-left: 6px solid #E61E25;
    padding: 0 0 0 6px;
    margin: 0 0 6px;
  }
  #popup.shoei_popup .movie {
    width: 40%;
    float: right;
    padding: 20px 2% 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #popup.shoei_popup .q_list {
    width: 54%;
  }
  #popup.shoei_popup .button {
    width: 40%;
    float: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 30px auto 0;
  }
  #popup.shoei_popup .button a.purchase {
    background: #FFCC00;
    padding: 16px;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  #popup.shoei_popup .button a.purchase:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
}


@media screen and (max-width:640px) {
/*==================================
20190425_shoei_sp
====================================*/
  #popup.shoei_popup {
    z-index: 9999;
    border-radius: 10px;
  }
  #popup.shoei_popup h3 {
    display: none;
  }
  #popup.shoei_popup .movie {
    float: none;
  }
  #popup.shoei_popup .q_list {
    width: 94%;
    text-align: left;
    margin: 20px 3% 30px;
    float: none;
  }
  #popup.shoei_popup .button a.purchase {
    width: 86%;
    margin: 0 auto;
  }
}

/*========== SHOEIお問い合わせボタン追加対応 ========== */
  .contact_btn_area{
    max-width: 170px;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 999;
  }
  .contact_btn_caption{
    padding: 8px 0;
    background: #16c3a5;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 20px;
  }
  .contact_btn_caption:hover,
  .contact_btn_caption:visited{
    color: #fff;
    text-decoration: none;
  }
  .not-active .contact_btn_caption{
    background: #bbb;
  }
  .contact_btn_caption i{
    padding-right: 5px;
  }
  .contact_btn_area .alert{
    width: 100%;
    position: absolute;
    left: -174px;
    top: 12px;
  }
  .aleart_caption{
    padding: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #f20d43;
    border-radius: 5px;
    position: relative;
  }
  .aleart_caption:after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #f20d43;
    position: absolute;
    right: -8px;
    bottom: 17px;
  }
  .contact_btn_name-list{
      padding: 5px 10px 0;
      font-size: 10px;
      text-align: left;
  }
  #pagetop{
    right: 20px;
  }
@media screen and (max-width: 480px){
  .contact_btn_area{
    bottom: 95px;
    right: 10px;
  }
  #pagetop{
    right: 10px;
  }
}
@media screen and (max-width: 320px){
  .contact_btn_caption{
    font-size: 15px;
  }
  .not-login .contact_btn_caption{
    padding: 8px 12px;
  }
  .not-login .alert{
    width: auto;
    left: -124px;
    top: -2px;
  }
  .aleart_caption{
    font-size: 10px;
  }
  .not-login .aleart_caption:after{
    bottom: 15px;
  }
}