/* --------------------------------------
    リセット 
-----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    display: none;
}

/* ワンタイムパスワードがクローリングで飛ばないようにするためのチェックボックス関連 */
.is_not_robot {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.confirmation-checkbox {
    margin-left: 12px;
    display: block;
    font-weight: bold;
}

.is_not_robot:hover>.dummy-checkbox {
    background: #DDDDDD !important;
    border: solid 2px #333333;
}

#is_not_robot:checked+.dummy-checkbox {
    border: solid 2px #333333;
    background: #FFFFFF;
}

#is_not_robot:checked+.dummy-checkbox::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
    background-size: contain;
}

.dummy-checkbox {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    border: solid 2px #888888;
    background: #FFFFFF;
    border-radius: 4px;
}
/* --------------------------------------
    ベース
-----------------------------------------*/
html {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

body {
    background-color: #ffffff;
    font-size: 18px;
}

a {
    text-decoration: none;
}

select {
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: button;
    border: none;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring { 
    color: transparent; 
    text-shadow: 0 0 0 #828c9a;
  }

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

footer {
    height: 100px;
}

input[type="text"] {
    box-sizing: border-box;
}
input[type="password"] {
    box-sizing: border-box;
}

a { cursor: pointer; }


/* --------------------------------------
    header
-----------------------------------------*/
.el_header {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    padding: 0 2%;
}

.el_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el_language {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.el_language a {
    color: #707070;
}

.el_language li::after {
    content: "|";
    color: #707070;
    padding: 0 20px;
}

.el_language li:last-of-type::after {
    content: none;
}


/* --------------------------------------
    全体レイアウト
-----------------------------------------*/
#content {
    margin-top: 50px;
}

#content_inner {
    width: 40%;
    margin: 0 auto;
}


/* --------------------------------------
    #content以下
-----------------------------------------*/
.el_pageTitle {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.bl_table_wrap {
    width: 80%;
    text-align: left;
    margin: 0 auto;
}

.el_pageSummary {
    display: inline-block;
    line-height: 1.4;
}

.el_limit {
    text-align: right;
    color: #707070;
    border-bottom: 5px solid #6699CC;
    padding-bottom: 5px;
    margin-top: 40px;
}

/* ------------ btn系 ------------ */
.el_btn {
    padding: 0.8rem 4rem;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 1.2rem;
    cursor: pointer;
}

.el_btn.light {
    background-color: #2492DC;
    border: 1px solid #2492DC;
}

.el_btn.dark {
    background-color: #306DD0;
    border: 1px solid #306DD0;
}

.el_btn.cancel {
    background-color: #aaaaaa;
    border: 1px solid #888888;
    font-size: 1.0rem;
    padding: 0.9rem 0.8rem;
}

.el_btn.gray {
    background-color: #aaaaaa;
    border: 1px solid #888888;
}

.bl_button_wrap {
    text-align: center;
    margin-top: 3rem;
}

.el_btn.disabled {
    opacity: 0.4;
    cursor: inherit;
}

.el_btn.b_small {
    display: inline-block;
    padding: 0.5rem 1.2rem;
}

.btn_upload::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    padding-right: 5px;
    background: url(/images/icon_upload.svg)no-repeat left;
}

.btn_dl {
    cursor: pointer;
    margin: -1.4rem 0;
}


/* ------------ error ------------ */
.bl_error_wrap {
    border: 2px solid #D0303C;
    padding: 1.2rem;
    margin-top: 1.8rem;
}

/* ------------ step系 ------------ */
.el_form {
    width: 100%;
    padding: 0.7rem;
    font-size: 1.2rem;
}

.el_passSummary {
    color: #2492DC;
    border: 2px solid #2492DC;
    border-radius: 8px;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
}

.bl_steps_wrap {
    margin: 30px 0px;
}

.el_steps {
    margin: 0 auto;
    text-align: center;
}

.el_steps li {
    counter-increment: steps;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.el_steps li > * {
    padding-top: 35px;
    color: #bdbdbd;
}

.el_steps li > *::before {
    content: counter(steps);
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    background-color: #bdbdbd;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.el_steps li:nth-of-type(n+2) > *::after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 11px;
    left: -50%;
    background-color: #bdbdbd;
    z-index: -1;
}

/* countクラスをつけたらstepに色がつく */
.el_steps li.count > *::before,
.el_steps li.count > *::after {
    background-color: #6699CC;
}

.el_steps li.count > div {
    color: inherit;
}

/* ------------ 入力操作系 ------------ */
.bl_step {
    border-top: 1px solid;
    padding-top: 3rem;
    line-height: 1.4rem;
}

.el_stepLead {
    font-weight: bold;
    margin-bottom: 0.8rem;
    display: inline-block;
}

/* ------------ ワンタイムのパスワード取得 ------------ */
.bl_bkG {
    background-color: #EAEAEA;
    padding: 1.2rem;
    line-height: 1.4;
}

.bl_bkG p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.bl_bkG small {
    font-size: 0.9rem;
    display: block;
}

.bl_bkG textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
}


/* ------------ tableここから ------------ */
.bl_fileTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.bl_fileTable thead {
    border-bottom: 1px solid;
}

.bl_fileTable thead th:first-of-type {
    text-align: left;
    padding-left: 3rem;
}

.bl_fileTable th, .bl_fileTable td {
    padding: 1.4rem 0;
}

.bl_fileTable td:first-of-type {
    text-align: left;
}

.bl_fileTable td:last-child,
.bl_fileTable th:last-of-type {
    padding: 0;
    text-align: right;
}

/* ------------ zipとすでにup済みファイルリスト ------------ */
ul.el_listStyle li {
    padding-top: 0.5rem;
}

ul.el_listStyle li::before {
    content: "・";
    display: inline-block;
}

/* ------------ すでにup済みファイルリスト ------------ */
.el_setUplist_wrap ul {
    display: none;
}

.el_setUplist_wrap input:checked ~ ul {
    display: block;
}

input.el_setUplist + label::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 9px;
    background: url(/images/icon_arrow_down.svg)no-repeat right;
}

