@charset "UTF-8";
@import url("loginSmartphoneLayout.css") screen and (max-width:767px);

/*フォント適用*/
body {
    font-family:  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;    
}

.main {
    padding: 100px 50px;
}

.mobile.only {
    display: none !important;
}

.searchItem {
    padding-top: 5px;
}

/* 全ページ共通 */
/*[必須]の文字色*/
.red_text {
    color: #db2828;
}
.green_text {
    color: #90ee90;
}
.grey_text {
    color: #dcdcdc;
}
.blue_text {
    color: #0000cd;
}


/* 説明文の文字色 */
.grey_text {
    color: rgba(0, 0, 0, .4);
    white-space: nowrap;
}

/* エラーメッセージ */
.error_message {
    border: 2px dashed #db2828;
    background-color: #FDEADA;
    padding: 14px;
    margin: 14px 0 28px 0;
}

.nowrap {
    white-space: nowrap;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

.indent1rem {
    text-indent: 1rem;
}

.link {
    text-decoration: underline;
    background-color: #ffffffff;
    border: none;
    color: #1e70bf;
    cursor: pointer;
}

/* エラーメッセージの文字と背景色 */
.ui.error.message {
    background-color: #FBE5E5 !important;
    color: #D80000 !important;
    border: none !important;  
    box-shadow: none !important;  
}

/* エラーメッセージのアイコン追加 */
.ui.error.message .list>.item::before {
    font-family: Icons;    
    content: "\f06a";
    padding-right: 4px;
}


/* 一括処理画面エラーメッセージの表示幅修正 */
#errorMessageField{
    padding: 0em 0em;
}

/* アコーディオン-タイトル */
.ui.styled.accordion .accordion .title:first-child,
.ui.styled.accordion>.title:first-child {
    background: rgba(0, 0, 0, 0.05);
}

/* メニュー */
.ui.vertical.menu .dropdown.item>.icon {
    margin: 0 0 0.25rem 0;
    float: none;
}

/* メニュー間の区切り線削除 */
.ui.vertical.menu.blue .item::before,
.ui.vertical.menu.blue .item::after {
    width: 0;
}

/* 白区切り線 */
.ui.divider:not(.vertical):not(.horizontal) {
    border: 1px solid #fff;
    width: 100%;
}

