@media (max-width:960px) {
    .mobile {
        display: block;
    }
    .pc {
        display: none;
    }
    .form {
        background-image: url(../images/m/bg_form.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 895px;
    }
    .menu li {
        float: left;
        list-style: none;
        margin-left: 15px;
        margin-right: 15px;
        /* margin-top: 25px; */
        color: #000;
        font-weight: bold;
        font-size: 23px;
        line-height: 300%;
    }
    table {
        color: #FFF;
        margin-left: 20px;
        padding-top: 40px;
        font-size: 22px;
        font-weight: bold;
        line-height: 200%;
        width: 620px;
    }
    td {
        padding: 10px;
    }
    input[type="text"],
    input[type="number"] {
        height: 45px;
        background: rgba(255, 255, 255, 0.9);
        border: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        /* margin-left: 10px; */
        color: #2B4977;
        display: table-cell;
        vertical-align: middle;
        font-size: 20px;
        margin-top: -5px;
        width: 244px;
    }
    input[name="email"] {
        width: 434px;
    }
    .btn_submit {
        margin-left: 0px;
    }
    .menu ul {
        margin: 0 auto;
        text-align: center;
        width: 640px;
    }
    .year_list {
        text-align: center;
        background: #FFF;
        height: 220px;
        padding-top: 40px;
    }
    .year_list .title {
        font-size: 42px;
        font-weight: bold;
        font-style: italic;
    }
    .years {
        clear: both;
        font-size: 22px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        height: 52px;
    }
    .years .item span {
        color: #9FA0A0;
    }
    .years .item {
        float: left;
        margin: 5px;
        font-size: 17px;
        text-align: center;
        line-height: 230%;
    }
    .years_1 .list {
        text-align: center;
        width: 640px;
        margin: 0 auto;
    }
    .years_2 .list {
        text-align: center;
        width: 640px;
        margin: 0 auto;
    }
    .years_3 .list {
        text-align: center;
        width: 526px;
        margin: 0 auto;
    }
    .years_1 {
        margin-top: 30px;
        border-top: 10px solid #C79F62;
        width: 640px;
        margin: 0 auto;
        text-align: center;
    }
    .years_2 {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        text-align: center;
    }
    .years_3 {
        border-bottom: 10px solid #C79F62;
        width: 640px;
        margin: 0 auto;
        text-align: center;
    }
    form .title {
        font-size: 57px;
        margin-bottom: 45px;
    }
    .checkbox-custom+.checkbox-custom-label:before,
    .radio-custom+.radio-custom-label:before {
        content: '';
        background: #fff;
        /* border: 2px solid #ddd; */
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
        margin-top: -5px;
        border-radius: 50%;
    }
    .checkbox-custom,
    .checkbox-custom-label,
    .radio-custom,
    .radio-custom-label {
        margin-left: 10px;
        cursor: pointer;
        font-size: 31px;
        float: left;
    }
    .slick-prev {
        left: 0px;
        z-index: 9000;
        width: 75px;
        height: 75px;
        margin-top: 250px;
    }
    .slick-next {
        right: 0px;
        z-index: 9000;
        width: 75px;
        height: 75px;
        margin-top: 250px;
    }
    .slider {
        width: 85%;
        margin: 0 auto;
        top: 609px;
    }
    .option {
        width: 284px;
        float: left;
    }
    .scrollbar {
        height: 640px;
        width: 85%;
        background: rgba(0, 0, 0, 0.6);
        overflow-y: scroll;
        color: #FFF;
        font-size: 20px;
        padding: 20px;
        margin: 0 auto;
    }
    .agree_rule {
        font-size: 12px;
        color: #FFF;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .signup_submit {
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-top: 105px;
        cursor: pointer;
    }
    .signup_submit img {
        width: 550px;
        height: auto;
    }
    /* 送出後 */
    .dailog_verification {
        position: fixed;
        background: #FFF;
        top: 50%;
        left: 50%;
        margin-left: -315px;
        margin-top: -320px;
        z-index: 9999999999;
        display: none;
        width: 610px;
        height: 640px;
        border: 9px solid #2E4D7E;
        text-align: center;
        font-size: 42px;
        padding-top: 50px;
        line-height: 200%;
    }
    .dailog_verification input {
        background: #EEE;
        width: 300px;
        text-align: center;
        font-size: 40px;
        /* margin-top: 30px; */
    }
    .btn_verification img {
        width: 400px;
    }
    .dailog_siginup_finish {
        background-image: url(../images/popup_signup_finish);
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -320px;
        margin-top: -493px;
        z-index: 9999999999;
        display: none;
        width: 640px;
        height: 986px;
    }
    .btn_verification {
        cursor: pointer;
    }
    .resubmit {
        background: #E65910;
        font-size: 30px;
        font-weight: bold;
        padding: 10px;
        color: #FFF;
        border-radius: 30px;
        margin-top: 40px;
        cursor: pointer;
    }
    .resubmit_display {
        background: #EEE;
        font-size: 30px;
        font-weight: bold;
        padding: 10px;
        color: #BBB;
        border-radius: 30px;
        margin-top: 40px;
        cursor: pointer;
    }
    .btn_close {
        background-image: url(../images/m/btn_close.png);
        top: 35px;
        width: 50px;
        height: 50px;
        /* background: #F00; */
        position: absolute;
        right: 75px;
        cursor: pointer;
        background-repeat: no-repeat;
    }
    .dailog_verification .btn_close {
        top: 35px;
        right: 35px;
    }
    /* feedback */
    .feedbacks .option {
        width: 313px;
        float: left;
    }
    .before input,
    .after input {
        width: 255px!important;
        text-align: center;
    }
    .before span,
    .after span {
        font-size: 60px;
        margin-left: 0px;
        margin-right: -5px;
    }
    .before {
        margin-top: 17px;
    }
    .after {
        margin-top: 17px;
    }
    #feedback_desc {
        width: 100%;
        height: 420px;
        padding: 0px;
        font-size: 30px;
    }
    .area_rule .title {}
    .agree_rule2 {
        font-size: 12px;
        color: #FFF;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 24px;
        margin-top: 20px;
    }
    .dailog_exp_finish {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -320px;
        margin-top: -493px;
        z-index: 9999999999;
        display: none;
        width: 640px;
        height: 986px;
    }


    
    .acitivty_rule{
        width: 600px;
        height: 800px;
        position: fixed;
        top:50%;
        left:50%;
        margin-top:-400px;
        margin-left:-300px;
        border:5px solid #00a0e9;
        z-index: 99999999999;
        background: rgba(255,255,255,1);
        display: none;
        
    }
    
    .acitivty_rule2{
        width: 600px;
        height: 800px;
        position: fixed;
        top:50%;
        left:50%;
        margin-top:-400px;
        margin-left:-300px;
        border:5px solid #00a0e9;
        z-index: 99999999999;
        background: rgba(255,255,255,1);
        
    }

      .rule_content{
        width:95%;
        height: 75%;
        overflow-y: auto;
        padding:10px;
        margin:0 auto;
        margin-top:10px;
        font-size:28px;

    }
    .rule_content2{
        width:95%;
        height: 75%;
        overflow-y: auto;
        padding:10px;
        margin:0 auto;
        margin-top:10px;
        text-align: center;
        font-size: 32px;

    }
    
  
    .btn_rule_agree, .btn_rule_agree2{
        background: #C39D62;
        color: #FFF;
        width: 76px;
        height: 29px;
        padding: 10px;
        line-height: 74%;
        border-radius: 15px;
        font-size: 37px;
        cursor: pointer;
        margin-right: 15px;
        margin-bottom: 15px;
        float: right;
        cursor: pointer;
        margin-top:50px;
        
    }

    .btn_show_rule{
        color: #C39D62;
    text-decoration: underline;
    cursor: pointer;
    font-size: 35px;
    margin-left: -26px;
    margin-right: 50px;
    }

    
    .content {
        font-size: 42px;
        text-align: center;
        font-weight: bold;
        margin: 0 auto;
        margin-top: 5px;
       
        width: 640px;
    }

     
    #Target {
        padding: 8px;
    }
    
    .Target {
        padding: 8px;
    }
    
    .PinImg img,
    iframe {
        max-width: 480px;
        /* border-radius: 6px 6px 0 0; */
    }
    
    .SourcePins,
    .IgSourcePins,
    .IgPostSourcePins,
    .iframeContainer {
        max-width: 480px;
        margin: 22px 13px 20px 13px;
        /* border-radius: 6px; */
        background: #fff;
        box-sizing: border-box;
        padding: 0;
        /* -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); */
        /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); */
        display: inline-block;
    }
    
    .SourcePins,
    .IgPostSourcePins,
    .IgSourcePins {
        /* display: none; */
    }
    .photo_title img{
        margin-top:40px;
        width: 96%;
        margin-bottom: -20px;
    }

    .preview_img img{
        position: relative;
        width: 600px;
        min-height: auto;
        border:5px solid #FFF;
        margin:0 auto;
        left:50%;
        margin-left:-300px;
        margin-top:40%;
    }

}