@charset "utf-8";
body {
}
#top-page{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(53, 54, 54, 0.7);
    background-image: url(../img/img0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#work-page{
    width: 100%;
    height: auto;
}
.work-container{
    display: flex;
    flex-direction: column;
}
#main-space {
    width: 90%;
}

header {
    height: 2%;
    width: 100%;
}

header .subtitle {
    font-size: 0.8em;
    margin: 0;
    text-align: center;
    height: 100%;
    background-color: rgb(39, 37, 37);
    color: white;
}

.scroll-spase {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* overflow-y: auto; */
    /* IE,Edgeスクロールバー非表示 */
    -ms-overflow-style: none;
}
.scroll-spase-sub {
    width: 100%;
    height: auto;
    overflow-x: auto;
    /* IE,Edgeスクロールバー非表示 */
    -ms-overflow-style: none;
}

/* Chromeスクロールバー非表示 */

.scroll-spase::-webkit-scrollbar {
    display: none;
}

.art-container::-webkit-scrollbar {
    display: none;
}

#txt-area {
    background-color: rgb(37, 36, 36);
    width: 75%;
}

#txt-area code {
    overflow-x: auto;
    /* IE,Edgeスクロールバー非表示 */
    -ms-overflow-style: none;
}

/* Chromeスクロールバー非表示 */

#txt-area code::-webkit-scrollbar {
    display: none;
}

pre {
    margin: 0;
}

p {
    margin: 0;
}

code {
    color: white;
    display: block;
    background-color: rgb(48, 49, 49);
}

th {
    background-color: rgba(167, 161, 161, 0.5);
}

/* 文字折り返さない */

p, td, dd {
    white-space: nowrap;
}

.java-color {
    color: darkorange;
}

#editHead {
    font-size: 0.8em;
    display: inline-block;
    color: white;
    background-color: rgb(70, 68, 68);
    padding: 5px 10px;
}

#console-head {
    padding-top: 5px;
    background-color: rgb(20, 22, 20);
    color: rgb(92, 87, 87);
    font-size: 0.8em;
}

#console-head ul {
    margin: 0;
}

#console-head ul li:nth-child(4) {
    color: white;
}

#console-head ul li:nth-child(5) {
    color: white;
}

#flash-txt {
    font-weight: bold;
    color: white;
}

.console-box p {
    color: white;
    padding: 10px;
}

.console-box {
    background-color: rgb(20, 22, 20);
}

.switch-on {
    display: inline-block;
    height: 30px;
    color: red;
    font-size: 30px;
    font-weight: bold;
    visibility: visible;
}

.switch-off {
    display: inline-block;
    height: 30px;
    visibility: hidden;
}

.subtitle::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1em;
    content: '\f152';
}

li {
    list-style: none;
}

ul {
    padding-left: 1vw;
}

table {
    border-collapse: collapse;
}

th, td {
    border: solid 1px #ccc;
}

caption {
    text-align: left;
    visibility: hidden;
    width: 0;
    height: 0;
}

footer {
    text-align: center;
    margin: auto 0;
}

footer small {
    color: rgb(66, 65, 65);
}

.container {
    padding: 0;
    margin: 0 auto;
    height: inherit;
    width: 80%;
}
.pdf-zoon{
    display: flex;
    overflow-x: scroll;
    margin-bottom: 5px;
}
.back-link{
    display: inline-block;
    width: 100%;
    text-align: right;
}
td:nth-of-type(1) {
    text-align: center;
}

.hidden-mobile {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.icon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    font-size: 2em
}

#icon-linux::before {
    content: '\f17c';
}

#icon-tw::before {
    content: '\f081';
}

#icon-github::before {
    content: '\f09b';
}

.hidden-all {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

#edit-nav {
    width: 25%;
    background-color: rgb(24, 23, 23);
    color: white;
}

.hidden-list li {
    opacity: 0.5;
}

.hidden-list li:hover {
    opacity: 1.0;
}

.click-list {
    opacity: 0.5;
}

.click-list:hover {
    opacity: 1.0;
}

.hidden {
    visibility: hidden;
}

#descktop-space {
    display: none;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 10%;
    height: 10%;
}

#descktop-icon {
    display: none;
    display: block;
    background-image: url(../img/vscodeicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

#icon-topup {}

#edit-space {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* 中央寄せ */
    left: 0;
    right: 0;
    margin: 0 auto;
}

#aside-space {
    display: none;
    position: absolute;
    z-index: 3;
    width: 70%;
    /* 中央寄せ */
    left: 0;
    right: 0;
    margin: auto;
}

#aside-space span {
    width: 70%;
    margin-left: auto;
    margin-right: 0px;
}

#aside-space span::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1em;
    content: '\f057';
    left: 0;
    right: 0;
    margin: auto;
}

