/* 　 */
:root {
    --link-color: #AF0062;
}

body {
    box-sizing: border-box;
}

html,body{
    font-size:16px;
}
html,body,ul,h1,h2{
    margin:0;
}
a,a:visited{
    text-decoration:none;
    color:var(--link-color);
    font-weight: bold;
}
a:hover{
    text-decoration:underline;
}

table {
    width: 100%;
    margin: 20px auto 40px;
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.login section.login{
    /* margin-top:5em; */
    background: #fff;
    /* background-image: url(/wp-includes/imsys/parts/top-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    text-align:center;
    /* padding-top: 6em; */
    padding-bottom:6em;
}
body.login section.login h1{
    padding: 0.5em 0.2em 1em;
    font-size:2rem;
}
body.login section.login p{
    text-align:center;
}
body.login section.login span{
    display:inline-block;
    width:6em;
    text-align:left;
    margin-right:1em;
}

body.login header{
    text-align:right;
    background-color: #E4007F;
    padding:0.5em 3em;
    font-weight: bold;
}
body.login header a{
    color:#ffffff;
}
body.master header{
    text-align:center;
    background-color: #E4007F;
}
body.master header li{
    display:inline-block;
    margin:0.5em 3em;
}
body.master header li a {
    color: #fff;
    font-weight: bold;
}
body.master section{
    text-align:center;
    background:#fff;
    padding:2em;
}
body.master h1{
    padding:1em 0;
    font-size:2rem;
    text-align:center;
}
body.master h2{
    padding:1em;
    font-size:1.5rem;
    text-align:center;
}
body.master h3{
    margin:0;
    padding:0;
    font-size:1rem;
    text-align:center;
    font-weight:normal;
}
body.master section>div{
    display:inline-block;
    text-align:left;
}

body.gate_user_account button{
    margin:1em;
}
body.gate_master_member details{
    margin:2em 0;
    min-width:1000px;
    text-align:left;
}
body.gate_master_member details summary{
    font-size:1.5em;
    cursor:pointer;
    background-color: #FFFACF;
}
body.gate_master_member details summary span.Pause{
    color:#ff3030;
}
body.gate_master_member details summary span.Pause a{
    color:var(--link-color);
    font-size:1rem;
}
body.gate_master_member details summary div.OrderChange{
    float:right;
}
body.gate_master_member details summary div.OrderChange span.disable{
    color:#808080;
}
body.gate_master_member details p{
    margin:0.5em 0;
}
body.gate_master_member details p a{
    margin-right:3em;
}
body.gate_master_member details p span{
    margin-right:3em;
}
body.gate_master_member table.UserTable{
    border-collapse:collapse;
}
body.gate_master_member table.UserTable tr:nth-child(1){
    text-align:center;
}
body.gate_master_member table.UserTable td{
    padding:0.2em 1em;
    border:1px solid #AF0062;
}
body.gate_master_member table.UserTable td span.Pause{
    color:#ff3030;
}
body.gate_master_member table.UserTable td span.Pause a{
    color:var(--link-color);
    font-size:0.85rem;
}
body.gate_master_member table.UserTable td a{
    margin-right:0.5em;
}
body.gate_master_member table.UserTable td span{
    margin-right:0.5em;
    display:inline-block;
}

body.gate_master_orgform #IMForm-name{
    width:40em;
    margin-right:2em;
}
body.gate_master_orgform label{
    margin-right:2em;
}
.login-topImg {
    padding-top: calc(250 / 1440 * 100%);
    position: relative;
}
.login-topImg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-includes/imsys/parts/rogin-top.jpg);
    background-repeat: no-repeat;background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

[type = "button"] {
    margin-top: 30px;
    background-color: #E4007F;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 30px;
    text-align: center;
    border: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}


[type = "button"]:hover {
    border: 1px solid #E4007F;
    background-color: #fff;
    color: #E4007F;
}

input {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #E4007F;
}

@media screen and (max-width:768px) {
    body.master section {
        padding: 1em;
    }

    body.login section.login h1 {
        font-size: 1.5em;
    }

    .login-topImg {
        padding-top: calc(300 / 375 * 100%);
    }

    .login-topImg::before {
        background-image: url(/wp-includes/imsys/parts/rogin-top-sp.jpg);
    }

    body.master header li {
        margin: 0;
    }

    header ul {
        padding: 5px 10px;
    }

    table {
        width: 100%;
        margin: 20px auto 40px;
    }
}
