/* @import url(fonts.css); */
/* ä¸€æ‹¬ã§å…¨ã¦ã®è¦ç´ ã®ä½™ç™½ã‚’ã‚¼ãƒ­ã«æŒ‡å®š */

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
}
/* LINKS */
a:link {
    text-decoration: underline;
}

a:visited {
    color: #990099;
    text-decoration: underline;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

#globalnavi {
    width: 100%;
    position: relative;
}



/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
}

p {
    padding: 0;
    line-height: 140%;
}

/* -- ä¼æ¥­å ã‚·ãƒ§ãƒƒãƒ—å ã‚µã‚¤ãƒˆå -- */
.logo {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

    .logo a {
        text-decoration: none;
        background-color: #ffffff;
        color: #0099ff;
    }

        .logo a:hover {
            text-decoration: none;
            background-color: #ffffff;
            color: #ff0000;
        }
/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
    padding: 10px;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    border: 1px solid #ccc;
    width: 100%;
}

.table_list {
    border-collapse: collapse;
    border-color: #ccc;
    padding: 10px;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    width: 100%;
}

    .table_list tr {
        border-bottom: solid 2px #B2B2B2;
    }

    .table_list th {
        width: 15%;
    }

    .table_list td {
        width: 15%;
    }

    .table_list th.aaa {
        width: 70%;
    }

    .table_list td.aaa {
        width: 70%;
    }

    .table_list th.bbb {
        width: 5%;
    }

    .table_list td.bbb {
        width: 5%;
    }

    .table_list th.bui {
        width: 10%;
    }

    .table_list td.bui {
        width: 10%;
    }

tr {
    border-bottom: solid 2px #B2B2B2;
}

td {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top;
    padding: 8px 8px 8px 8px;
    font-family: 'Noto Sans Japanese', sans-serif;
    background-color: white;
}

th {
    width: 23%;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    background-color: #2f6488;
    vertical-align: top;
    padding: 8px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.caption {
    text-align: center;
    background: grey;
    color: white;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 20px;
}

thead th,
tfoot td {
    color: #666;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #fff;
}

.row2 {
    background: #f9f9f9;
}
/* SORTABLE TABLES */

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}

    thead th a:link, thead th a:visited {
        color: #666;
    }

    thead th.sorted {
        background: #eee;
    }

        thead th.sorted .text {
            padding-right: 42px;
        }

table thead th .text span {
    padding: 8px 10px;
    display: block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

    table thead th .text a:focus, table thead th .text a:hover {
        background: #eee;
    }

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

    table thead th.sorted .sortoptions a.sortremove {
        background-position: 0 0;
    }

        table thead th.sorted .sortoptions a.sortremove:after {
            content: '\\';
            position: absolute;
            top: -6px;
            left: 3px;
            font-weight: 200;
            font-size: 18px;
            color: #999;
        }

        table thead th.sorted .sortoptions a.sortremove:focus:after,
        table thead th.sorted .sortoptions a.sortremove:hover:after {
            color: #447e9b;
        }

        table thead th.sorted .sortoptions a.sortremove:focus,
        table thead th.sorted .sortoptions a.sortremove:hover {
            background-position: 0 -14px;
        }

    table thead th.sorted .sortoptions a.ascending {
        background-position: 0 -28px;
    }

        table thead th.sorted .sortoptions a.ascending:focus,
        table thead th.sorted .sortoptions a.ascending:hover {
            background-position: 0 -42px;
        }

    table thead th.sorted .sortoptions a.descending {
        top: 1px;
        background-position: 0 -56px;
    }

        table thead th.sorted .sortoptions a.descending:focus,
        table thead th.sorted .sortoptions a.descending:hover {
            background-position: 0 -70px;
        }

/* FORM DEFAULTS */

input, textarea, select, .form-row p, form .button {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.form-row div.help {
    padding: 2px 3px;
}

textarea {
    vertical-align: top;
}

.button

input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], input[type=tel], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
    input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus,
    textarea:focus, select:focus, .vTextField:focus {
        border-color: #999;
    }

select {
    height: 30px;
}

    select[multiple] {
        /* Allow HTML size attribute to override the height in the rule above. */
        height: auto;
        min-height: 150px;
    }
/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Noto Sans Japanese', sans-serif;
}

a.button {
    padding: 4px 5px;
    background: grey;
    color: grey;
    cursor: pointer;
}