/*デザイン対応追加部分*/
/*primaryボタンの設定(検索、登録など)*/
.ui.button.primaryButton{
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;    
    background-color: #0A5EAF;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

/*primaryボタンのマウスオーバー時の設定*/
.ui.button.primaryButton:hover{background: #0F99F5;}

/*secondaryボタンのマウスオーバー時の設定(キャンセル、前の画面に戻るなど)*/
.ui.button.secondaryButton{
    box-shadow: 0 0 0 1px #0A5EAF inset!important;
    color: #0A5EAF !important;
}
/*secondaryボタンのマウスオーバー時の設定*/
.ui.button.secondaryButton:hover{  
    box-shadow: 0 0 0 1px #0F99F5 inset!important;    
    color: #0F99F5 !important;
}

/*primaryIconボタンの設定(検索、登録など)*/
.ui.icon.button.primaryButton{
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;    
    background-color: #0A5EAF;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

/*primaryIconボタンのマウスオーバー時の設定*/
.ui.icon.button.primaryButton:hover{background: #0F99F5;}

/*secondaryIconボタンのマウスオーバー時の設定(キャンセル、前の画面に戻るなど)*/
.ui.icon.button.secondaryButton{
    box-shadow: 0 0 0 1px #0A5EAF inset!important;
    color: #0A5EAF !important;
}
/*secondaryIconボタンのマウスオーバー時の設定*/
.ui.icon.button.secondaryButton:hover{  
    box-shadow: 0 0 0 1px #0F99F5 inset!important;    
    color: #0F99F5 !important;
}


/*メニューの背景色*/
.ui.sidebar.primaryMenu{  
    background-color: #0A5EAF;
}

/*メニューのマウスオーバー時の背景色*/
.ui.menu .item.primaryItem:hover{background: #0F99F5 !important;}

/*子メニューのマウスオーバー時の表示設定*/
.ui.menu .ui.dropdown .menu>.item.primaryItem{  
    background-color: #0A5EAF !important;
    color: #fff !important;
    background-image: none !important;
}

/*子メニューのマウスオーバー時の背景色*/
.ui.menu .ui.dropdown .menu>.item.primaryItem:hover{background: #0F99F5 !important;}

/*編集するボタンのレイアウト設定*/
.edit.button {
     text-decoration: underline; 
     color: #0A5EAF;
     background-color: rgba(255, 255, 255, 0);
}


/*項目をカスタマイズするボタンのレイアウト設定*/
.custom.button {    
     color: #0A5EAF;
     background-color: rgba(255, 255, 255, 0);
}

/*一覧タブの下部線設定*/
.ui.tabular.menu.primaryTab {
    border-bottom: 2px solid #0A5EAF;
}

/*一覧タブの設定(選択時)*/
.ui.menu .primaryTab.active.item {
    border-bottom: 6px #0A5EAF solid;
    color: #0A5EAF !important;
    border-left: none;
    border-right: none;
    border-top: none;  
}

/*一覧タブの設定(非選択時)*/
.ui.menu .primaryTab.item {
    border-bottom: 6px #CCCCCC solid;
    color: #CCCCCC !important;    
}

/*ショートカットアイコンの設定*/
.ui.button.shortcutIcon{
    background: #fff none;
}

/* ドロップダウン↓ */
/* 表示させる */
.ui.sidebar,
.ui.sidebar.uncover {
    overflow-y: visible !important;
}

.ui.sidebar.uncover .ui.menu .ui.dropdown .menu>.item {
    z-index: 10000;
}

/* ホバー時 */
.ui.menu .ui.dropdown .menu>.item:hover {
    background-color: #4bb0fd33 !important;
    z-index: 10000;
}

/* 幅 */
.ui.menu .ui.dropdown .menu>.item:not(.red_text) {
    width: 12rem;
}

/* 位置 */
.ui.simple.active.dropdown>.menu,
.ui.simple.dropdown:hover>.menu {
    top: 0 !important;
}

/* アニメーション */
.ui.sidebar.computer.only.visible {
    animation: slide_in .5s forwards;
}

@keyframes slide_in {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.ui.sidebar.computer.only {
    animation: slide_out .5s forwards;
}

@keyframes slide_out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* 受発注！アイコン */
.ui.menu .ui.dropdown .menu>.item.red_text {
    color: #DB2828 !important;
    text-decoration: underline;
}

i.icon.red_text {
    float: right;
    background-color: #fff!important;
    border-radius: 10000px;
    width: 1.96rem;
    height: 1.96rem;
}

/* サイドメニュー下半分 */
.bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

/* サイドバー開閉ボタン */
#sidebarButton {
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    padding: 10px;
}

/* パンくずリスト */
.ui.breadcrumb {
    margin: 1rem 10px;
}

/* セレクトボックスヘッダー */
#select_header {
    margin-bottom: 0px;
}

/* アイコンを表示するセルの高さと幅の設定 */
.ui.celled.table .firstCell,
.ui.celled.table .lastCell {
    width: 0 !important;
    margin: 0 !important;
}

.ui.celled.table .firstCell {
    border-right: none;
    padding: 0;
}

.ui.celled.table .firstCell+td {
    padding-left: 0.5rem;
    border-left: none;
}

.ui.celled.table .lastCell {
    border-left: none !important;
    padding: 0 1rem !important;
}

.ui.subMenu.icon.button {
    padding-right: 0;
    padding-left: 0;
}

.icon-color {
    color: #0A5EAF;
}

/*「条件をリセット」にカーソルを合わせた時の設定*/
#resetForm:hover,
#resetFormGovernment:hover,
#resetFormDetail:hover {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

/* 並び替えボタンの背景色設定 */
.ui.sort.icon.button {
    background-color: rgba(0, 0, 0, 0);
}

.ui.sort.icon.button:hover {
    background-color: #cacbcd;
}

.ui.sort.icon.button:active {
    background-color: #babbbc;
}
/*表の列幅 可変*/
[class^=tableColumn] {
  resize: horizontal;
  overflow: hidden;
}

/* テーブルのラッパークラス */
.tableWrapper{
    overflow-x: hidden;
}

/* テーブルのセルの設定 */
.tableSegment .ui.table tr th,
.tableSegment .ui.table tr td {
    white-space: nowrap;
    /*文字を折り返さない*/
    min-width: 0;
    /*最小の横幅は文字の長さと同じ*/
    
}

/* テーブルの余白設定 */
.tableSegment .ui.table {
    border: none;
    margin: 0;
    position: relative;
    word-wrap: break-word;
    user-select: none;
}

/* テーブルのヘッダーともっとみるの背景色設定 */
.tableSegment .ui.table thead,
.readMore {
    background-color: rgba(249, 250, 251) !important;
}

/* テーブルのヘッダーの位置を固定する設定 */
.tableSegment .ui.table thead {
    z-index: 3;
    /*これを設定しないとアイコンがヘッダーの上を通過してしまう*/
    background: white;
    position: sticky;
    top: 0;
}

/* テーブルのスクロール設定 */
.tableSegment {
    border: 1px solid rgba(212, 212, 213);
    border-radius: 0.28571429rem;
    max-height: 475px;   
    overflow: auto;
}

/* テーブルアイコンボタンの余白設定 */
.tableSegment .ui.table .ui.icon.button {
    margin: 0;
}

/* もっと見るにカーソルを合わせたときの設定 */
.readMore:hover {
    background-color: rgba(242, 242, 242);
    cursor: pointer;
    cursor: hand;
}

/* テーブルのヘッダーの余白設定 */
.tableSegment .ui.table thead th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* テーブルの行にマウスカーソルが乗った時のスタイルを定義 */
.resultListTable tbody tr:not(.readMore):hover {
    background-color: lightblue;
    cursor: pointer;
    cursor: hand;
}

/* 項目のカスタマイズの表示設定 */
#sortableList {
    list-style: none;
    padding: 0;
    user-select: none;
}

/* 検索フォームのラベル設定 */
#searchForm .inline.fields label {
    white-space: nowrap;
    min-width: 0;
}

/* 契約期間の「～」の表示位置設定 */
.centeredText {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*登録・更新画面*/
/*[必須]の文字色*/
.required {
    color: #db2828;
}

/* 説明文の文字色 */
.supplement, 
.supplementNewline{
    color: #1A1A1A;
    white-space: nowrap;
    position: relative; 
    margin-left: 20px;
    font-weight: 700;
}

/* 説明文にアイコン表示 */
.supplement:before {
    content: "!";
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 900;
    line-height: 12px;
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    background-color: #0A5EAF; 
    display: flex; 
    align-items: center;
    justify-content: center; 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
}

.visible.transition.individualFlgm {
    display: block;
    visibility: visible;
}

.absoluteTitle .editButton {
    position: absolute;
    top: 2px;
    right: 0;
}

.absoluteTitle {
    position: relative;
}

button.linkStyleButton {
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    color: black !important;
    text-decoration: underline !important;
}

/* 掲載先法人のデザイン */
.destCorpButton {
    display: none;
}

.destCorpLabel {
    background-color: #D9D9D9;
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    padding-right: 1.85714em;
    text-align: center;
}

.destCorpLabel::before {
    content: none !important;
}

.destCorpLabel::after {
    content: none !important;
    display: none;
}

.destCorpNone {
    opacity: 0;
    position: absolute;
    top: -600px;
}

/*掲載先法人のボタンサイズ 最長の一括クリアに合わせて*/
.selectedDestCorpButton {
    width: 92px;
}


/* デザイン変更(枠線削除)*/
/*一覧画面*/
.ui.bottom.attached.tab.segment.active{
    border: none !important;
}

/*検索フォーム枠線削除*/
.ui.segment {
    position: relative;
    background: #fff;
    box-shadow: none !important;
    margin:  0 !important;
    padding: 0.5em 0.5em;
    border-radius: 0.28571429rem;
    border: none !important;
}

/*条件を追加するアコーディオン枠線削除*/
.ui.inverted.styled.accordion{
    box-shadow: none !important;
}

/*登録、詳細画面*/
.greyContent {
    background-color: #F2F2F2 !important;
    box-shadow: none !important;
}

.whiteContent {
    background-color: #ffffff !important;
}

/*ラジオボタンの色修正*/
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
    opacity: 1;
    color: white !important;
    background: #0F99F5 !important;
}

/*画面上部のメッセージ背景設定*/
.ui.tertiary.inverted.segment {
    background: #0F99F5;
    color: rgba(255, 255, 255, 0.8);
}


/*サジェストプルダウン みぎよせ カット*/
.textRight.suggest {
    overflow: hidden!important;
    width: 100px!important;
    height: 20px!important;
    align-items: center!important;
    display: flex!important;
    justify-content: flex-end!important;
    white-space: nowrap!important;
}

/* ボタンエリア */
.ui.segment.loginButtonArea{
    padding-left: 0;
    padding-right: 0;
}

/* ボタンのサイズ */
.loginButton{
    width: 100%;
    height: 50px;
}
.textRadius{
    border-radius:  8px !important;
}
.textRadius:focus{
    border-radius:  8px !important;
}

.inputPassword{
    width: 90% !important;
    border: none !important;
}

.passwordBox{
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 8px;
    box-shadow: 0 0 0 0 transparent inset;
    width: 100%;
    display: flex;
    justify-content: left; /* 子要素を中央揃え */
    position: relative;  
}

.passwordBox:focus-within{
    border-color: #DBEFFD !important;
}

.passwordButton{
    padding-top: 10px!important;
    margin-right: 10px!important;
    color: #CCCCCC;
    text-align: center;
}

.passwordView{
    position: absolute;
    right: 0; /* 右寄せ */
}

.ui.form .field.error #passwordBox,
.ui.form .field.error #newPasswordBox,
.ui.form .field.error #newChackPasswordBox
{
    background: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
    border-radius: '';
    box-shadow: none;
}

input::-ms-clear {
    visibility:hidden
}

::-ms-reveal {
    display: none;
}
.ui.form input[type=text]:focus{
    border-color:#DBEFFD !important;
 }
.ui.button{
    border-radius: 8px;
 }