.mx-1200 {
    max-width: 1200px;
}

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

.mw-4em {
    max-width: 4em;
}

.mw-10em {
    max-width: 10em;
}

.w-100 {
    width: 100%;
}

.py-halfem {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.py-1em {
    padding-top: 1em;
    padding-bottom: 1em;
}

.py-1_2em {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.py-2em {
    padding-top: 2em;
    padding-bottom: 2em;
}

.pl-1em {
    padding-left: 1em;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.bg-gray {
    background-color: #e7e7e7;
}

.bg-gra-f2 {
    background-color: #f2f2f2;
}

.bg-pink {
    background-color: #efdadc;
}

.bg-purple {
    background-color: #9ea4cf;
}

.text-white {
    color: white;
}

.text-pink {
    color: #e55195;
}

.text-purple {
    color: #9ea4cf;
}

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

.positon-absolute {
    position: absolute;
}

.z-index-front {
    z-index: 1;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.border-top-none {
    border-top: none !important;
}

.border-solid-1px-gray {
    border: solid 1px #b9b9b9;
}

.border-bottom-solid-1px-gray {
    border-bottom: solid 1px #b9b9b9;
}

.border-right-solid-1px-gray {
    border-right: solid 1px #b9b9b9;
}

.border-bottom-dotted-1px-gray {
    border-bottom: dotted 1px #b9b9b9;
}

.callapse {
    border-collapse: collapse;
}

.title-level-4 {
    border-bottom: solid 1px #604461;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fs-smaller {
    font-size: 0.8em;
}

.fw-normal {
    font-weight: normal;
}


@media screen and (max-width: 959px) {
    .on-pc {
        display: none;
    }
}

@media screen and (min-width:960px){
    .on-sp{
        display: none;
    }
}