body{
    background: #F3F3F3;
    width: 100%;
    height: 100%;
}

#main_page{
    /* display: flex; */
    /* display: block; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#pc_top_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    /* width: 1920px; */
    min-width: 1920px;
    height: 1080px;
    background: #F3F3F3;
}

.pc_top_header{
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%; /* 1920px; */
    height: 48px;
}

.pc_top_title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 12px;
    /* width: 1920px; */
    height: 48px;
    background: #000000;
}

.pc_top_title_text{
    /* width: 1200px; */
    /* height: 47px; */
    font-family: 'Noto Sans JP';
    font-style: Bold;
    font-weight: 700;
    font-size: 35px; /*32px;*/ /*39px*/
    line-height: 100%;
    letter-spacing: 3px;
    text-align: center;
    color: #FFFFFF;
}

.pc_top_spacer{
    width: 1920px;
    height: 148px;
}

#pc_top_body{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 1784px;
    height: 712px; /*453px;*/
    gap: 80px;
    /* flex: none;
    order: 2;
    flex-grow: 0; */
}

.pc_top_body_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 528px;
    /* height: 712px; */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#pc_top_body_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 576px;
    max-width: 870px;
    /* height: 348px; */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.pc_top_body_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    /* width: 520px; */
    /* min-width: 460px; */
    /* max-width: 640px; */
    /* height: 277.23px; */
    /* min-height: 277.23px; */
    /* max-height: 385.71px; */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.fukidashi_block{
    box-sizing: border-box;
    position: relative;
    width: 462px;
    height: 144px;
    gap: 48px;
    padding: 36px 48px;
    background: #FFFFFF;
    border: 4px solid #333333;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fukidashi_block:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 40px solid white;
    z-index: 2;
}

.fukidashi_block:after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 42px solid black;
    z-index: 1;
}

#fukidashi_title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 36px;
    position: absolute;
    /* width: 168px; */
    height: 52px;
    left: -50px;
    top: -40px;
    background: #333333;
    border-radius: 26px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    animation: blinking 1s ease infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fukidashi_title_text{
    /* width: 64px; */
    /* height: 19px; */
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
}

.fukidashi_body_text{
    /* width: 244px; */
    min-width: 366px;
    /* height: 48px; */
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #4D4D4D;
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;  
}

.qrcode_block{
    display: flex;
    width: 464px;
    height: 384px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.qrcode{
    width: 276px;
    height: 276px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border: 25px solid transparent;
    background: white;
}

/* .link_block{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
} */

.pc_top_link_text{
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1.5px;
    text-decoration-line: underline;
    color: #000000;
}

.pc_top_link_text:hover{
    font-weight: bold;
}

.btn_pointer{
    cursor: pointer;
}

.top_fukumaro {
    display: flex;
    width: 522px;
    height: 522px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.fukumaro_std_miniviewGo_y{
    width: 522px;
    height: 522px;
}

.pc_top_body_right{
    display: flex;
    /* width: 460px; */
    /* height: 277.232px; */
    /* min-width: 460px;
    max-width: 640px;
    min-height: 277.232px;
    max-height: 385.714px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    aspect-ratio: 460.00/277.23;
}

.pc_top_explain_block{
    position: relative;
    display: flex;
    height: 500px; /*632px;*/
    width: 426px; /*(520-48-48)px;*/
    padding: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 48px;
    background: var(--Background, #FFF);
}

#pc_trial_explain_block{
    position: relative;
    display: flex;
    height: 500px; /*632px;*/
    width: 426px; /*(520-48-48)px;*/
    padding: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 48px;
    background: var(--Background, #FFF);
}

.pc_explain_title{
    display: flex;
    height: 52px;
    min-width: 378px;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    border-radius: 26px;
    background: var(--Top, #333);    
}

.pc_explain_title_text{
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    color: var(--Background, #FFF);
}

.pc_explain_image{
    display: flex;
    width: 426px;
    height: 352px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
}

.pc_explain_body_text{
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 32px;
    color: var(--Basic-Text, #4D4D4D);
}

.pc_top_spacer2{
    width: 1920px;
    height: 96px;
    opacity: 0.8;
}

.pc_bottom{
    height: 60px;
}

.pc_bottom_disp1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_botm_disp2{
    color: #4a4a4a;
    font-family: "Noto Sans CJK JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-left: 5px;
}

.pc_botm_disp3{
    color: #4a4a4a;
    font-family: "Noto Sans CJK JP";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-left: 5px;
    text-align: center;
}

.pc_botm_disp4{
    color: #F3F3F3;
    font-family: "Noto Sans CJK JP";
    font-size: 1px;
    text-align: center;
}

/* ペアリング完了ダイアログの背景 */
/* #pc_pairing_dialog_mask { */
/* ダイアログの共通背景 */
#pc_dialog_mask{
    display: none; /* デフォルトでは非表示 */
    position: fixed; /* 画面に固定 */
    z-index: 50; /* 他の要素の上に表示 */
    left: 0;
    top: 0;
    width: 100vw;/*100%;*/ /* 全幅 */
    height: 100vh; /*100%;*/ /* 全高さ */
    background: rgba(27, 27, 27, 0.8);
    backdrop-filter: blur(2px);
}

/* ペアリング完了ダイアログ */
#pc_pairing_dialog {
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 55; /* 他の要素の上に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px; /*48px;*/
    gap: 12px; /*24px;*/
    width: 456px; /*552-48-48px;*/
    height: 780px;
    max-width: 1200px;
    min-height: 780px;
    max-height: 1887px;
    border-radius: 48px;
    inset: 0;
    margin: auto;
    background: #FAFAFA;
}

.pc_pairing_dialog_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pc_pairing_dialog_title{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    justify-content: center;
    display: flex;
    color: #333333;
}

#pc_pairing_dialog_msg{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #333333;
}

.pc_pairing_dialog_img_block{
    display: flex;
    height: 417px;
    min-height: 417px;
    max-height: 621px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.pc_pairing_dialog_img{
    width: 361px; /*402px;*/
    height: 372px; /*414px;*/
    flex-shrink: 0;
}

.pc_pairing_dialog_notice{
    font-family: 'Noto Sans JP';
    /* font-weight: 700; */
    font-size: 14px;
    /* line-height: 29px; */
    text-align: center;
    /* color: #333333; */
}

#pc_pairing_dialog_btn{
    cursor:pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 113px; /*126px;*/
    height: 113px; /*126px;*/
    gap: 6px;
    opacity: 1;
    border-radius: 300px;
    padding: 30px;
    background: #838383;
}

.pc_pairing_dialog_icon{
    width: 66px;
    height: 60px;
    font-family: Segoe Fluent Icons;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #FAFAFA;
}

#pc_pairing_dialog_btn_text{
    font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 21px; /*14px;*/
    line-height: 100%;
    text-align: center;
    color: #FAFAFA;
}


#pc_trial_page{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1920px;
    min-width: 1920px;
    height: 1080px;

    opacity: 1;
    /* background: #FFFFFF; */

}

/* #pc_trial_background{
    display: flex;
    justify-content: space-around;
    width: 100vw;
    height: 100vh;
    position: relative;
    background-image: url("./rc/trial_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.pc_trial_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 522; */
    opacity: 1;
    gap: 48px;
    /* top: 88px; */
}

