@charset "UTF-8";

/*--------------------------------------------------------------------*/
/*
/*　Tポイントサービス終了に伴い、このページはお客様アンケートの入口ページになりました。
/*　「.enquete」クラスを「div#container」に記述しています。
/*
/*--------------------------------------------------------------------*/


/*--------------------------------------------------------------------*/
/* お客様アンケート入口ページ（PC・SP共通）
/*--------------------------------------------------------------------*/

.enquete #enquete .formBox .inner{
    padding:0 10px;
}
.enquete #enquete .formBox p.lead{
	margin-bottom:10px !important;
}
.enquete #enquete .formBox dl.form{
    letter-spacing:-0.4em;
}
.enquete #enquete .formBox dl.form dt{
    display:inline-block;
    *display:inline;
    *zoom:1;
    letter-spacing:normal;
    margin-right:10px;
    font-size:140%;
    font-weight:bold;
}
.enquete #enquete .formBox dl.form dt:after{
    content:url(/images/enquete/arrow_enquete.png);
    position:relative;
    top:-3px;
}
.enquete #enquete .formBox dl.form dd{
    display:inline-block;
    *display:inline;
    *zoom:1;
    letter-spacing:normal;
}
.enquete #enquete input{
    width:320px;
    height:40px;
    margin:5px 0 10px;
    padding:0 10px;
    font-size:200%;
    letter-spacing:0.1em;
}
.enquete #enquete p.error{
    margin-bottom:10px;
    padding:5px;
    background-color:#FFF9F9;
    border:1px solid #EE9090;
    color:#DD0000;
}
.enquete #enquete dl.data{
    margin-bottom:10px;
    padding-left:190px;
    letter-spacing:-0.4em;
}
.enquete #enquete dl.data dt{
    display:inline-block;
    *display:inline;
    *zoom:1;
    letter-spacing:normal;
    width:70px;
    height:1.3em;
    margin-bottom:5px;
}
.enquete #enquete dl.data dd{
    display:inline-block;
    *display:inline;
    *zoom:1;
    letter-spacing:normal;
    width:350px;
    height:1.3em;
    margin-bottom:5px;
    font-size:108%;
    font-weight:bold;
}

.enquete #enquete ul.menuBox{
    margin-bottom:15px;
    text-align:center;
}
.enquete #enquete p.exp{
    text-align:center;
    margin: auto;
    width: 100%;
    padding: 30px 0 80px;
    background-color: #f4f3f3;
}
.enquete #enquete p.exp>img{
    max-width: 100%;
}

.enquete #enquete .Tpoint_attention{
    text-align:center;
    padding: 20px 0 30px;
}
  
/* アンケートランディングページへの導線部分（PC・SP共通） */

.enquete .lead{
    margin-bottom:10px;
    padding: 7px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}
.enquete .lead p{
    display:inline-block;
    text-align:bottom;
    font-weight:bold;
    font-size:116%;
    line-height: 1.8em;
}
.enquete .lead p strong{
    padding-left:3px;
    color:#d53510;
}
.enquete .lead p strong:before{
    content: "";
    display: inline-block;
    width: 6.8em;
    height: 1.1em;
    margin-bottom: 0.3em;
    margin-right: 0.1em;
    background: url(/images/enquete/pgmpoint_logo.svg) no-repeat center center/contain;
    vertical-align: middle;
}



.enquete .lead dl{
    display:inline-block;
    margin-left:10px;
}
.enquete .lead dt{
    display: inline-block;
    background-color: #DD0000;
    padding: 5px 8px;
    border-radius: 3px;
    color: #FFF;
    font-size: 90%;
}
.enquete .lead dd{
    display:inline-block;
}
.enquete .lead a{
    margin-left:10px;
    font-weight:bold;
}

/* フッターの余白調整 */
#footer{
    margin-top: 0;
}

@media screen and (min-width:640px){

    /*-----------------------------------------------------*/
    /* PC版 基本スタイル
    /*-----------------------------------------------------*/

    .sp{display:none;}

    .enquete #enquete{
        display:block;
        width:100%;
    }
    .enquete #enquete .enquete_inner{
        padding-top:20px;
        background:url(/images/enquete/bg_enquete_ppp.jpg) no-repeat center center/cover;
        padding-bottom: 20px;
    }
    #container{
        width: 100%;
    }
    .enquete #enquete h2{
        text-align: center;
        margin-bottom:10px;
    }
    .enquete #enquete .formBox{
        display:block;
        width:630px !important;
        width:650px;
        margin:0 auto 30px;
        padding:30px 10px 20px;
        background-color:rgba(255,255,255,0.9);
        box-shadow:0 0 1px 1px rgba(0,0,0,0.2);
    }
}


