ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: auto 0;
}
.main {
    padding: 100px 50px;
    width: 100vw; 
}

.loginMain{
    padding: 100px 50px;
    width: 100vw;
    height: 100%;    
    position: absolute; 
    background: linear-gradient(0deg, #DBEFFD 0px, #DBEFFD 50%, #FFFFFF 40px, #FFFFFF 60px),url(../image/login_background.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.loginChangeMain{
    padding: 50px 50px;
    width: 100vw; 
    height: 100%;       
    position: absolute;          
    background: linear-gradient(0deg, #DBEFFD 0px, #DBEFFD 50%, #FFFFFF 40px, #FFFFFF 60px),url(../image/login_background.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.ui.raised.segments.login.form{
    padding: 24px;
    width: 440px;
    text-align: left;
    background: #fff;
    border: none;
    border-radius: 8px;
}

/*.login_screan {
    padding: 100px 50px;
    background: linear-gradient(0deg, #DBEFFD 0px, #DBEFFD 300px, #F2F2F2 40px, #F2F2F2 60px);
}*/

.loginMessage{
    align-self: stretch;
    font-size: 16px;
    font-weight: 300; 
    line-height: 21px;
    word-wrap: break-word;
    text-align: left;
}

.logoItem{
    padding: 50px;
    width: 150px;
}

.loginContent{
    display: flex;
    padding: var(--Spacing-XL, 24px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--Spacing-XL, 24px);  
}

.loginInput{   
    justify-content: left !important;
    text-align: left !important;
    width: 500px
}

.loginError{   
    text-align: left !important;
    width: 500px;
    margin-top: 100px !important;
}

.passwordStrength{
    width: 100%; 
    height: 100%;
    padding: 8px; 
    background: #CCEFD8; 
    border-radius: 8px; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: inline-flex  
}

.passwordStrength.success{
    background: #CCEFD8; 
}

.passwordStrength.failed{
    background: #FBE5E5;
    color: #D80000;

}

.loginMessageTitle{
    align-self: stretch;
    font-size: 22px;
    font-weight: 300; 
    line-height: 21px;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 1em;    
}

.changePasswordMessageArea{
    gap: 12px; 
}

.changePasswordTitle{
    align-self: stretch;
    font-size: 18px;
    font-weight: 600; 
    line-height: 27px;
    padding-top: 8px;
    margin-bottom: 12px;
    word-wrap: break-word;
    text-align: left;
    color: #0A5EAF
}

.changePasswordSubTitle{
    align-self: stretch;
    line-height: 21px;
    padding-top: 8px;
    word-wrap: break-word;
    text-align: left;
    color: #1A1A1A
}

.changePasswordAnnotationTitle{
    align-self: stretch;
    line-height: 21px;
    font-size: 12px;
    padding-top: 8px;    
    word-wrap: break-word;
    text-align: left;
    color: #1A1A1A
}

.ui.form .field>label {
    font-size: 14px !important;
}

.ui.button.primaryButton{
    padding-left:50px !important;
    padding-right: 50px !important;  
}

/*項目をカスタマイズするボタンのレイアウト設定*/
.custom.button {    
     text-decoration: underline;
     margin: 0 0 0 0 !important;
     padding-left: 0 !important;
     padding-right: 0 !important;
}


.center_submit { 
     margin-left: 300px;
}

/*エラーメッセージ表示領域 */
.resetTopErea {
    height: 200px;
    width: 100%; 
}

/* 戻るボタン */
.ui.button.back {
    margin: 14px 0;
}
/* サイドメニュー部 */
.menu_area {
    height: 100vh;
    width: 15rem;
    background-color: #2185D0;
}
/* コンテンツ部 */
.content_area {
    display: block;
    height: 100vh;
    width: calc(100% - 15rem);
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 20px;
}
/* 仮ロゴ画像 */
.sample_logo {
    width: 100px;
    height:100px;
    background-color: #f3f4f5;
    margin: 0 auto;
}
/* 仮アイコン画像 */
.sample_icon {
    width: 40px;
    height:40px;
    /* background-color: #000000DE; */
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem;

}
/* 仮広告 */
.sample_advertisement_main {
    display: block;
    background-color: #f3f4f5;
    height: 65%
}
.sample_advertisement_sub {
    margin-top: 3%;
    display: block;
    background-color: #f3f4f5;
    height: 30%;
}
/* 準備中です */
.preparing {
    display: flex;
    color: #00000066;
    justify-content: center;
    align-items: center;
}

/* 文字色 */
.red_text {
    color: #DB2828 !important;
}

/* お知らせ */
.information_box {
    height: 85%;
}
/* リンク */
.link.article {
    margin-left: 10px;
}

#history_btn {
    position: absolute;
    right: 10px;
}

/* サービスメニュー＜＞ボタン */
.ui.black.basic.button.prev, 
.ui.black.basic.button.next {
    position: absolute;
    height: 100%;
    width: 2rem;
    text-align: center;
    padding: 0;
}
/* 左ボタンの位置固定 */
.ui.black.basic.button.prev {
    top: 0;
    left: 0;
}
/* 右ボタンの位置固定 */
.ui.black.basic.button.next {
    top: 0;
    right: 0;
}
/* 中の矢印中央寄せ */
.ui.button:not(.icon)>.icon:not(.button):not(.dropdown),
.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown) {
    margin: 0;
    line-height: 10rem;
    text-align: center;
    vertical-align: middle;
    color: #00000066;
}