.edit-open::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1em;
    content: '\f057';
    left: 0;
    right: 0;
    margin: auto;
}

.twitter-timeline {
    height: 50%;
}

#top-btn {
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5vw;
    right: 5vh;
    background-color: rgba(10, 20, 63, 0.7);
    border-radius: 50%;
    opacity: 0.8;
}

#top-btn:hover {
    opacity: 1.0;
}

#top-btn:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    content: '\f102';
}

.flex-box {
    display: flex;
    justify-content: space-around;
}

.flex-box-desctop {
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.flex-box-desctop label {
    text-align: center;
    width: 100%;
    color: darkgrey;
    background-color: rgb(30, 19, 129);
}

.flex-box-desctop input {
    /*ボックス角の丸み*/
    border-radius: 3px;
    /*枠線*/
    border: 2px solid #ddd;
    /*横幅の解釈をpadding, borderまでとする*/
    box-sizing: border-box;
    width: 100%;
}

.flex-box-desctop input:focus {
    box-shadow: 0 0 5px 0 rgb(20, 4, 114);
}

.flex-box-desctop textarea {
    /*ボックス角の丸み*/
    border-radius: 3px;
    /*枠線*/
    border: 2px solid #ddd;
    /*横幅の解釈をpadding, borderまでとする*/
    box-sizing: border-box;
    width: 100%;
}

#contact-space {
    background-color: #fff;
}

.flex-center {
    justify-content: center;
}

#contact-date {}

#contact-name {}

#contact-mail {}

#contact-pw {}

#contact-ms {}
.btn-001{
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 10pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 5px 10px;   /* 余白       */
    background    : #2a5075;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
    border        : 2px solid #99ccff;    /* 枠の指定 */
}
.btn-001:hover{
    box-shadow    : none;        /* カーソル時の影消去 */
    color         :#99ccff;     /* 背景色     */
    background    : #2a5075;     /* 文字色     */
}
.right-style{
    text-align: right;
}
.submit-style {
    display: inline-block;
    /* 文字位置   */
    text-align: center;
    /* カーソル   */
    cursor: pointer;
    /* 背景色     */
    background: #7f007f;
    /* 文字色     */
    color: #ffffff;
    /* 角丸       */
    border-radius: 5%;
    /* 文字サイズ */
    font-size: 12px;
    /* 1行の高さ  */
    line-height: 1em;
    /* 余白       */
    padding: 8px 20px;
    /* なめらか変化 */
    transition: .3s;
    /* 影の設定 */
    box-shadow: 2px 2px 3px #666666;
    /* 枠の指定 */
    border: 1px solid #7f007f;
    margin-top: 10px;
    margin-right: 10px;
}

.submit-style:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #7f007f;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}

.right-format {
    text-align: right;
}

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

.flex-left {
    justify-content: start;
}

#loading-page {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: relative;
}

.dsnone {
    display: none;
}
#loading-page {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 20, 63, 1);
    z-index: 3;
}

#loading-page p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    text-align: center;
    line-height: 100vh;
}

.cp_loading09 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp_loading09:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 0.5em;
    height: 0.5em;
    -webkit-animation: loading09 1500ms infinite cubic-bezier(.32, .17, .57, .9);
    animation: loading09 1500ms infinite cubic-bezier(.32, .17, .57, .9);
    border-radius: 0.5em;
    box-shadow: #F8BBD0 1.5em 0 0 0, #D1C4E9 1.1em 1.1em 0 0, #BBDEFB 0 1.5em 0 0, #B2EBF2 -1.1em 1.1em 0 0, #C8E6C9 -1.5em 0 0 0, #F0F4C3 -1.1em -1.1em 0 0, #FFECB3 0 -1.5em 0 0, #FFCCBC 1.1em -1.1em 0 0;
}

@-webkit-keyframes loading09 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading09 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#input-area{
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 481px) {
    .hidden-mobile {
        visibility: visible;
        width: 15%;
        height: 40.5%;
        margin: 0;
        padding: 0;
    }
    .flex-box-desctop {
        flex-direction: row;
        width: 70%;
    }
    #input-area{
        margin: 0 auto;
        width: 50%;
    }    
}

@media screen and (min-width: 769px) {
    body {
        height: 100vh;
        background-size: cover;
    }
    #descktop-space {
        display: block;
    }
    #descktop-icon span {
        display: block;
    }
    .submit-style {
        /* 角丸       */
        border-radius: 5%;
        /* 文字サイズ */
        font-size: 18pt;
        /* 1行の高さ  */
        line-height: 1em;
        /* 余白       */
        padding: 12px 30px;
        /* なめらか変化 */
        transition: .3s;
        /* 影の設定 */
        box-shadow: 4px 4px 6px #666666;
        /* 枠の指定 */
        border: 2px solid #7f007f;
        margin-top: 10px;
        margin-right: 10px;
    }
}