.parentBox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.parent_width {
    width: 860px;
}
.BYYU {
    background: #fff;
    border-radius: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #111 !important;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
    padding: 20px 15px 14px 15px;
}
.header_title {
    display: flex;
    border-bottom: 2px solid rgba(34,36,38,.15);
    border-bottom: 0px solid rgba(34,36,38,.15);
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 14px;
    margin-bottom: 0px;
}
.BYYU .header_title1, .BYYU .ui.header {
    width: 100%;
    text-align: left;
}
.header_title1 {
    display: flex;
    align-items: center;
    width: 100%;
}
.BYYU .ui.header {
    color: inherit !important;
}
.BYYU .ui.header img {
    display: none;
}
.BYYU .ui.header img {
    filter: invert(1);
    height: 34px;
    margin: 0px;
    margin-top: -6px;
}
.dfeu {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #000;
    padding: 6px;
    padding: 0px;
    border-radius: 4px;
}
.dfed1 {
    margin-bottom: 4px;
}
.dfed1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 6px;
}
.dfed1 .ui.input, .dfed1 input {
    border-radius: 4px !important;
}
.dfeu .input, .dfeu_01 .input {
    width: 100% !important;
}
.mo_color{
}
.dfed1 input{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.dfed1 input, .dfed1 select, .dfed1 .sbtton {
    min-height: 52px;
    height: auto !important;
    border: 0px !important;
    border-radius: 4px;
    font-size: 20px;
    border: 1px solid rgba(34,36,38,.15) !important;
    line-height: 1.8 !important;
}
.dfed1 .ui.input>input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    padding: 4px 4px 4px 38px !important;
    height: auto !important;
    font-weight: 500;
}
.ndje{
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    padding-top: 0px;
    padding-bottom: 8px;
}
.ndje1{
    display: flex;justify-content: space-between;
    margin-top: calc(0px + (env(safe-area-inset-top))*1);
}
.ndje2{
    font-size: 37px;font-weight: 700;line-height: 1;
}
.ndje3{
    background: #fff;
    display: flex;
    padding: 6px;
    border-radius: 40px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.02)!important;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .parentBox{
        margin-top: 12px;
        margin-bottom: 2px;
        display: none;
    }
    .parent_width {
        width: calc(100% - 24px);
    }
}