.el_setUplist_wrap input:checked + label::after {
    transform: rotateX(180deg);
}


/* ------------ 本文の続きを見る ------------ */
.el_mail_txt {
    color: #306DD0;
    display: block;
    margin-top: 0.7rem;
}

/* ------------ フォルダ公開 ------------ */
.el_openfolderName {
    display: inline-block;
    padding: 6px 0;
}

.el_openfolderName a {
    cursor: pointer;
    color: #306DD0;
}

.el_openfolderName:hover {
    text-decoration: underline;
}

.el_openfolderName::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background: url(/images/icon_folder.svg)no-repeat left;
    vertical-align: bottom;
    margin-right: 5px;
}

.el_openfolderName.open a {
    font-weight: bold;
    color: #222222;
}

.el_openfolderName.open::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background: url(/images/icon_folder_open.svg)no-repeat left;
    vertical-align: bottom;
    margin-right: 5px;
}

.el_folder_pan {
    color: #707070;
    margin-top: 1rem;
}

.el_folder_pan a {
    text-decoration: underline;
}

.open_folder_thead {
    border-bottom: 1px solid;
}

.open_folder_thead div {
    padding: 1.4rem 0;
}

.open_folder_thead div:first-of-type {
    width: 25%;
    text-align: center;
}

.open_folder_foldertree {
    width: 25%;
    border-right: 1px solid #707070;
    margin-right: 15px;
}

.open_folder_wrap {
    padding-left: 20px;
    box-sizing: border-box;
}

/* 子フォルダがはみ出たら一番上だけスクロールさせる */
.open_folder_wrap.first {
    overflow-x: overlay;
    white-space: nowrap;
    min-height: 300px;
}

.open_folder_filelist {
    width: 75%;
}

.open_folder_filelist td {
    padding: 1.4rem 0;
}

.open_folder_filelist td:last-of-type {
    text-align: right;
}

