.Title{
    font-size: 24px;
    padding: 1rem 0 1rem 1.5rem;
    border-left: 1.5rem solid deepskyblue;
    margin-bottom: 1rem;
}


.contents{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 300px;
}

.MainContent{
    grid-row: 1;
    grid-column: 1;
}

.CompletionImage img{
  width: 100%;
}

p.arrow {
    text-align: center;
    margin: -1rem 0 0;
}

i.fas.fa-caret-down {
    font-size: 48px;
    color: dodgerblue;
}

.Tools {
    margin-top: 2rem;
}

.Tools table.table thead tr th,
.Tools table.table tbody tr td
{
    border: 1px solid #000!important;
}

.Tools table.table thead tr th{
    border-bottom: none;
}

.Tools table.table tbody tr td{
    border-top: none;
}

.Tools table.table th.row_0 {
    background-color: dodgerblue;
    color: #fff;
    letter-spacing: 1px;
}

.Tools table.table .col_0, .Tools table.table .col_2{
    text-align: center;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.ProcedureWrapper .field--item .tex2jax_process{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 4rem 0;
}
.ProcedureWrapper .field--item img{
  width: 100%;
}

.ProcedureWrapper .field--item .Left{
    width: 46%;
}

.ProcedureWrapper .field--item .Right{
    width: 50%;
}

.ProcedureWrapper .field--item .Left img {
    vertical-align: middle;
    width: 100%;
}

.ProcedureWrapper .field--item .Right h4 {
    border-left: solid 10px deepskyblue;
    color: deepskyblue;
    font-weight: bold;
    padding-left: 0.5rem;
    padding-top: 3px;
}

.ProcedureWrapper .field--item .Right p{
  text-align: justify;
}

.ProcedureWrapper .field--item .Right img {
    width: 93%;
}
.ProcedureWrapper .field--item .Right strong {
    color: red;
    font-weight: normal;
}


.sidebar{
    grid-row: 1;
    grid-column: 2;
    margin-left: 20px;
    position: relative;
}

.sidebar-content{
    margin-bottom: 1rem;
    position: sticky;
    top: 100px;
    right: 0;
}

.sidebar-content > *{
    padding-left: 16px;
    line-height: 2rem;
}

.sidebar-content h2{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.sidebar-content .chapter{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.sidebar-content .views-row {
    font-size: 14px;
    margin: 0.2rem 0;
}
.sidebar-content ul li{
    font-size: 12px;
}



/* コメント関係 */

.comments{
    margin-bottom: 4rem;
}



.comment_list .views-row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 2;
    grid-template-rows: 2;
}

.comment_list .views-field.views-field-uid {
    grid-row: 1;
    grid-column: 1;
    font-size: 18px;
}

.comment_list .views-field.views-field-completed {
    grid-row: 1;
    grid-column: 2;
    text-align: right;
}

.comment_list .views-field.views-field-webform-submission-value {
    grid-row: 2;
    grid-column: 1/3;
    padding: 1rem;
}

.comments p{
    font-size: 18px;
}

.comments p::before {
    font-family: "Font Awesome 5 Free";
    content: "\f086";
    font-weight: 700;
    margin-right: 1rem;
}


.comments h4{
    font-size: 24px;
    margin-bottom: 5rem;
}

.comments h4::before {
    font-family: "Font Awesome 5 Free";
    content: "\f086";
    font-weight: 700;
    margin-right: 1rem;
}

@media screen and (max-width: 768px){
    .navbar .logo{
        padding: 0 5px 0 10px;
    }
    /* ヘッダー部分 */
    div.main-container.container {
        width: 100%;
    }

    div#navbar-collapse {
        width: 90%;
        /* background-color: #eee; */
        margin: 0 auto;
        }

    .navbar-nav {
        margin: 0;
        text-align: right;
    }

    .navbar-nav li a {
        margin-top: 0px!important;
        display: inline-block;
    }

    header#navbar {
        width: 100%!important;
    }

    .container > .navbar-header {
        margin: 0;
    }
    /* フッター部分 */
    .adwin .sitemap{
        width: 90%;
    }

    .region.region-content{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;

    }

    .Title{
        font-size: 18px;
        font-weight: bold;
        border-left: 1rem solid deepskyblue;
    }

    .contents {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: auto;
    }

    .table {
      font-size: 12px;
    }
    
    .ProcedureWrapper .field--item .tex2jax_process {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 4rem 0;
        flex-direction: column;
    }
    .ProcedureWrapper .field--item .Left,.ProcedureWrapper .field--item .Right {
        width: 100%;
        margin-top: 1rem;
    }
    
    .ProcedureWrapper .field--item .Right img {
        width: 100%;
    }


    .sidebar {
        grid-row: 2;
        grid-column: 1;
        margin-left: 0;
    }

    .FlexItem {
        width: 180px;
        margin: 1rem 1rem 1rem 0;
        display: grid;
        grid-template-rows: max-content auto;
        grid-template-columns: auto 36px;
    }

}