@media screen and (max-width:640px){

    /*-----------------------------------------------------*/
    /* SP版 基本スタイル
    /*-----------------------------------------------------*/

    .pc{display:none;}
    
    #container.enquete{
        width:100% !important;
    }
    .enquete #enquete{
        display:block;
        width:100%;
    }
    .enquete #enquete .enquete_inner{
        padding:20px 0;
        background:url(/images/enquete/bg_enquete_ppp_sp.png) no-repeat center top/cover;
    }
    .enquete #enquete h2{
        margin-bottom:10px;
    }
    .enquete #enquete .formBox{
        display:block;
        width:calc(100% - 4% - 20px);
        margin:0 10px 30px;
        padding:30px 2% 20px;
        background-color:rgba(255,255,255,0.9);
        box-shadow:0 0 1px 1px rgba(0,0,0,0.2);
    }
    .enquete #enquete input{
        width:100% !important;
        font-size:130% !important;
    }
    .enquete #enquete dl.data{
        padding-left:0px;
    }
    .enquete #enquete dl.data dd{
        width:100% !important;
    }

    /* アンケートランディングページへの導線部分(SP専用スタイル)*/
    
    .enquete .lead{
        padding:7px 0;
    }
    .enquete .lead p{
        font-size:108%;
    }
    .enquete .lead dt{
        font-size:83%;
    }

    /* ↓ オリジナルWebフォントの読み込み設定 ↓ */

    @font-face {
        font-family: 'WebSymbolsgfeditRegular';
        src: url('/css/font/websymbols_gf-edit-webfont.eot');
        src: url('/css/font/websymbols_gf-edit-webfont.eot?#iefix') format('embedded-opentype'),
             url('/css/font/websymbols_gf-edit-webfont.woff') format('woff'),
             url('/css/font/websymbols_gf-edit-webfont.ttf') format('truetype'),
             url('/css/font/websymbols_gf-edit-webfont.svg#WebSymbolsRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    /* ------------------------------------------------------------------------ */
    /* ヘッダーエリアのスタイル【全サイト共通】
    /* ※2016年リニューアルVer.のヘッダーデザインのスタイル
    /* ------------------------------------------------------------------------ */

    header{
        margin-bottom:1px;
        padding:0;
        background-color:#0085CD;
    }
    header h1{
        float:left;
        padding:10px;
    }
    header ul.utility{
        float:right;
        letter-spacing:-0.4em;
    }
    header ul.utility li{
        display:inline-block;
        margin-right:0;
        padding:10px 7px;
        letter-spacing:normal;
    }
    header ul.utility li a{
        display:block;
        width:100%;
        padding-top:30px;
        font-size:79%;
        color:#FFFFFF;
        text-decoration:none;
    }
    header ul.utility li.menu{
        display:none;
        background-color:#004D76;
        border-left:1px solid #FFFFFF;
    }

    /* ▼ スライドメニュー ▼ */
    header ul.utility li.menu a{
        background:#004D76 url(../../../images/icon_menu.png) no-repeat center 7px;
        -webkit-background-size:20px 20px;
        background-size:20px 20px;
    }

    /* ▼ 新規ユーザー登録メニュー ▼ */
    header ul.utility li.regist a{
        background:url(/images/sp/2015/common/btn_regist_header.png) no-repeat center 5px;
        -webkit-background-size:25px 23px;
        background-size:25px 23px;
    }

    /* ▼ ログインメニュー ▼ */
    header ul.utility li.login a{
        background:url(/images/sp/2015/common/btn_login_header.png) no-repeat center 5px;
        -webkit-background-size:16px 23px;
        background-size:16px 23px;
    }

    /* ▼ ログアウトメニュー ▼ */
    header ul.utility li.logout a{
        background:url(/images/sp/2015/common/btn_logout_header.png) no-repeat center 5px;
        -webkit-background-size:16px 23px;
        background-size:16px 23px;
    }

    /* ▼ My PGMメニュー ▼ */
    header ul.utility li.mypgm a{
        background:url(/images/sp/2015/common/btn_mypgm_header.png) no-repeat center 5px;
        -webkit-background-size:25px 23px;
        background-size:25px 23px;
    }

    /* ▼ HOMEメニュー ▼ */
    header ul.utility li.home a{
        background:url(/images/sp/2015/common/btn_home.png) no-repeat center 5px;
        -webkit-background-size:25px 23px;
        background-size:25px 23px;
    }

    /* 2016年リニューアルによりサイドメニューの閉じるボタンを別途記述 */

    p.close_sideMenu{
        position:absolute;
        right:0;
        z-index:100000;
        width:60px;
        padding:9px 0 10px;
        box-sizing:border-box;
        background-color:#004D76;
        border-radius:5px 0 0 5px;
        text-align:center;
        display: none;
        margin-top:100px;
        margin-right:250px;
        position: fixed;
    }
    p.close_sideMenu a{
        display:block;
        padding-top:30px;
        background:url(/images/sp/common/icon_close.png) no-repeat center 5px;
        background-size:22px 22px;
        font-size: 79%;
        color: #FFFFFF;
        text-decoration: none;
    }


    /* ------------------------------------------------------------------------ */
    /* フッターリンクのスタイル【全サイト共通】
    /* 【unique_id】#footerLink
    /* ------------------------------------------------------------------------ */

    #footer{
        width:100% !important;
    }
    #footerLink{
        border-top:1px solid #7FC2E6;
        margin-bottom: 10px;
    }
    #footerLink ul{
        text-align:left;
    }
    #footerLink li a{
        position:relative;
        display:block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding:10px;
        border-bottom:1px dotted #0085CD;
        color:#0085CD;
        font-size:107%;
        text-decoration:none;
    }
    #footerLink li a:after{
        content:')';
        font-family:WebSymbolsgfeditRegular;
        font-size:93%;
        position:absolute;
        top:center;
        right:10px;
    }


    /* ------------------------------------------------------------------------ */
    /* フッターエリア【全サイト共通】
    /* 【unique_id】<footer>~</footer>
    /* ------------------------------------------------------------------------ */

    footer{
        position:relative;
        min-height:60px;
    }


    /* ▼ ソーシャルボタンのスタイル ▼ */

    footer ul.socialBtn{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding:5px;
        letter-spacing:-0.4em;
    }
    footer ul.socialBtn li{
        display:inline-block;
        letter-spacing:normal;
        margin-right:15px;
        vertical-align:bottom;
    }
    footer ul.socialBtn li a{
        display:block;
        text-decoration:none;
        line-height:100%;
    }
    footer ul.socialBtn li.twitterBtn a{
        width:25px;
        height:25px;
        font-size:167%;
        font-family:WebSymbolsgfeditRegular;
        color:#0086CD;
    }
    footer ul.socialBtn li.pcView a{
        font-size:86%;
        padding:3px;
        color:#FFF;
        color: #ffffff;
        font-weight:bold;
        border:1px solid #3894e9;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius:3px;
        background: #5ea6e5; /* Old browsers */
        background: -moz-linear-gradient(top,  #5ea6e5 0%, #55a3e8 50%, #3894e9 50%, #3594e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ea6e5), color-stop(50%,#55a3e8), color-stop(50%,#3894e9), color-stop(100%,#3594e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #5ea6e5 0%,#55a3e8 50%,#3894e9 50%,#3594e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #5ea6e5 0%,#55a3e8 50%,#3894e9 50%,#3594e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #5ea6e5 0%,#55a3e8 50%,#3894e9 50%,#3594e8 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #5ea6e5 0%,#55a3e8 50%,#3894e9 50%,#3594e8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea6e5', endColorstr='#3594e8',GradientType=0 ); /* IE6-9 */
    }
    footer ul.socialBtn li.pcView a:before {
      content: "l";
      font-family: WebSymbolsgfeditRegular;
      font-size: 86%;
      margin-right: 3px;
    }


    /* ▼ ページTOPボタンのスタイル ▼ */

    #footer footer p.pageTop{
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }
    /* #footer footer p.pageTop a{
        position:absolute;
        top:10px;
        right:5px;
        display:block;
        border-radius:5px 5px 0 0;
        background-color:#0085CD;
        padding:5px 10px 5px 10px;
        color:#FFFFFF;
        font-size:79%;
        font-weight:bold;
        text-decoration:none;
        background-image:none !important;
    } */
    #footer footer p.pageTop a:before {
        font-family:WebSymbolsgfeditRegular;
        content: "B";
        font-size:100%;
        padding: 0 5px 0 0;
        font-weight: normal;
    }


    /* ▼ コピーライト表示部のスタイル ▼ */
    
    #footer footer p.copyright{
        /*width:94% !important;
        padding:10px 1% 10px 5% !important;*/
        /* background:#0085CD url(/images/sp/2015/common/logo_pgm_footer.png) no-repeat 5px 10px; */
        background-size:19px 15px;
        color:#FFFFFF !important;
        font-size:71% !important;
        /* text-align:right !important; */
    }
    .reserve.playerComplete footer p.copyright{
        position:absolute;
        top:42px;
        display:block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width:100%;
    }

    footer p.select a{
        background: linear-gradient(to bottom, #5ea6e5 0%, #55a3e8 50%, #3894e9 50%, #3594e8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #3894e9;
        border-radius: 0.5em;
        color: #ffffff;
        font-size: 86%;
        font-weight: bold;
        padding: 3px 10px;
        text-decoration: none;
        margin-left:10px;
    }
    pre{
        display:none;
        white-space: normal;
        overflow: hidden;
    }

    .enquete #enquete .Tpoint_attention{
        text-align:center;
        margin: 0 10px;
        width:auto;
    }

    .enquete #enquete .Tpoint_attention img{
        width:100%;
    }

    
}