.pc_explain_space{
    height: 100px;
}

/* #ext_block{
    position: relative; 
} */

#ext_block_finish_fukumaro{
    position: relative; 
}

#ext_block_dummy_fukumaro{
    width: 1080px;
    height: 1080px;
    opacity: 1;
}

#fukumaro_fly_to_go{
    width: 1080px;
    height: 1080px;
    opacity: 1;
}

#fukumaro_fly_to_return{
    width: 1080px;
    height: 1080px;
    opacity: 1;
}

.fukumaro_fly_loop{
    width: 1080px;
    height: 1080px;
    opacity: 1;
}

#pc_fukidashi_block{
    position: absolute;
    width: 576px;
    height: 212px;
    opacity: 1;
    top: 150px;
    left: 300px;
}

.pc_fukumaro_fukidashi{
    box-sizing: border-box;
    position: relative;
    /* width: 462px; */
    /* height: 144px; */
    gap: 8px;
    padding: 68px 36px;
    background: #F2F2F2;
    /* border: 4px solid #333333; */
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_fukumaro_fukidashi:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 40px solid #F2F2F2;
    z-index: 2;
}

.pc_fukumaro_fukidashi:after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 42px solid #F2F2F2;
    z-index: 1;
}

.fukidashi_fukumaro_text{
    /* width: 244px; */
    min-width: 366px;
    /* height: 48px; */
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #4D4D4D;
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;  
}

.pc_end_button{
    position: absolute;
    z-index: 21; /* 他の要素の上に表示 */
    width: 84px;/*144px;*/
    height: 84px;/*144px;*/
    opacity: 1;
    cursor:pointer;
    border-radius: 300px;
    gap: 6px;
    padding: 30px;
    /* top: 824px; */
    bottom: 112px;
    left: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #000000;
    box-shadow: 0px 0px 12px 0px #00000033;
}

.pc_end_button:hover{
   background-color:rgba(0, 0, 0, 0.7);

}

.pc_end_button_mark_block{
    width: 84px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.pc_end_button_mark{
    width: 66px;
    height: 75px;
    top: 4.5px;
    left: 9px;
    opacity: 1;
    color: #FFFFFF;
}

.pc_end_button_text{
    width: 99;
    height: 25;
    opacity: 1;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

/*  */
#pc_repeat_button{
    position: absolute;
    z-index: 21; /* 他の要素の上に表示 */
    width: 84px;/*144px;*/
    height: 84px;/*144px;*/
    opacity: 1;
    cursor:pointer;
    border-radius: 300px;
    gap: 6px;
    padding: 30px;
    /* top: 824px; */
    bottom: 112px;
    right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #000000;
    box-shadow: 0px 0px 12px 0px #00000033;
}

#pc_repeat_button:hover{
   background-color:rgba(0, 0, 0, 0.7);

}