.open_folder_subview {
    background: url(/images/icon_folder_treeview.svg)no-repeat top;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    display: inline-block;
}

.open_folder_name_wrap {
    padding-top: 10px;
}



/* ------------ アップロード操作 ------------ */
.el_sendFrom {
    border-bottom: 1px dotted #707070;
    padding-bottom: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.bl_upload {
    background-color: #EAEAEA;
    padding: 1.8rem;
    margin-top: 1rem;
}

.bl_uparea {
    background-color: #DDDDDD;
    border: 2px dotted #707070;
    border-radius: 4px;
    padding: 1rem 1.3rem;
    margin-bottom: 20px;
}

.bl_upTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    /* table-layout: fixed; */
}

.bl_upTable tr {
    border-bottom: 1px dotted #707070;
}

.bl_upTable tr:last-of-type {
    border-bottom: none;
}

.bl_upTable td {
    padding: 0.7rem;
    white-space: nowrap;
}

.el_upresult {
    color: #EAEAEA;
}

.bl_uploadinfo {
    display: flex;
    justify-content: space-between;
}

.bl_uploadinfo > p {
    width: 200px
}

.bl_uploadinfo > div {
    width: 80%;
    box-sizing: border-box;
}

.bl_uploadinfo textarea {
    width: 100%;
    height: 100px;
    padding: 0.7rem;
    box-sizing: border-box;
}

.el_progressinfo {
    display: flex;
    justify-content: space-between;
    color: #707070;
    font-size: 0.9rem;
    margin-top: 10px;
}

.el_upfileAction {
    color: #306DD0;
    cursor: pointer;
}

.bl_upsend_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/* --------------------------------------
    レスポンシブ
-----------------------------------------*/
@media (max-width: 1400px) {
    /* 収集 */
    .bl_uploadinfo {
        display: inherit;
    }

    .bl_uploadinfo.up_list {
        overflow-x: overlay;
    }

    .bl_uploadinfo > div {
        width: inherit;
        margin-top: 5px;
    }

    .bl_upsend_wrap {
        display: inherit;
    }

}

@media (max-width: 800px) {
    /* header */
    .el_language {
        font-size: 0.9rem;
        display: inherit;
    }

    .el_language li {
        padding-bottom: 2px;
    }

    .el_language li::after {
        display: none;
    }

    .el_pageTitle {
        font-size: 1.7rem;
    }

    .el_steps li {
        font-size: 0.9rem;
        width: 28%;
    }

    .el_btn {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }
}


/* --------------------------------------
    凡例
-----------------------------------------*/
.mT_1 { margin-top: 1rem;}
.mT_2 { margin-top: 2rem;}
.mB_02 { margin-bottom: 0.2rem; }
.mB_1 { margin-bottom: 1rem; }
.mB_2 { margin-bottom: 2rem; }
.pL_1 { padding-left: 1rem; }
.txt_green { color: #3FAD3F; }
.txt_red { color: #D0303C; }
.txt_blue { color: #306DD0; }
.txt_bold { font-weight: bold; }
.txt_right { text-align: right; }
.txt_left { text-align: left; }
.small { font-size: 0.9rem; }
.large { font-size: 1.4rem; }
.inline_block { display: inline-block; }
.txt_caution { 
    color: #D0303C;
    font-weight: bold;
    line-height: 1.2;
}
 
.l_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.clickable{
    cursor: pointer;
}

.tooltip {
    position: relative;
}

.tooltip:hover .tooltip-text {
    display: block;
}

.tooltip-text {
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: #747474;
    border: 1px #747474 solid;
    font-size: 80%;
    padding: 5px;
    border-radius: 5px;
    width: 80vw;
    text-wrap: wrap;
    word-break: break-all;
    z-index: 100;
}

.read_more_button {
    font-size: 80%;
    color: #666666;
    background-color: transparent;
    border: 0px;
}
.read_more_button:hover {
    color: #50b9ff;
}

.wrap {
    word-break: break-all;
}




  
