@charset "utf-8";
/* CSS Document */


/* ----------------------------------------
* contact
---------------------------------------- */
body.page.contact div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
}
@media screen and (max-width: 500px) {
    body.page.contact div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
        padding-bottom: 0;
    }
}


/* ----------------------------------------
* contact-transfer
---------------------------------------- */
body.page.contact-transfer div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
}
@media screen and (max-width: 500px) {
    body.page.contact-transfer div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
        padding-bottom: 0;
    }
}


/* ----------------------------------------
* register
---------------------------------------- */
body.page.register div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
}
@media screen and (max-width: 500px) {
    body.page.register div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* register-complete
---------------------------------------- */
body.page.register-complete div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),900px);
}
body.page.register-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm2 {
    margin-top: 100px;
}
body.page.register-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .btn:nth-child(n+2) {
    margin-top: 50px;
}
@media screen and (max-width: 500px) {
    body.page.register-complete div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* login
---------------------------------------- */
body.page.login div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),600px);
}
@media screen and (max-width: 500px) {
    body.page.login div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* password-reset
---------------------------------------- */
body.page.password-reset div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),600px);
}
@media screen and (max-width: 500px) {
    body.page.password-reset div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}

body.wp-singular.um-page-password-reset div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),600px);
}
@media screen and (max-width: 500px) {
    body.wp-singular.um-page-password-reset div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* account
---------------------------------------- */
body.page.account div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),900px);
}
body.page.account div#wrapcont #mainArea section.mainsec.s1 .mainclm2 {
    margin-top: 100px;
}
body.page.account div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .btn:nth-child(n+2) {
    margin-top: 50px;
}
@media screen and (max-width: 500px) {
    body.page.account div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* user
---------------------------------------- */
div#wrapcont #mainArea section.mainsec.s1.user-profile > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),600px);
}
div#wrapcont #mainArea section.mainsec.s1.user-profile .mainclm2 .btn:nth-child(n+2) {
    margin-top: 50px;
}


/* ----------------------------------------
* user-delete-complete
---------------------------------------- */
body.page.user-delete-complete div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),900px);
}
body.page.user-delete-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm2 {
    margin-top: 100px;
}
body.page.user-delete-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .btn:nth-child(n+2) {
    margin-top: 50px;
}
@media screen and (max-width: 500px) {
    body.page.user-delete-complete div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* logout-complete
---------------------------------------- */
body.page.logout-complete div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 50px;
    width: min(calc(100% - 30px),900px);
}
body.page.logout-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 {
    text-align: center;
}
body.page.logout-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm2 {
    margin-top: 100px;
}
body.page.logout-complete div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .btn:nth-child(n+2) {
    margin-top: 50px;
}
@media screen and (max-width: 500px) {
    body.page.logout-complete div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
}


/* ----------------------------------------
* um-members
---------------------------------------- */
body.page.um-members div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding: 50px 15px;
    width: min(100%,900px);
    background-color: #D6E3EA;
}
body.page.um-members div#wrapcont #mainArea section.mainsec.s1 .mainclm1 {
}
@media screen and (max-width: 500px) {
    body.page.um-members div#wrapcont #mainArea section.mainsec.s1 > .inner {
    }
}