.btn-circle-flat {
    display: inline-block;
    text-decoration: none;
    background: #87befd;
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
}

    .btn-circle-flat:hover {
        background: #668ad8;
    }

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #609ab6;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
    opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #417690;
}

    .button.default:active, input[type=submit].default:active,
    .button.default:focus, input[type=submit].default:focus,
    .button.default:hover, input[type=submit].default:hover {
        background: #205067;
    }

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}

/* MODULES */

.module {
    border: none;
    margin-bottom: 30px;
    background: #fff;
}

    .module p, .module ul, .module h3, .module h4, .module dl, .module pre {
        padding-left: 10px;
        padding-right: 10px;
    }

    .module blockquote {
        margin-left: 12px;
    }

    .module ul, .module ol {
        margin-left: 1.5em;
    }

    .module h3 {
        margin-top: .6em;
    }

    .module h2, .module caption, .inline-group h2 {
        margin: 0;
        padding: 8px;
        font-weight: 400;
        font-size: 13px;
        text-align: left;
        background: #79aec8;
        color: #fff;
    }

    .module caption,
    .inline-group h2 {
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .module table {
        border-collapse: collapse;
    }
/* BREADCRUMBS */

div.breadcrumbs {
    background: #79aec8;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #c4dce8;
    text-align: left;
}

    div.breadcrumbs a {
        color: #fff;
    }

        div.breadcrumbs a:focus, div.breadcrumbs a:hover {
            color: #c4dce8;
        }
/* PAGE STRUCTURE */


#content-related {
    float: right;
    width: 260px;
    position: relative;
    margin-right: -300px;
}

#footer {
    clear: both;
    padding: 10px;
}


/* HEADER */

.breadcrumb {
    background: #00000000;
}

    .breadcrumb .active {
        color: #666666;
    }

#header {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background: #417690;
    color: #ffc;
    overflow: hidden;
}

    #header a:link, #header a:visited {
        color: #fff;
    }

    #header a:focus, #header a:hover {
        text-decoration: underline;
    }

#branding {
    float: left;
}

    #branding h1 {
        padding: 0;
        margin: 0 20px 0 0;
        font-weight: 300;
        font-size: 24px;
        color: #f5dd5d;
    }

        #branding h1, #branding h1 a:link, #branding h1 a:visited {
            color: #f5dd5d;
        }

    #branding h2 {
        padding: 0 10px;
        font-size: 14px;
        margin: -8px 0 8px 0;
        font-weight: normal;
        color: #ffc;
    }

    #branding a:hover {
        text-decoration: none;
    }
/* SIDEBAR */
/*#sidebar {
    width: 180px;
    padding: 4em 10px 2em;
    align-items: center;
    justify-content: center;
    float: right;
    position: relative;
    margin-right: -300px;
}
.sidetitle {
    padding: 0.5em 0;
    border-bottom: 1px solid #666666;
}
.localnavi {
    list-style-type: none;
    margin-bottom: 2em;
}

.localnavi li {
    display: inline;
}

.localnavi a {
    text-decoration: none;
    display: block;
    width: 170px;
    padding: 0.5em 5px;
    background-color: #eeeeee;
    color: #000000;
    border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
    text-decoration: none;
    background-color: #999999;
    color: #000000;
    border-bottom: 1px solid #ff0000;
}*/


/* COLUMN TYPES */

.colMS {
    margin-right: 300px;
}

.colSM {
    margin-left: 300px;
}

    .colSM #content-related {
        float: left;
        margin-right: 0;
        margin-left: -300px;
    }

    .colSM #content-main {
        float: right;
    }

.popup .colM {
    width: auto;
}


/* ---------------------------------------- #globalnaviã®æŒ‡å®š */

#globalnavi ul {
    width: 100%;
    list-style-type: none;
    position: absolute;
    background-color: #0099ff;
}

#globalnavi li {
    width: auto;
    float: left;
    border-right: 2px groove #cccccc;
}

    #globalnavi li a {
        text-decoration: none;
        display: block;
        width: auto;
        padding: 0.5em 1em;
        background-color: #0099ff;
        color: #000000;
    }

        #globalnavi li a:hover {
            background-color: #99ccff;
            color: #ff0000;
        }

/* -- æ–‡å­— -- */
#contents p {
    line-height: 1.6em;
    margin-bottom: 0.5em;
}

/* -- ãƒ‘ãƒ³å±‘ãƒªã‚¹ãƒˆ -- */
#contents .topic-path {
    line-height: 1em;
    margin-bottom: 2em;
}

/* -- ä»¥ä¸‹ ãƒªã‚¹ãƒˆé–¢ä¿‚ -- */
#contents dl {
    margin: 1em 0;
}