.pc_repeat_button_mark_block{
    width: 84px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.pc_repeat_button_mark{
    width: 66px;
    height: 75px;
    top: 4.5px;
    left: 9px;
    opacity: 1;
    color: #FFFFFF;
}

.pc_repeat_button_text{
    width: 99;
    height: 25;
    opacity: 1;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}
/*  */




#pc_introduction_dialog{
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 11; /* 他の要素の上に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1524px; /*1620-48-48px;*/
    height: 864px; /*720px;*/ /*864-96-48px;*/
    min-width: 690px;
    max-width: 1920px;
    opacity: 1;
    gap: 24px;
    border-radius: 48px;
    padding-top: 48px; /*96px;*/
    padding-right: 48px;
    /* padding-bottom: 48px; */
    padding-left: 48px;
    inset: 0;
    margin: auto;
    background: #F7E7D3;

}

.pc_introduction_title{
    display: flex;
    width: 376px;
    height: 53px;
    opacity: 1;
    border-radius: 148.5px;
    padding-top: 12px;
    padding-right: 36px;
    padding-bottom: 12px;
    padding-left: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 100px;
    background: var(--Top, #333);
}

.pc_introduction_title_text{
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: Bold;
    font-size: 28px; /*24px;*/
    line-height: 100%;
    color: var(--Background, #FFF);
}

.pc_introduction_body_text{
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
}

.pc_introduction_image_block{
    width: 1280px;
    height: 720px;
    opacity: 1;
    gap: 24px;
}

.introduction_image{
  opacity: 0;
  transition: opacity 0.2s ease-in;
  position: absolute;
  max-width: 100%;
}

.introduction_image_visible {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.introduction_image_fade-out {
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

/* タイムアウト ダイアログ */
#pc_timeout_dialog {
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 200; /* 他の要素の上に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    gap: 32px;
    width: 560px; /*556px;*/
    max-width: 800px;
    height: 330px;
    max-height: 780px;
    border-radius: 32px;
    inset: 0;
    margin: auto;
    background: #FAFAFA;
}

/* スマホ切断時 ダイアログ */
#pc_disconnect_dialog {
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 200; /* 他の要素の上に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    gap: 32px;
    width: 560px; /*556px;*/
    max-width: 800px;
    height: 330px;
    max-height: 780px;
    border-radius: 32px;
    inset: 0;
    margin: auto;
    background: #FAFAFA;
}

#pc_disconnect_dialog_msg{
    /* font-family: 'Noto Sans JP';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #333333; */
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}

/* エラー ダイアログ */
#pc_error_dialog {
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 200; /* 他の要素の上に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    gap: 32px;
    width: 560px; /*556px;*/
    max-width: 800px;
    height: 330px;
    max-height: 780px;
    border-radius: 32px;
    inset: 0;
    margin: auto;
    background: #FAFAFA;
}

/* state_unavailableで切断時のダイアログ */
#pc_state_unavailable_dialog {
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 200; /* 他の要素の上に表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    gap: 32px;
    width: 560px; /*556px;*/
    max-width: 800px;
    height: 330px;
    max-height: 780px;
    border-radius: 32px;
    inset: 0;
    margin: auto;
    background: #FAFAFA;
}

#pc_state_unavailable_dialog_msg{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

/* メッセージダイアログ共通部品 */
.pc_msg_dialog_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pc_msg_dialog_title{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    justify-content: center;
    display: flex;
    color: #333333;
}

.pc_msg_dialog_msg{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}

.pc_msg_dialog_btn{
    cursor:pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 4px;
    width: 128px;
    height: 128px;
    background: #838383;
    border-radius: 200px;
}

.pc_msg_dialog_btn_text{
    font-family: 'Noto Sans JP';
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FAFAFA;
}

/* スマホで表示した場合のメッセージダイアログ */
#display_smapho_warning_dialog{
    display: none; /* デフォルトでは非表示 */
    position: fixed;
    z-index: 21; /* 他の要素の上に表示 */
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 24px;
    inset:0;
    margin: auto;

    width: 312px;
    min-width: 280px;
    max-width: 360px;
    height: 400px;

    background: #F4F4F4;
    border-radius: 14px;
}

.display_smapho_warning_dialog_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    color: #333333;
}

.display_smapho_warning_dialog_title{
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    text-align: center;
}

.display_smapho_warning_dialog_msg{
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.display_smapho_warning_dialog_qrcodemsg{
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.display_smapho_warning_dialog_detailmsg{
    font-size: 10px;
    text-align: center;
}

.imgToppageQRcode{
    width: 300px;
    height: 300px;
}

#page_onMobile{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    fill: #F9F9FE;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    overflow-y:auto;
    color: #000000;
}

#page_onMobile_bottom{
    margin-bottom: 20px;
}

/* スケアウェアブロッカー暫定対処 */
.noticeString{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans JP;
    font-weight: 500;
    /* font-style: Bold; */
    font-size: 16px;
    line-height: 100%;
    color:red;
    padding: 10px;
}