/* ----------------------------------------
* news
---------------------------------------- */
body.page.news div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 ul.row_item1 {
    width: min(100%,900px);
    margin-inline: auto;
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1_empty {
    text-align: center;
}
@media screen and (max-width: 1000px) {
    body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 ul.row_item1 {
        margin-inline: auto;
    }
    body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1_empty {
        text-align: center;
        background-color: #ffffff;
        padding: 1em;
        border: 1px solid currentColor;
        width: min(100%,500px);
        margin-inline: auto;
    }
}
@media screen and (max-width: 500px) {
    body.page.news div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi {
    margin-top: 100px;
    text-align: center;
    font-size: 125%;
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .previouspostslink,
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .nextpostslink,
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .pages,
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .extend {
    display: none!important;
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > * {
    background-color: var(--site-theme-color1);
    padding: 0;
    display: inline-block;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-weight: bold;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    margin: 5px;
    opacity: 1!important;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
    border: 2px solid var(--site-theme-color1);
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .first,
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .last {
    width: 5em;
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > *:hover,
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > .current {
    background-color: #ffffff;
    color: var(--site-theme-color1);
    box-shadow: unset;
}
body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > *:not(.current):hover {
    opacity: 0.7;
}
@media (max-width: 500px) {
    body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi {
        margin-top: 50px;
    }
    body.page.news div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .wp-pagenavi > * {
        margin: 3px;
    }
}


/* ----------------------------------------
* compensation-structure
---------------------------------------- */
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    width: min(calc(100% - 30px), 1100px);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 *:not(br) {
    letter-spacing: 0;
    text-indent: 0;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3 {
    background-image: url('../images/compensation-structure_h_bg.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 1.5em;
    color: #1b1464;
    padding: 0.5em 0.75em;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 1.25;
    width: fit-content;
    max-width: calc(100% - 30px - 30px);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3::before,
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3::after {
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 100%;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3::before {
    background-image: url('../images/compensation-structure_h_bg_left.png');
    left: -30px;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3::after {
    background-image: url('../images/compensation-structure_h_bg_right.png');
    right: -30px;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3 br.bk1 {
    display: none;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 {
    font-size: 1.05em;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: 700;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp {
    font-size: 1.5em;
    display: inline-block;
    position: relative;
    background-color: rgba(221, 244, 83, 0.41);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp::before,
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp::after {
    position: absolute;
    top: 0;
    height: 100%;
    aspect-ratio: 1;
    z-index: 1;
    content: '';
    background-color: #ffffff;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp::before {
    left: 0;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp::after {
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp > .emp_inner {
    position: relative;
    z-index: 2;
    padding: 0 0.5em;
    font-weight: 900;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 p {
    line-height: 1.85;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 sup {
    display: inline-block;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 {
    margin-top: 100px;
    background-color: #ebf2f2;
    border-radius: 30px;
    padding: 80px 30px 30px 30px;
    position: relative;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4 {
    background-color: rgba(14, 161, 151, 0.41);
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 1;
    transform: translateY(-30%);
    width: fit-content;
    max-width: calc(100% - 80px - 80px);
    padding: 0.65em 0.5em;
    text-align: center;
    color: #1b1464;
    font-weight: 900;
    letter-spacing: 0;
    text-indent: 0;
    font-size: 1.5em;
    line-height: 1.35em;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4::before,
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4::after {
    background-color: inherit;
    position: absolute;
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
    aspect-ratio: 0.75 / 1;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4::before {
    left: 0.2px;
    transform: translateX(-100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4::after {
    right: 0.2px;
    transform: translateX(100%);
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .row_item1 {
    text-align: center;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .row_item1 a {
    pointer-events: none;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .row_item1 img {
    width: min(100%, 900px);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .row_item1_sp {
    display: none;
    margin-top: 15px;
    font-size: 13px;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 {
    margin-top: 50px;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item1 {
    font-size: max(0.8em, 13px);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item1 > li {
    position: relative;
    padding-left: 3em;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item1 > li p {
    line-height: 1.75;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item1 > li .r-head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item2 {
    margin-top: 5px;
    margin-left: 2em;
    font-size: max(0.8em, 13px);
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item2 > li {
    padding-left: calc(1em + 0.25em);
    position: relative;
    line-height: 1.75;
}
body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 ul.row_item2 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '■';
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
@media screen and (max-width: 750px) {
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 {
        margin-left: 30px;
        margin-right: 30px;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 {
        margin-left: 30px;
        margin-right: 30px;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 {
        margin-top: 60px;
        border-radius: 20px;
        padding: 50px 30px 30px 30px;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4 {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(-50%);
        max-width: calc(100% - 50px - 50px);
        font-size: 1.15em;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4::before,
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 h4::after {
        aspect-ratio: 0.5 / 1;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .row_item1_sp {
        display: block;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm2 .row_item1 a {
        pointer-events: auto;
    }
}
@media screen and (max-width: 500px) {
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3 {
        font-size: 1.35em;
        width: calc(100% - 30px - 30px);
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 h3 br.bk1 {
        display: block;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 {
        margin-left: 0;
        margin-right: 0;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item1 .emp {
        font-size: 1.25em;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    body.page.compensation-structure div#wrapcont #mainArea section.mainsec.s1 .mainclm3 {
        margin-top: 30px;
    }
}


/* ----------------------------------------
* keisan
---------------------------------------- */
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 {
    background-color: #D6E3EA;
    margin-top: 30px;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 > .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    width: min(calc(100% - 30px),600px);
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 {
    background-color: #ffffff;
    padding: 30px;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 select.row_item1 {
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 {
    margin-top: 30px;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 {
    table-layout: auto;
    display: none;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 :is(th,td) {
    padding-top: 1.5em;
    vertical-align: top;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 thead th {
    text-align: center;
    background-color: #FFCCBC;
    padding: 0.25em 0;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 tbody th {
    width: 150px;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 tbody td {
    text-align: right;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 tbody td input {
    width: calc(100% - 2em);
    margin-right: 0.5em;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 tbody td input[readonly] {
    background-color: #ECEFF1;
    cursor: not-allowed;
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 tbody td .res {
}
body.page.keisan div#wrapcont #mainArea section.mainsec.s1 .mainclm1 .row_item2 table.r1 tbody td .res .val {
    font-size: 1.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #F44336;
}
@media screen and (max-width: 500px) {
    body.page.keisan div#wrapcont #mainArea section.mainsec.s1 > .inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}