/******************************
 このファイルはユーティリティクラスを扱います。
 HTMLで使いすぎないようにしましょう。
*******************************/

.u-d-block{
    display: block !important;
}
.u-d-inline-block {
    display: inline-block !important;
}
.u-d-flex {
    display: flex !important;
}
.u-d-none{
    display: none !important;
}
.u-d-contents{
    display: contents !important;
}
.u-flex-column{
    flex-direction: column;
}
.u-flex-wrap{
    flex-wrap: wrap !important;
}
.u-order-0{
    order: 0;
}
.u-order-1{
    order: 1;
}
.u-align-self-center{
    align-self: center;
}
.u-align-items-center{
    align-items: center;
}
.u-justify-items-center{
    align-items: center;
}
.u-gap-1{
    gap: 5px !important;
}
.u-gap-3{
    gap: 15px !important;
}
.u-mw-100{
    max-width: 100% !important;
}
.u-w-100{
    width: 100% !important;
}
.u-w-80{
    width: 80% !important;
}
.u-w-50{
    width: 50% !important;
}
.u-w-30{
    width: 30% !important;
}
.u-w-20{
    width: 20% !important;
}


.u-mt-1{
    margin-top: 5px !important;
}
.u-mt-2{
    margin-top: 10px !important;
}
.u-mt-3{
    margin-top: 15px !important;
}
.u-mt-4{
    margin-top: 20px !important;
}

.u-mr-1{
    margin-right: 5px !important;
}
.u-mr-2{
    margin-right: 10px !important;
}
.u-mr-3{
    margin-right: 15px !important;
}

.u-mb-0{
    margin-bottom: 0 !important;
}
.u-mb-1{
    margin-bottom: 5px !important;
}
.u-mb-2{
    margin-bottom: 10px !important;
}
.u-mb-3{
    margin-bottom: 15px !important;
}
.u-mb-4{
    margin-bottom: 20px !important;
}
.u-mb-5{
    margin-bottom: 25px !important;
}
.u-mb-6{
    margin-bottom: 30px !important;
}

.u-ml-1{
    margin-left: 5px !important;
}
.u-ml-2{
    margin-left: 10px !important;
}
.u-ml-3{
    margin-left: 15px !important;
}

.u-p-1{
    padding: 5px !important;
}
.u-p-2{
    padding: 10px !important;
}
.u-p-3{
    padding: 15px !important;
}
.u-p-4{
    padding: 20px !important;
}
.u-pt-0{
    padding-top: 0px !important;
}
.u-pt-1{
    padding-top: 5px !important;
}
.u-pt-2{
    padding-top: 10px !important;
}
.u-pt-3{
    padding-top: 15px !important;
}
.u-pt-4{
    padding-top: 20px !important;
}
.u-pt-5{
    padding-top: 25px !important;
}
.u-pr-1{
    padding-right: 5px !important;
}
.u-pr-2{
    padding-right: 10px !important;
}
.u-pr-3{
    padding-right: 15px !important;
}
.u-pb-0{
    padding-bottom: 0px !important;
}
.u-pb-1{
    padding-bottom: 5px !important;
}
.u-pb-2{
    padding-bottom: 10px !important;
}
.u-pb-3{
    padding-bottom: 15px !important;
}
.u-pb-4{
    padding-bottom: 20px !important;
}
.u-pb-5{
    padding-bottom: 25px !important;
}
.u-pl-1{
    padding-left: 5px !important;
}
.u-pl-2{
    padding-left: 10px !important;
}
.u-pl-3{
    padding-left: 15px !important;
}



.u-font-size-0\.9{
    font-size: 0.9em;
}
.u-border-1{
    border: 1px solid currentColor;
}
.u-border-radius-1{
    border-radius: 5px !important;
}
.u-border-width-0{
    border-width: 0 !important;
}
.u-small{
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
}
.u-font-large{
    font-size: 2.0rem;
}

.u-text-center{
    text-align: center !important;
}
.u-text-right{
    text-align: right !important;
}

.u-text-danger{
    color: red !important;
}
.u-text-gray{
    color: gray !important;
}

.u-font-weight-bold{
    font-weight: bold !important;
}

.u-badge-danger{
    background-color: red;
    color: white;
    padding: 3px 0.5em;
}

.u-btn-primary{
    color: #00bfff;
    border: 1px solid currentColor;
}
.u-btn-primary:hover{
    color: white;
    border: #00bfff;
    background-color: #00bfff;
}

.u-visually-hidden{
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;      
}
.u-font-maru-gothic{
    font-family: maru-gothic;
}