#contents dt {
    margin-bottom: 0.5em;
    font-weight: bold;
    border-bottom: 1px dotted #666666;
}

#contents dd {
    margin-bottom: 2em;
}

#contents ul {
    margin: 1em 0 1em 20px;
}

#contents ol {
    margin: 1em 0 1em 30px;
}

#contents li {
    margin-bottom: 0.5em;
}

/* ---------------------------------------- #sidebarå†…ã®æŒ‡å®š */

/* -- ã‚«ãƒ†ã‚´ãƒªã‚¿ã‚¤ãƒˆãƒ« -- */
.sidetitle {
    padding: 0.5em 0;
    border-bottom: 1px solid #666666;
}

/* -- ãƒªã‚¹ãƒˆ -- */
.localnavi {
    list-style-type: none;
    margin-bottom: 2em;
}

    .localnavi li {
        display: inline;
    }

    .localnavi a {
        text-decoration: none;
        display: block;
        width: 170px;
        padding: 0.5em 5px;
        background-color: #eeeeee;
        color: #000000;
        border-bottom: 1px solid #cccccc;
    }

        .localnavi a:hover {
            text-decoration: none;
            background-color: #999999;
            color: #000000;
            border-bottom: 1px solid #ff0000;
        }

/* ---------------------------------------- #footerå†…ã®æŒ‡å®š */

/* FORM */
.c-form {
    margin-bottom: 44px;
    line-height: 33px;
    position: relative;
    vertical-align: baseline;
    background: transparent;
}

#c-form dt {
    clear: left;
    position: relative;
    float: left;
    padding: 21px 11px 11px;
}

#c-form dd, .c-item .content .post .comment {
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    float: left;
    padding: 21px 11px 11px;
}


/*å…¨ä½“*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}

    /*ãƒœã‚¿ãƒ³è£…é£¾*/
    .hidden_box label {
        padding: 15px;
        font-weight: bold;
        background: #efefef;
        border-radius: 5px;
        cursor: pointer;
        transition: .5s;
    }

        /*ã‚¢ã‚¤ã‚³ãƒ³ã‚’è¡¨ç¤º*/
        .hidden_box label:before {
            display: inline-block;
            content: '\f107';
            font-family: 'Noto Sans Japanese', sans-serif;
            font-weight: 900;
            padding-right: 5px;
            transition: 0.2s;
        }

        /*ãƒœã‚¿ãƒ³ãƒ›ãƒãƒ¼æ™‚*/
        .hidden_box label:hover {
            background: silver;
        }

    /*ã‚¢ã‚¤ã‚³ãƒ³ã‚’åˆ‡ã‚Šæ›¿ãˆ*/
    .hidden_box input:checked ~ label:before {
        font-family: 'Noto Sans Japanese', sans-serif;
        content: '\f00d';
        font-weight: 900;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: #668ad8;
    }

    /*ãƒã‚§ãƒƒã‚¯ã¯è¦‹ãˆãªãã™ã‚‹*/
    .hidden_box input {
        display: none;
    }

    /*ä¸­èº«ã‚’éžè¡¨ç¤ºã«ã—ã¦ãŠã*/
    .hidden_box .hidden_show {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }

    /*ã‚¯ãƒªãƒƒã‚¯ã§ä¸­èº«è¡¨ç¤º*/
    .hidden_box input:checked ~ .hidden_show {
        padding: 10px 0;
        height: auto;
        opacity: 1;
    }
/*ishii ã¶ã„ãã‚“ã®ã‚·ãƒ¼ãƒˆ*/
/* ã‚¹ãƒžãƒ•ã‚©ã€€*/
@media only screen and (max-width: 896px) {
    .modal-dialog {
        width: auto;
        max-width: 100%;
    }

    .buikunframe {
        width: 274px;
        height: 650px;
        padding: 0px 0px 0px 0px;
    }

    .skill-textarea {
        width: 200px;
        height: 500px;
    }

    .error-popup-wrp {
        position: relative;
    }
}
/* HTML */
@media only screen and (min-width: 897px) {
    .modal-dialog {
        width: auto;
        max-width: 80%;
    }

    .buikunframe {
        width: 480px;
        height: 530px;
    }
}

    .skill-textarea {
        width: 300px;
        height: 200px;
    }

    .error-popup-wrp {
        position: relative;
        float: left;
        margin-left: 4px;
    }
.indicator {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.6;
    background: #000000;

}
.box {
    position:absolute;
    left: 45%;
    top: 45%;
    font-size: 1.5em;
    color: white;

}
.box span {
    padding-left: 10%;
    padding-right: 8%;
}