@charset "UTF-8";

/* secArea(poiqu)
------------------------------*/
#poiqu.secArea{
padding: 20px 0 0;
}
.lead_text + #poiqu.secArea{
padding: 10px 0 0;
}
#poiqu_howto.secArea{
margin: 0 auto;
padding: 20px 0 5px;
}
#poiqu .secbg{
line-height: 0;
}
#poiqu .secbg img{
width: 100%;
max-width: 770px;
height: auto;
}
#poiqu .two_cells,
#poiqu .table_caption,
#poiqu .qa_area,
#poiqu .hint_txt{
background: url(/sol/pcc/N/special/Wednesday_raffle_poiqu/parts2022/images/poiqu_bg02.png) repeat;
background-size: 100%;
}
#poiqu .two_cells {
justify-content: center;
align-items: flex-start;
}
#poiqu .two_cells .left_box{
padding: 13px 8px 13px 0;
}
#poiqu .two_cells p{
font-size: 24px;
}
#poiqu .two_cells .ptget{
margin-right: 3px;
vertical-align: middle;
font-size: 40px;
font-weight: bold;
color: #fa7229;
}
#poiqu .two_cells .right_box{
width: 15%;
}
#poiqu .two_cells .right_box img{
max-width: 80px;
}
#poiqu .table_caption {
padding-top: 13px;
}
#poiqu .table_caption p{
width: 90%;
margin: 0 auto;
padding: 13px 0;
border-top: 1px dashed #aaa;
border-bottom: 1px dashed #aaa;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #333;
}
#poiqu .qa_area {
padding: 23px 0 13px;
}
#poiqu .qa_area dt {
width: 70%;
margin: 0 auto;
padding-left: 4em;
text-indent: -4em;
text-align: left;
font-size: 18px;
font-weight: bold;
}
#poiqu .qa_area dd {
width: 70%;
margin: 25px auto 0;
padding: 13px;
background: #fff;
border-radius: 8px;
border: 1px solid #ed7b2d;
font-size: 16px;
}
#poiqu .qa_area dd.ok {
background: #fff9e3;
}
#poiqu .qa_area dd.ng {
background: #ccc;
border: 1px solid #ccc;
}
#poiqu .qa_area dd a{
position:relative;
display:block;
color: #ed7b2d;
}
#poiqu .qa_area dd a:after{
content:'';
display:block;
clear:both;
position:absolute;
top:50%;
right:8px;
width:6px;
height:6px;
margin-top:-5px;
border-top:2px solid #ed7b2d;
border-right:2px solid #ed7b2d;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}
#poiqu .hint_txt{
text-align: center;
}
#poiqu .hint_txt a{
font-size: 14px;
color: #333;
text-decoration: underline;
}
#poiqu .mask_area {
position: relative;
}
#poiqu .mask_bg {
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
height: 100%;
padding-top: 26%;
background: #999;
border-radius: 20px;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #fff;
opacity: 0.5;
}
#poiqu .mask {
position: absolute;
top: 25%;
left: 0;
z-index: 10;
}
#poiqu .mask img{
width: 80%;
max-width: 770px;
height: auto;
}