@charset "UTF-8";
/*!
 * module.css
 * Version - 1.0
 * author samueltakuya
 */

/* module */

.mt05 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mb0 {
    margin-bottom: 0px!important;
}

.mb05 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.ml05 {
    margin-left: 5px!important;
}

.mr05 {
    margin-right: 5px!important;
}

.pl0 {
    padding-left: 0!important;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.p-fixed {
    position: fixed;
}

.text-blue {
    rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.text-red {
    color: red!important;
}

.text-gray {
    color: #9A9A9A!important;
}

.text-lightgray {
    color: #D9D9D9!important;
}

.bg-gray {
    background: #676767!important;
}


.l-text {
    font-size: 16px!important;
}

.s-text {
    font-size: 14px!important;
}

.xs-text {
    font-size: 12px!important;
}

.xxs-text {
    font-size: 10px!important;
}

.font-bold {
    font-weight: bold;
}

.border-area{
    border: solid 1px #999;
    padding: 10px;
}

.btn-area {
    margin: 0 auto;
    width: 320px;
}

.btn-primary {
    background: #2C58FA;
    font-size: 14px;
}

.btn-primary:hover {
    opacity: .7;
    transition: .3s;
}

.btn-commit {
    background: #FDBF1C;
    color: #fff;
    font-size: 14px;
}

.btn-commit:hover {
    color: #fff;
    background: #FDBF1C;
    opacity: .7;
    transition: .3s;
}

.btn-cancel {
    background: #D9D9D9;
    color: #fff;
    font-size: 14px;
}

.btn-cancel:hover {
    color: #fff;
    background: #D9D9D9;
    opacity: .7;
    transition: .3s;
}

.btn-cancel span{
    display: block;
}


.btn-del {
    background: #F2F2F2;
    color: #9A9A9A;
    font-size: 14px;
}

.btn-del:hover {
    color: #c7c7c7;
}

.btn-del span {
    position: relative;
    margin-left: 0.8rem;
}

.btn-del span::before {
    content: "";
    background-image: url(../img/mypage/trash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: -15px;
}

.modal-btn {
    cursor: pointer;
}

.list-style-none {
    list-style-type: none;
}

@media (width < 750px) {
    .sp-mb20 {
        margin-bottom: 20px!important;
    }
    .sp-align-center {
        text-align: center;
    }
}