/* サービスリンク */
.service_row {
    height: 150px;
    width: 100%;
    margin: 50px 0;
    position: relative;
    display: flex;
}

.service_row ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 3rem;
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
}
.service_row ul li {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 20%;
    height: 150px;
}
.service_icon figure {
    margin: 0!important;
}
.service_icon figcaption {
    line-height: 50px;
}

/* スライダー */
.slider {
    display: flex;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .5);
    justify-content: space-evenly;
    align-items: center;
    border-radius: 9999px;
}
.circle.icon.prev {
    color: #fff;
    cursor: pointer;
}
.circle.icon.next {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.menu.option_menu > .item{
    background-color: #000000AA !important;
}

/* お知らせ一覧 */
.history_table {
    max-height: 50vh !important;
    overflow: auto !important;
}
.ui.table.history th {
    color:#00000066;
}
.ui.table.history th > i {
    margin: 0;
    width: 1rem;
    line-height: 1rem;
}
.ui.table.history tr:not(.title):hover {
    background-color: #4bb0fd33 !important;
}

#passwordChackSuccess{
    display: none;
}
#passwordChackFailed{
    display: none;
}


@media only screen and (max-width:767px) {
    /* お知らせ欄 */
    .ui.attached.segment.mobile.only > div > .information_box {
        max-height: 8rem;
        overflow-y: auto;
        margin-bottom: 14px;
    }
    .sample_logo {
        width: 5em;
        height: 5em;
        background-color: #f3f4f5;
    }
    .service_row ul li {
        width: 33%;
        justify-content: flex-start;
    }

    .advertisement.mobile.only {
        width: 100%;
        margin: 14px 0;
    }
    .mobile.only .sample_advertisement_main {
        width: 49%;
        height: 100px;
        float: left;
    }
    .mobile.only .sample_advertisement_sub {
        width: 49%;
        height: 50px;
        float: right;
        margin: 0 0 50px 2%!important;
    }
    .ui.stackable.grid .wide.column, 
    .ui.stackable.grid .row .wide.column {
        padding: 0!important;
    }
    
}
.ui.button.custom > a{
    color:#0A5EAF;
}
.ui.button.custom:hover{
    background-color: transparent;
    color:#0A5EAF;
}
.ui.button.custom:focus{
    background-color: transparent;
    color:#0A5EAF;
}

.ui.form input[type=password]:focus{
    border-color: #85b7d9 !important;
}
.loginResetTitle{
    font-weight: bold;
    letter-spacing: 1.5px;
}
.loginResetArea{
    width:640px !important;
    margin-bottom: 0.5em !important;
}
