@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');
html[lang="zh-cn"] body {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'SimSun', 'Noto Sans TC', 'sans-serif';
  input , textarea {
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'SimSun', 'sans-serif';
  }
}
html[lang="zh-hk"] body{
  font-family: 'Hiragino Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU', 'Noto Sans HK', 'sans-serif';
  input , textarea {
    font-family: 'Hiragino Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU', 'Noto Sans HK', 'sans-serif';
  }
}
html[lang="zh-tw"] body {
  font-family: 'Hiragino Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU', 'Noto Sans SC', 'sans-serif';
  input , textarea {
    font-family: 'Hiragino Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU', 'Noto Sans SC', 'sans-serif';
  }
}

body{
    background-color: #000!important;
    background: url(../images/bg.jpg) center top no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}
a{
    color: #fff;
    direction: none;
    font-weight: bold;
}
header{
    width: 1200px;
    margin: auto;
    text-align: right;
    padding: 50px 0 0 0;
}
h1{    
    font-size: 74px;
    font-weight: bold;
    font-family:'Roboto Condensed';
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    text-shadow: 3px 3px 1px #0b3b6e80;
}
.l-main__top{
    width: 100%;
    background: url(../images/mv.png) center bottom no-repeat;
}
.l-main__question,
.l-main__result {
    display: none;
}
.c-article{
    width: 1200px;
    min-height: 820px;
    margin: auto;
}
.p-start,.p-question,.p-result{
    width: 720px;
    margin: auto;
}
.p-start__txt,.p-question__txt,.p-result__recommend{
    display: block;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-shadow: 3px 3px 1px #0b3b6e80;
}
.p-question__txt{
    background: #0b3b6e80;
    padding: 5em 1em;
    text-align: center;
}
.p-result__txt{
    background: #ffffffb9;
    padding: 2em;
    color: #000;
    margin: 0 0 30px 0;
}
.p-result__title{
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    margin: auto auto 10px auto;
    text-shadow: 3px 3px 1px #0b3b6e80;
}
.p-question__img,.p-result__img{
    margin: auto auto 10px auto;
}
.p-question__img{
    display: none;
}
.p-start__link,.p-question__link{
    position: relative;
    text-align: center;
}
.p-start__link a,.p-question__link a{
    display: inline-block;
    background-color: #1e5081c2;
    padding: 1em 4em;
    border-radius: 40px;
    box-shadow: inset 2px 2px 0px 0px rgba(255, 255, 255, 0.685), inset 2px -1px 1px 1px #ffffff84;
}
.p-question__progress{
    width: 100%;
    font-size: 80%;
    background:#1e5081c2;
    padding: 0.5em;
    text-align: center;
    margin: auto auto 30px auto;
}
.p-share{
    padding: 30px 240px 40px 240px;
    text-align: center;
    width: 720px;
    margin: auto auto 50px auto;
    background: #ffffffb9;
}
.p-share p{
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #00000079;
}
.p-share ul{
    display: flex;
    justify-content:space-around;
}
.btn-yes{
    margin-right: 1em;
}
.is-sponly{
    display: none;
}